[PATCH 0/3] mfd: convert GPIO chips to using new value setters

Bartosz Golaszewski posted 3 patches 8 months, 1 week ago
drivers/mfd/sm501.c        | 7 +++++--
drivers/mfd/tps65010.c     | 6 ++++--
drivers/mfd/ucb1x00-core.c | 7 +++++--
3 files changed, 14 insertions(+), 6 deletions(-)
[PATCH 0/3] mfd: convert GPIO chips to using new value setters
Posted by Bartosz Golaszewski 8 months, 1 week ago
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@linaro.org>
---
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@linaro.org>
Re: [PATCH 0/3] mfd: convert GPIO chips to using new value setters
Posted by Lee Jones 8 months, 1 week ago
On Mon, 07 Apr 2025 09:24:12 +0200, Bartosz Golaszewski wrote:
> 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.
> 
> 

Applied, thanks!

[1/3] mfd: sm501: use new GPIO line value setter callbacks
      commit: f66349748885325eaa4abb4f99e0fb8fa36105d4
[2/3] mfd: tps65010: use new GPIO line value setter callbacks
      commit: 070502a0056fcebc1d66c39b46ecf7bc530a203f
[3/3] mfd: ucb1x00: use new GPIO line value setter callbacks
      commit: 9dcbd9f7238510e272780ac9af82528b4f7b9a87

--
Lee Jones [李琼斯]