[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur

Pankaj Patil posted 2 patches 2 months, 3 weeks ago
There is a newer version of this series
.../bindings/pinctrl/qcom,glymur-tlmm.yaml    |  167 +
drivers/pinctrl/qcom/Kconfig.msm              |   10 +
drivers/pinctrl/qcom/Makefile                 |    1 +
drivers/pinctrl/qcom/pinctrl-glymur.c         | 3201 +++++++++++++++++
4 files changed, 3379 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,glymur-tlmm.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-glymur.c
[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur
Posted by Pankaj Patil 2 months, 3 weeks ago
Introduce Top Level Mode Multiplexer dt-binding and driver for Qualcomm
Glymur SoC.

Pankaj Patil (2):
  dt-bindings: pinctrl: qcom: Add Glymur pinctrl bindings
  pinctrl: qcom: Add glymur pinctrl driver

 .../bindings/pinctrl/qcom,glymur-tlmm.yaml    |  167 +
 drivers/pinctrl/qcom/Kconfig.msm              |   10 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-glymur.c         | 3201 +++++++++++++++++
 4 files changed, 3379 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,glymur-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-glymur.c

-- 
2.34.1