linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] pinctrl: mediatek: convert GPIO chips to using new value setters
@ 2025-04-25  9:00 Bartosz Golaszewski
  2025-04-25  9:00 ` [PATCH 1/5] pinctrl: mediatek: airoha: use new GPIO line value setter callbacks Bartosz Golaszewski
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Bartosz Golaszewski @ 2025-04-25  9:00 UTC (permalink / raw)
  To: Lorenzo Bianconi, Sean Wang, Linus Walleij, Matthias Brugger,
	AngeloGioacchino Del Regno, Bartosz Golaszewski
  Cc: linux-mediatek, linux-gpio, linux-kernel, linux-arm-kernel,
	Bartosz Golaszewski

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 the mediatek pinctrl GPIO controllers.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (5):
      pinctrl: mediatek: airoha: use new GPIO line value setter callbacks
      pinctrl: mediatek: paris: don't double-check the GPIO number
      pinctrl: mediatek: paris: use new GPIO line value setter callbacks
      pinctrl: mediatek: moore: use new GPIO line value setter callbacks
      pinctrl: mediatek: common: use new GPIO line value setter callbacks

 drivers/pinctrl/mediatek/pinctrl-airoha.c     | 19 ++++++++----------
 drivers/pinctrl/mediatek/pinctrl-moore.c      | 18 +++++++++--------
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 13 ++++++++----
 drivers/pinctrl/mediatek/pinctrl-paris.c      | 29 +++++++--------------------
 4 files changed, 34 insertions(+), 45 deletions(-)
---
base-commit: 393d0c54cae31317deaa9043320c5fd9454deabc
change-id: 20250425-gpiochip-set-rv-pinctrl-mediatek-1dd831a4d171

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-05-09  8:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25  9:00 [PATCH 0/5] pinctrl: mediatek: convert GPIO chips to using new value setters Bartosz Golaszewski
2025-04-25  9:00 ` [PATCH 1/5] pinctrl: mediatek: airoha: use new GPIO line value setter callbacks Bartosz Golaszewski
2025-04-29  7:09   ` Lorenzo Bianconi
2025-04-25  9:00 ` [PATCH 2/5] pinctrl: mediatek: paris: don't double-check the GPIO number Bartosz Golaszewski
2025-04-25  9:00 ` [PATCH 3/5] pinctrl: mediatek: paris: use new GPIO line value setter callbacks Bartosz Golaszewski
2025-04-25  9:01 ` [PATCH 4/5] pinctrl: mediatek: moore: " Bartosz Golaszewski
2025-04-25  9:01 ` [PATCH 5/5] pinctrl: mediatek: common: " Bartosz Golaszewski
2025-05-09  8:05 ` [PATCH 0/5] pinctrl: mediatek: convert GPIO chips to using new value setters Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).