[PATCH 0/4] New Qualcomm PMIC pin controller drivers

From: Ivan T. Ivanov
Date: Mon Jul 07 2014 - 11:12:26 EST


From: "Ivan T. Ivanov" <iivanov@xxxxxxxxxx>

Hi,

This set of patches adds pin control drivers for Multi-purpose
pin (MPP) and General-purpose pin (GPIO) controllers found
in Qualcomm PMIC chips.

MPP's are enhanced GPIO's with analog circuits, which support
following functions in addition to digital input/output: analog
input/output and current sinks.

PMIC PM8941 have 8 MPP's and 36 GPIO's. PMIC PM8841 have 4 MPP's.

Ivan T. Ivanov (4):
pinctrl: qpnp: Qualcomm PMIC pin controller driver
pinctrl: qcom: Add documentation for pinctrl-qpnp binding
pinctrl: qcom: Add PM8941 and PM8941 pinctrl drivers
ARM: dts: qcom: Add PM8941 and PM8841 pinctrl nodes

.../bindings/pinctrl/qcom,qpnp-pinctrl.txt | 78 ++
arch/arm/boot/dts/qcom-msm8974.dtsi | 16 +
drivers/pinctrl/Kconfig | 27 +
drivers/pinctrl/Makefile | 3 +
drivers/pinctrl/pinctrl-pm8841.c | 84 ++
drivers/pinctrl/pinctrl-pm8941.c | 96 ++
drivers/pinctrl/pinctrl-qpnp.c | 1454 ++++++++++++++++++++
drivers/pinctrl/pinctrl-qpnp.h | 41 +
include/dt-bindings/pinctrl/pinctrl-qpnp.h | 76 +
9 files changed, 1875 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qpnp-pinctrl.txt
create mode 100644 drivers/pinctrl/pinctrl-pm8841.c
create mode 100644 drivers/pinctrl/pinctrl-pm8941.c
create mode 100644 drivers/pinctrl/pinctrl-qpnp.c
create mode 100644 drivers/pinctrl/pinctrl-qpnp.h
create mode 100644 include/dt-bindings/pinctrl/pinctrl-qpnp.h

--
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/