[PATCH 00/12] gpio: replace legacy bgpio_init() with its modernized alternative - part 3
From: Bartosz Golaszewski <hidden>
Date: 2025-09-03 08:00:21
Also in:
linux-gpio, lkml
Here's another round of patches converting GPIO drivers to the
modernized generic GPIO chip API.
Signed-off-by: Bartosz Golaszewski <redacted>
---
Bartosz Golaszewski (12):
gpio: ixp4xx: allow building the module with COMPILE_TEST enabled
gpio: ixp4xx: use new generic GPIO chip API
gpio: idt3243x: use new generic GPIO chip API
gpio: blzp1600: use new generic GPIO chip API
gpio: tb10x: order includes alphabetically
gpio: tb10x: allow building the module with COMPILE_TEST=y
gpio: tb10x: use new generic GPIO chip API
gpio: mlxbf: use new generic GPIO chip API
gpio: ep93xx: allow building the module with COMPILE_TEST enabled
gpio: ep93xx: order includes alphabetically
gpio: ep93xx: use new generic GPIO chip API
gpio: mlxbf3: use new generic GPIO chip API
drivers/gpio/Kconfig | 8 ++--
drivers/gpio/gpio-blzp1600.c | 39 ++++++++++-------
drivers/gpio/gpio-ep93xx.c | 33 +++++++++-----
drivers/gpio/gpio-idt3243x.c | 45 +++++++++----------
drivers/gpio/gpio-ixp4xx.c | 70 +++++++++++++++---------------
drivers/gpio/gpio-mlxbf.c | 25 ++++++-----
drivers/gpio/gpio-mlxbf3.c | 101 ++++++++++++++++++++++---------------------
drivers/gpio/gpio-tb10x.c | 74 +++++++++++++++----------------
8 files changed, 214 insertions(+), 181 deletions(-)
---
base-commit: 5d50cf9f7cf20a17ac469c20a2e07c29c1f6aab7
change-id: 20250901-gpio-mmio-gpio-conv-part3-534b9ffb7e2c
Best regards,
--
Bartosz Golaszewski [off-list ref]