]> git.baikalelectronics.ru Git - kernel.git/commit
x86: add generic GPIO support to x86
authorFlorian Fainelli <florian.fainelli@telecomint.eu>
Wed, 30 Jan 2008 12:33:35 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:35 +0000 (13:33 +0100)
commitc9194b94243f0851fd6590803ad28895b3f1c5b6
tree6b35ecf726f7487dc6fc0e9b1097604021eb72bd
parentd97eb85acf721db57923b0dc923a25e135cc335f
x86: add generic GPIO support to x86

This patch adds the generic GPIO support to the x86
architecture. We do the same as for MIPS, we let
the machine override the gpio callbacks and provide
defaults one in mach-generic.

Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig
include/asm-x86/gpio.h [new file with mode: 0644]
include/asm-x86/mach-generic/gpio.h [new file with mode: 0644]