Re: [PATCH] gpio: TODO: add a task for removing MMIO-specific fields from gpio_chip

From: Bartosz Golaszewski
Date: Tue Jun 10 2025 - 05:42:12 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>


On Tue, 27 May 2025 13:13:53 +0200, Bartosz Golaszewski wrote:
> Currently for CONFIG_GPIO_GENERIC=y each struct gpio_chip object
> contains the fields relevant only for gpio-mmio users. It's not an
> insignificant number either as it's several pointers and integers.
>
> It makes sense to remove these fields from struct gpio_chip into a
> dedicated structure but this is not trivial due to how the bgpio_init()
> function is implemented.
>
> [...]

Applied, thanks!

[1/1] gpio: TODO: add a task for removing MMIO-specific fields from gpio_chip
https://git.kernel.org/brgl/linux/c/97a7ea2b8f4a9aec1f43435658343e046c2a4983

Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>