mbox series

[0/2] pinctrl: qcom: Add pinctrl driver for MSM8909

Message ID 20220628145502.4158234-1-stephan.gerhold@kernkonzept.com
Headers show
Series pinctrl: qcom: Add pinctrl driver for MSM8909 | expand

Message

Stephan Gerhold June 28, 2022, 2:55 p.m. UTC
Make it possible to control GPIOs/pins on the MSM8909 SoC by adding
the necessary definitions for the existing Qualcomm TLMM driver.

Stephan Gerhold (2):
  dt-bindings: pinctrl: Add DT schema for qcom,msm8909-tlmm
  pinctrl: qcom: Add pinctrl driver for MSM8909

 .../bindings/pinctrl/qcom,msm8909-tlmm.yaml   | 152 +++
 drivers/pinctrl/qcom/Kconfig                  |   8 +
 drivers/pinctrl/qcom/Makefile                 |   1 +
 drivers/pinctrl/qcom/pinctrl-msm8909.c        | 956 ++++++++++++++++++
 4 files changed, 1117 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8909.c

Comments

Linus Walleij July 11, 2022, 8:28 a.m. UTC | #1
On Tue, Jun 28, 2022 at 4:55 PM Stephan Gerhold
<stephan.gerhold@kernkonzept.com> wrote:

> Make it possible to control GPIOs/pins on the MSM8909 SoC by adding
> the necessary definitions for the existing Qualcomm TLMM driver.
>
> Stephan Gerhold (2):
>   dt-bindings: pinctrl: Add DT schema for qcom,msm8909-tlmm
>   pinctrl: qcom: Add pinctrl driver for MSM8909

Patches applied with Krzysztof's review tags, will stay in unless
Bjorn gets upset.

Yours,
Linus Walleij