mbox series

[v3,0/3] Add pinctrl support for SDX75

Message ID 1684425432-10072-1-git-send-email-quic_rohiagar@quicinc.com
Headers show
Series Add pinctrl support for SDX75 | expand

Message

Rohit Agarwal May 18, 2023, 3:57 p.m. UTC
Hi,

Changes in v3:
 - Addressing minor comments from Bhupesh related to reusing variable.

Changes in v2:
 - Added a patch for updating the maintainers entry for pinctrl bindings.
 - Some formatting issue at the end of the driver change.

This patch series adds pinctrl bindings and tlmm support for SDX75.

The series is rebased on linux-next and based on all the review and
comments from different versions of [1].

[1] https://lore.kernel.org/linux-arm-msm/1681966915-15720-1-git-send-email-quic_rohiagar@quicinc.com/

Thanks,
Rohit.

Rohit Agarwal (3):
  dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible
  MAINTAINERS: Update the entry for pinctrl maintainers
  pinctrl: qcom: Add SDX75 pincontrol driver

 .../bindings/pinctrl/qcom,sdx75-tlmm.yaml          |  137 +++
 MAINTAINERS                                        |    2 +-
 drivers/pinctrl/qcom/Kconfig                       |   30 +-
 drivers/pinctrl/qcom/Makefile                      |    3 +-
 drivers/pinctrl/qcom/pinctrl-sdx75.c               | 1144 ++++++++++++++++++++
 5 files changed, 1304 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx75-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx75.c

Comments

Bjorn Andersson May 21, 2023, 4:02 a.m. UTC | #1
On Thu, May 18, 2023 at 09:27:09PM +0530, Rohit Agarwal wrote:
> Hi,
> 
> Changes in v3:
>  - Addressing minor comments from Bhupesh related to reusing variable.
> 
> Changes in v2:
>  - Added a patch for updating the maintainers entry for pinctrl bindings.
>  - Some formatting issue at the end of the driver change.
> 
> This patch series adds pinctrl bindings and tlmm support for SDX75.
> 
> The series is rebased on linux-next and based on all the review and
> comments from different versions of [1].
> 
> [1] https://lore.kernel.org/linux-arm-msm/1681966915-15720-1-git-send-email-quic_rohiagar@quicinc.com/
> 

Reviewed-by: Bjorn Andersson <andersson@kernel.org>

Regards,
Bjorn

> Thanks,
> Rohit.
> 
> Rohit Agarwal (3):
>   dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible
>   MAINTAINERS: Update the entry for pinctrl maintainers
>   pinctrl: qcom: Add SDX75 pincontrol driver
> 
>  .../bindings/pinctrl/qcom,sdx75-tlmm.yaml          |  137 +++
>  MAINTAINERS                                        |    2 +-
>  drivers/pinctrl/qcom/Kconfig                       |   30 +-
>  drivers/pinctrl/qcom/Makefile                      |    3 +-
>  drivers/pinctrl/qcom/pinctrl-sdx75.c               | 1144 ++++++++++++++++++++
>  5 files changed, 1304 insertions(+), 12 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx75-tlmm.yaml
>  create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx75.c
> 
> -- 
> 2.7.4
>
Linus Walleij May 29, 2023, 9:48 a.m. UTC | #2
On Thu, May 18, 2023 at 5:57 PM Rohit Agarwal <quic_rohiagar@quicinc.com> wrote:

> Changes in v3:
>  - Addressing minor comments from Bhupesh related to reusing variable.

v3 patch set applied for kernel v6.5!

Good work on this!

Yours,
Linus Walleij