]> git.dujemihanovic.xyz Git - u-boot.git/commit
gpio: msm: add support for special pins
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 11 Sep 2024 18:07:14 +0000 (20:07 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 4 Oct 2024 12:57:02 +0000 (14:57 +0200)
commitf9bb539460da7ed43d008a6fa1d8004c365cd474
tree01981a022d81b5cb9165b59b560a7b654a2c3ea6
parent62130bc0cb7f939410571f28e375a2175688428a
gpio: msm: add support for special pins

Leverage the data introduced in the struct msm_special_pin_data to allow
setting the gpio direction and value if supported by the pin data.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/gpio/msm_gpio.c