Re: [PATCH v6 09/20] gpiolib: cdev: support edge detection for uAPI v2

2020-09-03 Thread Bartosz Golaszewski
On Thu, Sep 3, 2020 at 10:09 AM Kent Gibson wrote: > > On Thu, Sep 03, 2020 at 09:55:22AM +0200, Bartosz Golaszewski wrote: > > On Mon, Aug 31, 2020 at 5:22 AM Kent Gibson wrote: > > > > > > Add support for edge detection to lines requested using > > > GPIO_V2_GET_LINE_IOCTL. > > > > > > The edge

Re: [PATCH v6 09/20] gpiolib: cdev: support edge detection for uAPI v2

2020-09-03 Thread Kent Gibson
On Thu, Sep 03, 2020 at 09:55:22AM +0200, Bartosz Golaszewski wrote: > On Mon, Aug 31, 2020 at 5:22 AM Kent Gibson wrote: > > > > Add support for edge detection to lines requested using > > GPIO_V2_GET_LINE_IOCTL. > > > > The edge_detector implementation is based on the v1 lineevent > > implementa

Re: [PATCH v6 09/20] gpiolib: cdev: support edge detection for uAPI v2

2020-09-03 Thread Bartosz Golaszewski
On Mon, Aug 31, 2020 at 5:22 AM Kent Gibson wrote: > > Add support for edge detection to lines requested using > GPIO_V2_GET_LINE_IOCTL. > > The edge_detector implementation is based on the v1 lineevent > implementation. > > Signed-off-by: Kent Gibson > --- > drivers/gpio/gpiolib-cdev.c | 262 ++

[PATCH v6 09/20] gpiolib: cdev: support edge detection for uAPI v2

2020-08-30 Thread Kent Gibson
Add support for edge detection to lines requested using GPIO_V2_GET_LINE_IOCTL. The edge_detector implementation is based on the v1 lineevent implementation. Signed-off-by: Kent Gibson --- drivers/gpio/gpiolib-cdev.c | 262 drivers/gpio/gpiolib.c | 2