On Tue, Nov 05, 2019 at 05:24:44PM +0100, Bartosz Golaszewski wrote: > wt., 5 lis 2019 o 16:26 Kent Gibson <warthog618@xxxxxxxxx> napisał(a): > > > > On Tue, Nov 05, 2019 at 10:04:22AM +0800, Kent Gibson wrote: > > > Patches are against Bart's gpio/for-kent branch[1]. > > > > > > The patch has been successfully tested against gpio-mockup, and > > > on a Raspberry Pi, in both cases using the feature/pud_set_config > > > branch of my Go gpiod library[2], as well as with my feature/pud > > > development branch of libgpiod[3]. Patch 7 has only been tested using > > > my gpiod library as libgpiod has not yet been updated to support the > > > SET_CONFIG ioctl. > > > > > > > I've just pushed a first pass at SET_CONFIG support into my libgpiod > > feature/pud branch. It is causing me a bit of grief. Due to the way > > the libgpiod API is structured, with the direction flags pulled out into > > the request type, I thought it would be cleaner to keep changes to direction > > orthogonal to changes to the other handle flags. > > > > I'd love to see that branch - is it public? > Sorry - I forgot to add the references to the bottom of the cover note for v5 and v6. It should've been: [1] git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git [2] https://github.com/warthog618/gpiod.git [3] https://github.com/warthog618/libgpiod.git It is my libgpiod repo on github[3] - in the feature/pud branch. Cheers, Kent.