mbox series

[v6,0/2] pinctrl: qcom: Add SM8350 pinctrl support

Message ID 20210205140132.274242-1-vkoul@kernel.org
Headers show
Series pinctrl: qcom: Add SM8350 pinctrl support | expand

Message

Vinod Koul Feb. 5, 2021, 2:01 p.m. UTC
This adds binding and driver for TLMM block found in SM8350 SoC

The binding is dependent on TLMM common binding from Bjorn:
 https://lore.kernel.org/linux-arm-msm/20210126042650.1725176-1-bjorn.andersson@linaro.org

Changes in v6:
 - Add rob and bjorn r-b
 - removed quotes around 'defs' and drop the phandle for binding

Changes in v5:
 - rebase and revise binding based on Bjorn's qcom common TLMM binding

Changes in v4:
 - rename to qcom,sm8350-tlmm along with binding and driver structs
 - fix some nits in binding pointer by Rob

Vinod Koul (2):
  dt-bindings: pinctrl: qcom: Add SM8350 pinctrl bindings
  pinctrl: qcom: Add SM8350 pinctrl driver

 .../bindings/pinctrl/qcom,sm8350-pinctrl.yaml |  145 ++
 drivers/pinctrl/qcom/Kconfig                  |    9 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sm8350.c         | 1649 +++++++++++++++++
 4 files changed, 1804 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8350-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8350.c

Comments

Linus Walleij Feb. 12, 2021, 7:50 a.m. UTC | #1
On Fri, Feb 5, 2021 at 3:01 PM Vinod Koul <vkoul@kernel.org> wrote:

> This adds binding and driver for TLMM block found in SM8350 SoC
>
> The binding is dependent on TLMM common binding from Bjorn:
>  https://lore.kernel.org/linux-arm-msm/20210126042650.1725176-1-bjorn.andersson@linaro.org
>
> Changes in v6:
>  - Add rob and bjorn r-b
>  - removed quotes around 'defs' and drop the phandle for binding

Patches applied!

Thanks!
Linus Walleij