On Sun, Nov 22, 2020 at 10:28 AM Alexandre Courbot <gnurou@xxxxxxxxx> wrote: > On Thu, Nov 5, 2020 at 11:49 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > Sorry for the time it took to get back to this, but you should have a > patch in your Inbox. Thanks! > > FYI when it comes to GPIO descriptor refactoring we are churning > > along with it, my tentative plan is to finish it before I retire. > > I still have ~22 years until regular retirement age in Sweden so > > I think I might be able to pull it off! > > If you would feel an urge to jump in and help out here is the TODO: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpio/TODO > > $ git grep gpio_set |wc -l > 2649 > > Yikes. ^_^; but it looks like we are gaining ground nonetheless: > > $ git grep gpiod_set |wc -l > 1548 There are ways to make it look better! $ git grep 'linux/gpio\.h' |wc -l 632 $ git grep 'linux/gpio/consumer\.h' |wc -l 644 Makes it look like more than halfway there, hey! Yours, Linus Walleij