mbox series

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

Message ID 20250407-gpiochip-set-rv-mfd-v1-0-43f4d86d01d1@linaro.org
Headers show
Series mfd: convert GPIO chips to using new value setters | expand

Message

Bartosz Golaszewski April 7, 2025, 7:24 a.m. UTC
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,

Comments

Lee Jones April 10, 2025, 10:13 a.m. UTC | #1
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 [李琼斯]