Re: [PATCH 22/22] tools: gpio: support monitoring multiple lines

2020-06-30 Thread Bartosz Golaszewski
On Tue, Jun 23, 2020 at 6:03 AM Kent Gibson wrote: > > Extend gpio-event-mon to support monitoring multiple lines. > This would require multiple lineevent requests to implement using uAPI V1, > but can be performed with a single line request using uAPI V2. > > Signed-off-by: Kent Gibson

[PATCH 22/22] tools: gpio: support monitoring multiple lines

2020-06-22 Thread Kent Gibson
Extend gpio-event-mon to support monitoring multiple lines. This would require multiple lineevent requests to implement using uAPI V1, but can be performed with a single line request using uAPI V2. Signed-off-by: Kent Gibson --- tools/gpio/gpio-event-mon.c | 41