mbox series

[0/2] Qualcomm MSM8226 TLMM binding and driver

Message ID 20200627192833.217531-1-bartosz.dudziak@snejp.pl
Headers show
Series Qualcomm MSM8226 TLMM binding and driver | expand

Message

Bartosz Dudziak June 27, 2020, 7:28 p.m. UTC
Binding and driver for the Qualcomm MSM8226 TLMM pinctrl block

Bartosz Dudziak (2):
  dt-bindings: pinctrl: qcom: Add msm8226 pinctrl bindings
  pinctrl: qcom: Add msm8226 pinctrl driver.

 .../pinctrl/qcom,msm8226-pinctrl.yaml         | 123 ++++
 drivers/pinctrl/qcom/Kconfig                  |   9 +
 drivers/pinctrl/qcom/Makefile                 |   1 +
 drivers/pinctrl/qcom/pinctrl-msm8226.c        | 631 ++++++++++++++++++
 4 files changed, 764 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8226.c

Comments

Linus Walleij July 7, 2020, 12:48 p.m. UTC | #1
On Sat, Jun 27, 2020 at 9:34 PM Bartosz Dudziak
<bartosz.dudziak@snejp.pl> wrote:

> Binding and driver for the Qualcomm MSM8226 TLMM pinctrl block


This looks good to me, but I'm waiting for Bjorn to review it before applying.

Yours,
Linus Walleij