linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] gpio: use new GPIO line value setter callbacks
@ 2025-07-07  7:50 Bartosz Golaszewski
  2025-07-07  7:50 ` [PATCH 01/12] gpio: tps65910: " Bartosz Golaszewski
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Bartosz Golaszewski @ 2025-07-07  7:50 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Kunihiko Hayashi,
	Masami Hiramatsu, Viresh Kumar
  Cc: linux-gpio, linux-kernel, linux, linux-arm-kernel, virtualization,
	Bartosz Golaszewski

Commit 98ce1eb1fd87e ("gpiolib: introduce gpio_chip setters that return
values") added new line setter callbacks to struct gpio_chip. They allow
to indicate failures to callers. We're in the process of converting all
GPIO controllers to using them before removing the old ones. This series
converts another round of GPIO drivers.

To: 

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (12):
      gpio: tps65910: use new GPIO line value setter callbacks
      gpio: tps65912: check the return value of regmap_update_bits()
      gpio: tps65912: use new GPIO line value setter callbacks
      gpio: tps68470: use new GPIO line value setter callbacks
      gpio: tqmx86: use new GPIO line value setter callbacks
      gpio: ts4900: use new GPIO line value setter callbacks
      gpio: twl4030: use new GPIO line value setter callbacks
      gpio: twl6040: use new GPIO line value setter callbacks
      gpio: twl6040: set line value in .direction_out()
      gpio: uniphier: use new GPIO line value setter callbacks
      gpio: viperboard: use new GPIO line value setter callbacks
      gpio: virtio: use new GPIO line value setter callbacks

 drivers/gpio/gpio-tps65910.c   |  21 ++++----
 drivers/gpio/gpio-tps65912.c   |  17 +++---
 drivers/gpio/gpio-tps68470.c   |  14 +++--
 drivers/gpio/gpio-tqmx86.c     |   8 +--
 drivers/gpio/gpio-ts4900.c     |  14 ++---
 drivers/gpio/gpio-twl4030.c    |  23 ++++----
 drivers/gpio/gpio-twl6040.c    |  23 ++++----
 drivers/gpio/gpio-uniphier.c   |  16 +++---
 drivers/gpio/gpio-viperboard.c | 116 ++++++++++++++++++++++-------------------
 drivers/gpio/gpio-virtio.c     |   7 +--
 10 files changed, 144 insertions(+), 115 deletions(-)
---
base-commit: 26ffb3d6f02cd0935fb9fa3db897767beee1cb2a
change-id: 20250703-gpiochip-set-rv-gpio-round4-e3b568fda584

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


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

end of thread, other threads:[~2025-07-13  8:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07  7:50 [PATCH 00/12] gpio: use new GPIO line value setter callbacks Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 01/12] gpio: tps65910: " Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 02/12] gpio: tps65912: check the return value of regmap_update_bits() Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 03/12] gpio: tps65912: use new GPIO line value setter callbacks Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 04/12] gpio: tps68470: " Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 05/12] gpio: tqmx86: " Bartosz Golaszewski
2025-07-07 12:32   ` Matthias Schiffer
2025-07-07  7:50 ` [PATCH 06/12] gpio: ts4900: " Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 07/12] gpio: twl4030: " Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 08/12] gpio: twl6040: " Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 09/12] gpio: twl6040: set line value in .direction_out() Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 10/12] gpio: uniphier: use new GPIO line value setter callbacks Bartosz Golaszewski
2025-07-08  0:30   ` Kunihiko Hayashi
2025-07-07  7:50 ` [PATCH 11/12] gpio: viperboard: " Bartosz Golaszewski
2025-07-07  7:50 ` [PATCH 12/12] gpio: virtio: " Bartosz Golaszewski
2025-07-07  8:29   ` Viresh Kumar
2025-07-13  8:45 ` [PATCH 00/12] gpio: " Bartosz Golaszewski

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).