linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] pinctrl: qcom: Add binding and driver for SDX55 pincontrol
@ 2020-11-09  6:26 Vinod Koul
  2020-11-09  6:26 ` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add SDX55 pinctrl bindings Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vinod Koul @ 2020-11-09  6:26 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Andy Gross,
	Rob Herring, Manivannan Sadhasivam, linux-gpio, devicetree,
	linux-kernel

This series add device tree binding documentation and driver for SDX55 SOC
pincontroller.

Changes in v3:
 - Add ack by Bjorn
 - Fix dt_binding_check errors
 - Add gpio ranges in binding

Changes in v2:
 - merge the functional groups together
 - move pins to single line for readability

Jeevan Shriram (1):
  pinctrl: qcom: Add SDX55 pincontrol driver

Vinod Koul (1):
  dt-bindings: pinctrl: qcom: Add SDX55 pinctrl bindings

 .../bindings/pinctrl/qcom,sdx55-pinctrl.yaml  |  154 +++
 drivers/pinctrl/qcom/Kconfig                  |    9 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sdx55.c          | 1018 +++++++++++++++++
 4 files changed, 1182 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx55-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx55.c

-- 
2.26.2


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

end of thread, other threads:[~2020-11-11  4:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09  6:26 [PATCH v3 0/2] pinctrl: qcom: Add binding and driver for SDX55 pincontrol Vinod Koul
2020-11-09  6:26 ` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add SDX55 pinctrl bindings Vinod Koul
2020-11-09 22:07   ` Rob Herring
2020-11-09  6:26 ` [PATCH v3 2/2] pinctrl: qcom: Add SDX55 pincontrol driver Vinod Koul
2020-11-09 10:21   ` Manivannan Sadhasivam
2020-11-10 14:47 ` [PATCH v3 0/2] pinctrl: qcom: Add binding and driver for SDX55 pincontrol Linus Walleij
2020-11-11  4:37   ` Vinod Koul

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