[PATCH 0/3] gpio: fix Kconfig issues

Bartosz Golaszewski posted 3 patches 7 months ago
drivers/gpio/Kconfig   | 3 ++-
drivers/gpio/gpiolib.c | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
[PATCH 0/3] gpio: fix Kconfig issues
Posted by Bartosz Golaszewski 7 months ago
This fixes two issues with the current immutable irqchip rework
signalled by the build bot.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (3):
      gpio: pxa: select GPIOLIB_IRQCHIP
      gpio: mpc8xxx: select GPIOLIB_IRQCHIP
      gpiolib: remove unneeded #ifdef

 drivers/gpio/Kconfig   | 3 ++-
 drivers/gpio/gpiolib.c | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)
---
base-commit: 8566fc3b96539e3235909d6bdda198e1282beaed
change-id: 20250519-gpio-irq-kconfig-fixes-5f877392fe2a

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Re: [PATCH 0/3] gpio: fix Kconfig issues
Posted by Bartosz Golaszewski 7 months ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Mon, 19 May 2025 13:10:40 +0200, Bartosz Golaszewski wrote:
> This fixes two issues with the current immutable irqchip rework
> signalled by the build bot.
> 
> 

Applied, thanks!

[1/3] gpio: pxa: select GPIOLIB_IRQCHIP
      https://git.kernel.org/brgl/linux/c/e2d9a7ead8ffbf562c4f38d3115f98d1933e360a
[2/3] gpio: mpc8xxx: select GPIOLIB_IRQCHIP
      https://git.kernel.org/brgl/linux/c/8da238b15cf5eb8a8dd318bd47e4d6050f5ca5d0
[3/3] gpiolib: remove unneeded #ifdef
      https://git.kernel.org/brgl/linux/c/274fd5fe911956cdebeeed65981b7182d57c2773

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