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

Bartosz Golaszewski posted 2 patches 3 weeks, 6 days ago
drivers/tty/serial/max310x.c   | 7 +++++--
drivers/tty/serial/sc16is7xx.c | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
[PATCH 0/2] serial: convert GPIO chips to using new value setters
Posted by Bartosz Golaszewski 3 weeks, 6 days ago
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,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>