
Hi Neil,
On 11/09/2024 20:07, Neil Armstrong wrote:
After struct msm_special_pin_data was introduced in [1], use the data to setup the pin direction and/or value if supported by the pin data.
Add the proper msm_special_pin_data for sm8250 after sm8550 and sm8650.
[1] https://lore.kernel.org/all/20240528-topic-sm8x50-pinctrl-pinconf-v1-0-54d1e...
Signed-off-by: Neil Armstrong neil.armstrong@linaro.org
Thanks for this!
Reviewed-by: Caleb Connolly caleb.connolly@linaro.org
Kind regards,
Changes in v2:
- dropped last line of sm8250_pin_offsets
- Link to v1: https://lore.kernel.org/r/20240910-topic-sm8x50-msm-gpio-special-pins-sm8250...
Neil Armstrong (2): gpio: msm: add support for special pins pinctr: qcom: sm8250: add special pins pins configuration data
drivers/gpio/msm_gpio.c | 97 ++++++++++++++++++++++++++++++++--- drivers/pinctrl/qcom/pinctrl-sm8250.c | 42 +++++++++++++-- 2 files changed, 127 insertions(+), 12 deletions(-)
base-commit: ca55cf8104c0dd78aae45fa66dd8400ef1b3d0ac change-id: 20240910-topic-sm8x50-msm-gpio-special-pins-sm8250-943311b483e2
Best regards,