mbox series

[0/2] pinctrl: qcom: Add SM8450 pinctrl

Message ID 20211201072434.3968768-1-vkoul@kernel.org
Headers show
Series pinctrl: qcom: Add SM8450 pinctrl | expand

Message

Vinod Koul Dec. 1, 2021, 7:24 a.m. UTC
This series adds support for TLMM block found in SM8450 SoC. Add the binding
for the TLMM block followed by the driver for this.

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

 .../bindings/pinctrl/qcom,sm8450-pinctrl.yaml |  143 ++
 drivers/pinctrl/qcom/Kconfig                  |    9 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sm8450.c         | 1689 +++++++++++++++++
 4 files changed, 1842 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8450-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8450.c