Re: [GIT PULL] gpio: legacy interface cleanups for 7.3
Bartosz Golaszewski <[email protected]> Mon, 27 Jul 2026 00:57:22 -0700
| Newsgroups | gmane.linux.ports.mips,gmane.linux.kernel,gmane.linux.kernel.gpio,gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <CAMRc=MeATQp1nPkQSaJm6Ceo=SrqDbgUO6TF0Y94ox-xP+c2hw@mail.gmail.com> |
On Fri, 24 Jul 2026 20:22:45 +0200, Arnd Bergmann <[email protected]> said: > The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: > > Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git tags/config-gpio-legacy-for-7.3 > > for you to fetch changes up to 57f64d52ab5e836a5f3f4ea6fd868941b2d7dcdf: > > gpib: gpio: replace linux/gpio.h inclusion (2026-07-24 20:12:48 +0200) > > ---------------------------------------------------------------- > gpio: legacy interface cleanups for 7.3 > > These are the remaining patches for legacy gpio interface > cleanup, ensuring that files referencing them are sure to > have CONFIG_GPIOLIB_LEGACY set, and use linux/gpio/legacy.h > instead of the old linux/gpio.h header. > > There are a few more patches already merged in other > branches for 7.3, including soc, led, net and media. Once > everything is in, we can apply the final patches to turn > off CONFIG_GPIOLIB_LEGACY by default and remove the obsolete > header file. > > This branch is based on the immutable ib-mfd-legacy-gpio-7.3 > branch from mfd.git to avoid a conflict in the rohm drivers. > > ---------------------------------------------------------------- Pulled, thanks! Bartosz