mbox series

[0/3] qcom: add pinctrl driver for SM8550 and SM8650

Message ID 20240405-topic-sm8x50-pinctrl-v1-0-92d563c28c90@linaro.org
Headers show
Series qcom: add pinctrl driver for SM8550 and SM8650 | expand

Message

Neil Armstrong April 5, 2024, 8:15 a.m. UTC
Add pinctrl driver for the TLMM block found in the SM8550 & SM8650 SoCs.

This driver only handles the gpio and qup debug uart pinmux, and makes sure
the pinconf applies on SDC2 pins.

Finally enable both drivers in the Qualcomm defconfig

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (3):
      pinctrl: qcom: Add SM8550 pinctrl driver
      pinctrl: qcom: Add SM8650 pinctrl driver
      qcom_defconfig: enable SM8550 & SM8650 pinctrl driver

 configs/qcom_defconfig                |  2 +
 drivers/pinctrl/qcom/Kconfig          | 14 +++++++
 drivers/pinctrl/qcom/Makefile         |  2 +
 drivers/pinctrl/qcom/pinctrl-sm8550.c | 75 +++++++++++++++++++++++++++++++++++
 drivers/pinctrl/qcom/pinctrl-sm8650.c | 75 +++++++++++++++++++++++++++++++++++
 5 files changed, 168 insertions(+)
---
base-commit: cec1c47bdaf84a643f318d480b1218bfff1041ff
change-id: 20240404-topic-sm8x50-pinctrl-101fac729d23

Best regards,

Comments

Caleb Connolly April 5, 2024, 3:47 p.m. UTC | #1
On 05/04/2024 10:15, Neil Armstrong wrote:
> Add pinctrl driver for the TLMM block found in the SM8550 & SM8650 SoCs.
> 
> This driver only handles the gpio and qup debug uart pinmux, and makes sure
> the pinconf applies on SDC2 pins.
> 
> Finally enable both drivers in the Qualcomm defconfig
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
> Neil Armstrong (3):
>        pinctrl: qcom: Add SM8550 pinctrl driver
>        pinctrl: qcom: Add SM8650 pinctrl driver
>        qcom_defconfig: enable SM8550 & SM8650 pinctrl driver
> 
>   configs/qcom_defconfig                |  2 +
>   drivers/pinctrl/qcom/Kconfig          | 14 +++++++
>   drivers/pinctrl/qcom/Makefile         |  2 +
>   drivers/pinctrl/qcom/pinctrl-sm8550.c | 75 +++++++++++++++++++++++++++++++++++
>   drivers/pinctrl/qcom/pinctrl-sm8650.c | 75 +++++++++++++++++++++++++++++++++++
>   5 files changed, 168 insertions(+)
> ---
> base-commit: cec1c47bdaf84a643f318d480b1218bfff1041ff
> change-id: 20240404-topic-sm8x50-pinctrl-101fac729d23
> 
> Best regards,
Caleb Connolly April 11, 2024, 12:43 p.m. UTC | #2
On Fri, 05 Apr 2024 10:15:09 +0200, Neil Armstrong wrote:
> Add pinctrl driver for the TLMM block found in the SM8550 & SM8650 SoCs.
> 
> This driver only handles the gpio and qup debug uart pinmux, and makes sure
> the pinconf applies on SDC2 pins.
> 
> Finally enable both drivers in the Qualcomm defconfig
> 
> [...]

Applied, thanks!

[1/3] pinctrl: qcom: Add SM8550 pinctrl driver
      commit: 225c991b41a2255054dfcafb7667979c6a88bffd
[2/3] pinctrl: qcom: Add SM8650 pinctrl driver
      commit: b0725abe0ae5c41c03dfc9af921120fe501f07f5
[3/3] qcom_defconfig: enable SM8550 & SM8650 pinctrl driver
      commit: c32ab322d04eed52d5ad30b19d45fe041c19a250

Best regards,