Re: [PATCH 00/13] treewide: replace linux/gpio.h
Linus Walleij <[email protected]> Tue, 30 Jun 2026 23:39:50 +0200
| Newsgroups | gmane.linux.sound,gmane.linux.kernel.gpio,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.kernel.samsung-soc,gmane.linux.ports.mips,gmane.linux.ports.sh.devel,gmane.linux.kernel.input,gmane.linux.drivers.video-input-infrastructure,gmane.linux.network,gmane.linux.ports.arm.rockchip |
|---|---|
| Message-ID | <CAD++jLkpTa4hxNRscbiFFKZTM28ThuJMo1f3SX96LheC8L5BEQ@mail.gmail.com> |
On Mon, Jun 29, 2026 at 3:26 PM Arnd Bergmann <[email protected]> wrote: > From: Arnd Bergmann <[email protected]> > > The linux/gpio.h header used to be the global definition for the gpio > interfaces, with 1100 users back in linux-3.17. In linux-7.2, only about > 130 of those remain, so this series cleans out the rest. > > In each subsystem, we can replace the header either with > linux/gpio/consumer.h for users of the modern gpio descriptor interface, > or linux/gpio/legacy.h for the few remaining users of the old number > based interface. > > All patches in this series can get applied independently, so my > preference would be for each subsystem maintainer to apply these > directly, with the rest going into the gpio tree at some point. > > The final patch here obviously needs to wait for all the others > to get merged first. This is helpful. The series: Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij