Re: [RESEND RFC PATCH 1/2] gpio: Add isr property of gpio pins

2015-12-11 Thread Linus Walleij
On Tue, Dec 8, 2015 at 4:20 AM, Peter Rosin wrote: > From: Peter Rosin > > Adds the possibility to read the interrupt status register bit for the > gpio pin. Expose the bit as an isr file in sysfs. > > Signed-off-by: Peter Rosin NACK. We have frozen the sysfs ABI and we are working on a charac

[RESEND RFC PATCH 1/2] gpio: Add isr property of gpio pins

2015-12-07 Thread Peter Rosin
From: Peter Rosin Adds the possibility to read the interrupt status register bit for the gpio pin. Expose the bit as an isr file in sysfs. Signed-off-by: Peter Rosin --- Documentation/gpio/sysfs.txt | 12 drivers/gpio/gpiolib-sysfs.c | 30 ++ driv