mbox series

[v3,0/2] Add pinctrl support for SDX65

Message ID 1635552191-16505-1-git-send-email-quic_vamslank@quicinc.com
Headers show
Series Add pinctrl support for SDX65 | expand

Message

Vamsi Krishna Lanka Oct. 30, 2021, 12:03 a.m. UTC
From: Vamsi Krishna Lanka <quic_vamslank@quicinc.com>

Hello,

Changes from v2:
 - Addressed comments from Bjorn
 - Collected Reviewed-by for the patches 

Changes from v1:
 - Addressed all Bjorn's comments

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

Thanks,
Vamsi

Vamsi Krishna Lanka (2):
  dt-bindings: pinctrl: qcom: Add SDX65 pinctrl bindings
  pinctrl: qcom: Add SDX65 pincontrol driver

 .../bindings/pinctrl/qcom,sdx65-pinctrl.yaml       | 195 +++++
 drivers/pinctrl/qcom/Kconfig                       |   9 +
 drivers/pinctrl/qcom/Makefile                      |   1 +
 drivers/pinctrl/qcom/pinctrl-sdx65.c               | 967 +++++++++++++++++++++
 4 files changed, 1172 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx65-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx65.c

Comments

Linus Walleij Nov. 9, 2021, 10:56 a.m. UTC | #1
On Sat, Oct 30, 2021 at 2:03 AM <quic_vamslank@quicinc.com> wrote:

> Changes from v2:
>  - Addressed comments from Bjorn
>  - Collected Reviewed-by for the patches

v2 looks good to me and I think there is timeout if anyone wants to
look at the DT bindings so I want to merge this, but it does not
apply to Torvalds master.

Can you please rebase the series on v5.16-rc1 when it is out
(should be monday) and resend?

Yours,
Linus Walleij