[PATCH 0/3] mfd: convert GPIO chips to using new value setters
From: Bartosz Golaszewski
Date: Mon Apr 07 2025 - 03:34:27 EST
struct gpio_chip now has callbacks for setting line values that return
an integer, allowing to indicate failures. We're in the process of
converting all GPIO drivers to using the new API. This series converts
all MFD GPIO controllers.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
Bartosz Golaszewski (3):
mfd: sm501: use new GPIO line value setter callbacks
mfd: tps65010: use new GPIO line value setter callbacks
mfd: ucb1x00: use new GPIO line value setter callbacks
drivers/mfd/sm501.c | 7 +++++--
drivers/mfd/tps65010.c | 6 ++++--
drivers/mfd/ucb1x00-core.c | 7 +++++--
3 files changed, 14 insertions(+), 6 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250327-gpiochip-set-rv-mfd-d0c77aa9a102
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>