On Fri, Oct 2, 2020 at 8:32 AM Kent Gibson <warthog618@xxxxxxxxx> wrote: > > Port existing implementation from GPIO uAPI v1 to v2. > The libgpiod external interface remains unchanged, only the internal > implementation switches from uAPI v1 to v2. > > This is a minimal port - uAPI v2 features are only used where it > simplifies the implementation, specifically multiple events on a bulk can > now be handled directly by the kernel in a single v2 line request rather > than being emulated by multiple v1 event requests. > > Signed-off-by: Kent Gibson <warthog618@xxxxxxxxx> Hi Kent, I don't want to break the master branch before v5.10-rc1 is tagged so I applied this patch to a separate branch I made available at: git://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git for-linux-v5.10-rc1 I'll make this my base for any v2.0 development for the next two weeks. Best Regards, Bartosz Golaszewski