mbox series

[0/4] Qualcomm QCS404 TLMM pinctrl driver

Message ID 20180920013712.2361-1-bjorn.andersson@linaro.org
Headers show
Series Qualcomm QCS404 TLMM pinctrl driver | expand

Message

Bjorn Andersson Sept. 20, 2018, 1:37 a.m. UTC
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

Comments

Linus Walleij Sept. 21, 2018, 3:17 p.m. UTC | #1
On Wed, Sep 19, 2018 at 6:34 PM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:

> 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


I tested to apply the patches but they don't apply cleanly on my
pin control devel branch, proably because some other qcom
pinctrl fuzz.

When resending, it'd be great if you could just rebase it on top
of whatever is in the pinctrl "devel" branch and it'll likely apply
cleanly.

Yours,
Linus Walleij