mbox series

[v2,0/4] qcom: pinctrl drivers for qcm2290/sm6115/sm8250

Message ID 20240410-b4-qcom-rbx-soc-v2-0-5120a9c7f6ce@linaro.org
Headers show
Series qcom: pinctrl drivers for qcm2290/sm6115/sm8250 | expand

Message

Caleb Connolly April 10, 2024, 5:52 p.m. UTC
Introduce pinctrl drivers for three new SoCs and enable them.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
---
Changes in v2:
- Fix a few formatting issues
- Link to v1: https://lore.kernel.org/r/20240408-b4-qcom-rbx-soc-v1-0-900db37b8bdf@linaro.org

---
Caleb Connolly (4):
      pinctrl: qcom: add qcm2290 pinctrl driver
      pinctrl: qcom: add sm6115 pinctrl driver
      pinctrl: qcom: add sm8250 pinctrl driver
      qcom_defconfig: enable pinctrl for new qcm2290/sm6115/sm8250

 configs/qcom_defconfig                 |   3 +
 drivers/pinctrl/qcom/Kconfig           |  21 ++++
 drivers/pinctrl/qcom/Makefile          |   3 +
 drivers/pinctrl/qcom/pinctrl-qcm2290.c |  70 ++++++++++++
 drivers/pinctrl/qcom/pinctrl-sm6115.c  | 200 +++++++++++++++++++++++++++++++++
 drivers/pinctrl/qcom/pinctrl-sm8250.c  |  99 ++++++++++++++++
 6 files changed, 396 insertions(+)
---
change-id: 20240408-b4-qcom-rbx-soc-44ee99c8b799
base-commit: 4ba549b0a4e67c563785ab144edf47e108b34822

// Caleb (they/them)

Comments

Neil Armstrong April 11, 2024, 7:07 a.m. UTC | #1
On 10/04/2024 19:52, Caleb Connolly wrote:
> Introduce pinctrl drivers for three new SoCs and enable them.
> 
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
> Changes in v2:
> - Fix a few formatting issues
> - Link to v1: https://lore.kernel.org/r/20240408-b4-qcom-rbx-soc-v1-0-900db37b8bdf@linaro.org
> 
> ---
> Caleb Connolly (4):
>        pinctrl: qcom: add qcm2290 pinctrl driver
>        pinctrl: qcom: add sm6115 pinctrl driver
>        pinctrl: qcom: add sm8250 pinctrl driver
>        qcom_defconfig: enable pinctrl for new qcm2290/sm6115/sm8250
> 
>   configs/qcom_defconfig                 |   3 +
>   drivers/pinctrl/qcom/Kconfig           |  21 ++++
>   drivers/pinctrl/qcom/Makefile          |   3 +
>   drivers/pinctrl/qcom/pinctrl-qcm2290.c |  70 ++++++++++++
>   drivers/pinctrl/qcom/pinctrl-sm6115.c  | 200 +++++++++++++++++++++++++++++++++
>   drivers/pinctrl/qcom/pinctrl-sm8250.c  |  99 ++++++++++++++++
>   6 files changed, 396 insertions(+)
> ---
> change-id: 20240408-b4-qcom-rbx-soc-44ee99c8b799
> base-commit: 4ba549b0a4e67c563785ab144edf47e108b34822
> 
> // Caleb (they/them)
> 

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Sumit Garg April 11, 2024, 12:04 p.m. UTC | #2
On Wed, 10 Apr 2024 at 23:23, Caleb Connolly <caleb.connolly@linaro.org> wrote:
>
> Introduce pinctrl drivers for three new SoCs and enable them.
>
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
> Changes in v2:
> - Fix a few formatting issues
> - Link to v1: https://lore.kernel.org/r/20240408-b4-qcom-rbx-soc-v1-0-900db37b8bdf@linaro.org
>
> ---
> Caleb Connolly (4):
>       pinctrl: qcom: add qcm2290 pinctrl driver
>       pinctrl: qcom: add sm6115 pinctrl driver
>       pinctrl: qcom: add sm8250 pinctrl driver
>       qcom_defconfig: enable pinctrl for new qcm2290/sm6115/sm8250
>

Acked-by: Sumit Garg <sumit.garg@linaro.org>

-Sumit

>  configs/qcom_defconfig                 |   3 +
>  drivers/pinctrl/qcom/Kconfig           |  21 ++++
>  drivers/pinctrl/qcom/Makefile          |   3 +
>  drivers/pinctrl/qcom/pinctrl-qcm2290.c |  70 ++++++++++++
>  drivers/pinctrl/qcom/pinctrl-sm6115.c  | 200 +++++++++++++++++++++++++++++++++
>  drivers/pinctrl/qcom/pinctrl-sm8250.c  |  99 ++++++++++++++++
>  6 files changed, 396 insertions(+)
> ---
> change-id: 20240408-b4-qcom-rbx-soc-44ee99c8b799
> base-commit: 4ba549b0a4e67c563785ab144edf47e108b34822
>
> // Caleb (they/them)
>