linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add pinctrl support for SDX75
@ 2023-05-18 15:57 Rohit Agarwal
  2023-05-18 15:57 ` [PATCH v3 1/3] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible Rohit Agarwal
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Rohit Agarwal @ 2023-05-18 15:57 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, linus.walleij, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, richardcochran,
	manivannan.sadhasivam
  Cc: linux-arm-msm, linux-gpio, devicetree, linux-kernel, netdev,
	Rohit Agarwal

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

-- 
2.7.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-29  9:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 15:57 [PATCH v3 0/3] Add pinctrl support for SDX75 Rohit Agarwal
2023-05-18 15:57 ` [PATCH v3 1/3] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible Rohit Agarwal
2023-05-18 15:57 ` [PATCH v3 2/3] MAINTAINERS: Update the entry for pinctrl maintainers Rohit Agarwal
2023-05-18 15:57 ` [PATCH v3 3/3] pinctrl: qcom: Add SDX75 pincontrol driver Rohit Agarwal
2023-05-21  4:02 ` [PATCH v3 0/3] Add pinctrl support for SDX75 Bjorn Andersson
2023-05-29  9:48 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).