mbox series

[0/2] serial: convert GPIO chips to using new value setters

Message ID 20250408-gpiochip-set-rv-tty-v1-0-fb49444827d4@linaro.org
Headers show
Series serial: convert GPIO chips to using new value setters | expand

Message

Bartosz Golaszewski April 8, 2025, 7:41 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 GPIO controllers under drivers/tty/serial/.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (2):
      serial: max310x: use new GPIO line value setter callbacks
      serial: sc16is7xx: use new GPIO line value setter callbacks

 drivers/tty/serial/max310x.c   | 7 +++++--
 drivers/tty/serial/sc16is7xx.c | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250327-gpiochip-set-rv-tty-0e21feb044ee

Best regards,