Re: [PATCH] gpio-lynxpoint: Add X86 dependency and io-port handling header.

2013-03-27 Thread Linus Walleij
On Fri, Mar 8, 2013 at 1:38 PM, Mathias Nyman wrote: > Lynxpoint gpio driver uses X86 specific io-ports to control gpios > > Signed-off-by: Mathias Nyman Patch applied with Mika's ACK. Thanks! Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH] gpio-lynxpoint: Add X86 dependency and io-port handling header.

2013-03-08 Thread Mika Westerberg
On Fri, Mar 08, 2013 at 02:38:12PM +0200, Mathias Nyman wrote: > Lynxpoint gpio driver uses X86 specific io-ports to control gpios > > Signed-off-by: Mathias Nyman Reviewed-by: Mika Westerberg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH] gpio-lynxpoint: Add X86 dependency and io-port handling header.

2013-03-08 Thread Mathias Nyman
Lynxpoint gpio driver uses X86 specific io-ports to control gpios Signed-off-by: Mathias Nyman --- drivers/gpio/Kconfig |2 +- drivers/gpio/gpio-lynxpoint.c |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 93a