linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add pinctrl support for SDX75
@ 2023-04-24  9:03 Rohit Agarwal
  2023-04-24  9:03 ` [PATCH v4 1/2] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible Rohit Agarwal
  2023-04-24  9:03 ` [PATCH v4 2/2] pinctrl: qcom: Add SDX75 pincontrol driver Rohit Agarwal
  0 siblings, 2 replies; 10+ messages in thread
From: Rohit Agarwal @ 2023-04-24  9:03 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, linus.walleij, robh+dt,
	krzysztof.kozlowski+dt, richardcochran, manivannan.sadhasivam
  Cc: linux-arm-msm, linux-gpio, devicetree, linux-kernel, netdev,
	Rohit Agarwal

Hi,

Changes in v4:
 - Fixed the bindings check and rebased on linux-next.

Changes in v3:
 - Rebased the bindings on linux-next as suggested by Krzysztof.

Changes in v2:
 - Updated the bindings to clear the bindings check.

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

Thanks,
Rohit.

Rohit Agarwal (2):
  dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible
  pinctrl: qcom: Add SDX75 pincontrol driver

 .../bindings/pinctrl/qcom,sdx75-tlmm.yaml          |  169 +++
 drivers/pinctrl/qcom/Kconfig                       |   30 +-
 drivers/pinctrl/qcom/Makefile                      |    3 +-
 drivers/pinctrl/qcom/pinctrl-sdx75.c               | 1603 ++++++++++++++++++++
 4 files changed, 1794 insertions(+), 11 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] 10+ messages in thread

end of thread, other threads:[~2023-04-27 11:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24  9:03 [PATCH v4 0/2] Add pinctrl support for SDX75 Rohit Agarwal
2023-04-24  9:03 ` [PATCH v4 1/2] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible Rohit Agarwal
2023-04-24  9:45   ` Krzysztof Kozlowski
2023-04-24  9:03 ` [PATCH v4 2/2] pinctrl: qcom: Add SDX75 pincontrol driver Rohit Agarwal
2023-04-26 15:04   ` andy.shevchenko
2023-04-26 15:18     ` Rohit Agarwal
2023-04-26 16:42       ` Andy Shevchenko
2023-04-27  8:53         ` Rohit Agarwal
2023-04-27 10:54           ` Andy Shevchenko
2023-04-27 11:07             ` Rohit Agarwal

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).