Re: [GIT PULL] gpio: legacy interface cleanups for 7.3
From: Bartosz Golaszewski
Date: Mon Jul 27 2026 - 03:58:32 EST
On Fri, 24 Jul 2026 20:22:45 +0200, Arnd Bergmann <arnd@xxxxxxxx> 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