mbox series

[0/2] pinctrl: add support for X1E80100 TLMM

Message ID 20241115-topic-x1e80100-pinctrl-v1-0-35f984226e47@linaro.org
Headers show
Series pinctrl: add support for X1E80100 TLMM | expand

Message

Neil Armstrong Nov. 15, 2024, 3:44 p.m. UTC
Add support for TLMM in X1E80100, and enable it in qcom_defconfig

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (2):
      pinctrl: qcom: Add X1E80100 pinctrl driver
      qcom_defconfig: enable X1E80100 pinctrl driver

 configs/qcom_defconfig                  |   1 +
 drivers/pinctrl/qcom/Kconfig            |   7 +++
 drivers/pinctrl/qcom/Makefile           |   1 +
 drivers/pinctrl/qcom/pinctrl-x1e80100.c | 100 ++++++++++++++++++++++++++++++++
 4 files changed, 109 insertions(+)
---
base-commit: 56accc56b9aab87ef4809ccc588e1257969cd271
change-id: 20241115-topic-x1e80100-pinctrl-fb69c767b51b

Best regards,

Comments

Caleb Connolly Nov. 21, 2024, 5:12 a.m. UTC | #1
On 15/11/2024 16:44, Neil Armstrong wrote:
> Add support for TLMM in X1E80100, and enable it in qcom_defconfig
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

Tested-by: Caleb Connolly <caleb.connolly@linaro.org> # Yoga Slim 7x
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>

Turns out my UART issue was totally self-invented....

Thanks for sending this!
> ---
> Neil Armstrong (2):
>       pinctrl: qcom: Add X1E80100 pinctrl driver
>       qcom_defconfig: enable X1E80100 pinctrl driver
> 
>  configs/qcom_defconfig                  |   1 +
>  drivers/pinctrl/qcom/Kconfig            |   7 +++
>  drivers/pinctrl/qcom/Makefile           |   1 +
>  drivers/pinctrl/qcom/pinctrl-x1e80100.c | 100 ++++++++++++++++++++++++++++++++
>  4 files changed, 109 insertions(+)
> ---
> base-commit: 56accc56b9aab87ef4809ccc588e1257969cd271
> change-id: 20241115-topic-x1e80100-pinctrl-fb69c767b51b
> 
> Best regards,