]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: SAMSUNG: Add support for interrupt wakeup-sources
authorBen Dooks <ben-linux@fluff.org>
Thu, 20 May 2010 05:05:33 +0000 (14:05 +0900)
committerBen Dooks <ben-linux@fluff.org>
Thu, 20 May 2010 12:07:01 +0000 (21:07 +0900)
commit0317e52e046f815b4ec4ac7876f63e4eb47696bd
tree00ac62daa38b0b28e42c9cb89dec4f504da08573
parent1f1f584c9a1dd234041573d2d1c42620b3966607
ARM: SAMSUNG: Add support for interrupt wakeup-sources

Add support for wakeup-mask style interrupts that share a
single mask register for various different interrupts. This
registers a set of interrupt->bit mappings and the register
they belong to.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/include/plat/wakeup-mask.h [new file with mode: 0644]
arch/arm/plat-samsung/wakeup-mask.c [new file with mode: 0644]