[PATCH v2 0/2] gpio: use new GPIO line value setter callbacks in remaining drivers
Bartosz Golaszewski
brgl at bgdev.pl
Tue Jul 15 01:19:43 PDT 2025
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 the remaining GPIO drivers.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski at linaro.org>
---
Changes in v2:
- Drop applied patches from the series
- Use regmap_assign_bits() in gpio-wcove
- Link to v1: https://lore.kernel.org/r/20250709-gpiochip-set-rv-gpio-remaining-v1-0-b8950f69618d@linaro.org
---
Bartosz Golaszewski (2):
gpio: wcove: use regmap_assign_bits() in .set()
gpio: wcove: use new GPIO line value setter callbacks
drivers/gpio/gpio-wcove.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
---
base-commit: 58ba80c4740212c29a1cf9b48f588e60a7612209
change-id: 20250703-gpiochip-set-rv-gpio-remaining-6c554dd3e662
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski at linaro.org>
More information about the linux-arm-kernel
mailing list