mbox series

[v2,0/3] ipinctrl: qcom: Add support for SM8150

Message ID 20190702105045.27646-1-vkoul@kernel.org
Headers show
Series ipinctrl: qcom: Add support for SM8150 | expand

Message

Vinod Koul July 2, 2019, 10:50 a.m. UTC
This series adds binding and driver for SM8150 pinctrl block. Also fixes one
binding missing gpio node for msm8998.

Changes since v2:
 - Order the function names and squash functions
 - document gpio-ranges and gpio-reserved-ranges
 - change ufs reset to be after gpios
 - fix pin58 having qdss_cti twice
 - remove .owner
 - Add one patch for missing gpio nodes

Prasad Sodagudi (2):
  dt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding
  pinctrl: qcom: Add SM8150 pinctrl driver

Vinod Koul (1):
  dt-bindings: pinctrl: qcom: Document missing gpio nodes

 .../bindings/pinctrl/qcom,msm8998-pinctrl.txt |   10 +
 .../bindings/pinctrl/qcom,sm8150-pinctrl.txt  |  190 ++
 drivers/pinctrl/qcom/Kconfig                  |    9 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sm8150.c         | 1548 +++++++++++++++++
 5 files changed, 1758 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8150-pinctrl.txt
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8150.c

-- 
2.20.1

Comments

Linus Walleij July 4, 2019, 7:46 a.m. UTC | #1
On Tue, Jul 2, 2019 at 12:54 PM Vinod Koul <vkoul@kernel.org> wrote:

> From: Prasad Sodagudi <psodagud@codeaurora.org>

>

> Add the binding for the TLMM pinctrl block found in the SM8150 platform.

>

> Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>

> Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org>

> [vkoul: add missing nodes of gpio range and reserved

>         rewrote function names and order them]

> Signed-off-by: Vinod Koul <vkoul@kernel.org>


Patch applied with Bjorn's ACK.

Yours,
Linus Walleij