]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/bridge: ti-sn65dsi86: use new GPIO line value setter callbacks
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 10 Jun 2025 12:34:46 +0000 (14:34 +0200)
committerDouglas Anderson <dianders@chromium.org>
Tue, 17 Jun 2025 00:10:25 +0000 (17:10 -0700)
commit98df1626ae036c1ba8c844c9fd995ab8f23bbe37
tree9b8ccc3c222ca7bab68c092f5f045eb86351e0d0
parent6526b02e10209608464f2645af59b2cc955b5a19
drm/bridge: ti-sn65dsi86: use new GPIO line value setter callbacks

struct gpio_chip now has callbacks for setting line values that return
an integer, allowing to indicate failures. Convert the driver to using
them.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20250610-gpiochip-set-rv-gpu-v1-1-ac0a21e74b71@linaro.org
drivers/gpu/drm/bridge/ti-sn65dsi86.c