linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Qualcomm QCS404 TLMM pinctrl driver
@ 2018-09-20  1:37 Bjorn Andersson
  2018-09-20  1:37 ` [PATCH 1/4] pinctrl: qcom: Introduce readl/writel accessors Bjorn Andersson
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bjorn Andersson @ 2018-09-20  1:37 UTC (permalink / raw)
  To: Bjorn Andersson, Linus Walleij
  Cc: Rob Herring, Mark Rutland, linux-arm-msm, linux-gpio, devicetree,
	linux-kernel

This series introduces register accessor functions and a level of indirection
for these, in order to handle dispersed tiles. It then adds the TLMM binder and
driver for the QCS404 platform.

Avaneesh Kumar Dwivedi (1):
  pinctrl: qcom: Add qcs404 pinctrl driver

Bjorn Andersson (3):
  pinctrl: qcom: Introduce readl/writel accessors
  pinctrl: qcom: Support dispersed tiles
  dt-bindings: pinctrl: qcom: Add QCS404 pinctrl binding

 .../bindings/pinctrl/qcom,qcs404-pinctrl.txt  |  195 +++
 drivers/pinctrl/qcom/Kconfig                  |    8 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-msm.c            |  116 +-
 drivers/pinctrl/qcom/pinctrl-msm.h            |    4 +
 drivers/pinctrl/qcom/pinctrl-qcs404.c         | 1523 +++++++++++++++++
 6 files changed, 1804 insertions(+), 43 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
 create mode 100644 drivers/pinctrl/qcom/pinctrl-qcs404.c

-- 
2.18.0


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

end of thread, other threads:[~2018-09-26  7:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20  1:37 [PATCH 0/4] Qualcomm QCS404 TLMM pinctrl driver Bjorn Andersson
2018-09-20  1:37 ` [PATCH 1/4] pinctrl: qcom: Introduce readl/writel accessors Bjorn Andersson
2018-09-20  1:37 ` [PATCH 2/4] pinctrl: qcom: Support dispersed tiles Bjorn Andersson
2018-09-20  1:37 ` [PATCH 3/4] dt-bindings: pinctrl: qcom: Add QCS404 pinctrl binding Bjorn Andersson
2018-09-20 15:34   ` Stephen Boyd
     [not found]   ` <5baa1afa.1c69fb81.5cb9b.99f3@mx.google.com>
2018-09-26  7:44     ` Linus Walleij
2018-09-20  1:37 ` [PATCH 4/4] pinctrl: qcom: Add qcs404 pinctrl driver Bjorn Andersson
2018-09-21 15:17 ` [PATCH 0/4] Qualcomm QCS404 TLMM " 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).