Re: [PATCH 2/5 v6] gpio: Add sysfs support to block GPIO API

2012-10-20 Thread Greg KH
On Sat, Oct 20, 2012 at 12:21:45PM +0200, Roland Stigge wrote: > This patch adds sysfs support to the block GPIO API. > > Signed-off-by: Roland Stigge Thanks for the updates, looks good to me: Signed-off-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscribe linux-

[PATCH 2/5 v6] gpio: Add sysfs support to block GPIO API

2012-10-20 Thread Roland Stigge
This patch adds sysfs support to the block GPIO API. Signed-off-by: Roland Stigge --- Documentation/ABI/testing/sysfs-gpio | 18 ++ drivers/gpio/gpiolib.c | 214 +++ include/asm-generic/gpio.h | 11 + include/linux/gpio.h