All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Qualcomm PMIC pin controller drivers
@ 2014-08-11 15:40 Ivan T. Ivanov
  2014-08-11 15:40 ` [PATCH v3 1/6] pinctrl: Device tree bindings for Qualcomm pm8xxx gpio block Ivan T. Ivanov
                   ` (5 more replies)
  0 siblings, 6 replies; 27+ messages in thread
From: Ivan T. Ivanov @ 2014-08-11 15:40 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Russell King, Linus Walleij, Grant Likely
  Cc: Ivan T. Ivanov, Bjorn Andersson, linux-arm-msm, devicetree, linux-kernel

From: "Ivan T. Ivanov" <iivanov@mm-sol.com>

Hi, 

This is third version of the patches posted earlier here[1].

Changes:
- pm8xxx-gpio driver renamed to ssbi-pmic-gpio and qpnp-pinctrl
  to spmi-pmic-pinctrl
- Functions are described with strings. Available functions for
  each PMIC GPIO are described in DT include file.
- Available 'power-sources' are described per PMIC in DT include files
  and per chip definitions from pm8xxx-gpio driver are removed.
- Property 'qcom,pull-up' renamed 'qcom,pull-up-strength' possible
  are listed in DT include file.
- Property 'qcom,strength' renamed to 'qcom,drive-strength'
- Added parsing code for above 2 properties to ssbi-pmic-gpio driver
- Added AP8074 Dragonboard PMIC GPIO DT files.
- Added qcom,mode property for Multi-Purpose Pins
- Fixed review comments and driver issues.

Short description:

Patches adds pin control drivers for Multi-purpose pin (MPP) and
General-purpose pin (GPIO) controllers found in Qualcomm SSBI and 
SPMI based 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. 

[1] http://thread.gmane.org/gmane.linux.kernel/1749903

Bjorn Andersson (2):
  pinctrl: Device tree bindings for Qualcomm pm8xxx gpio block
  pinctrl: Introduce pinctrl driver for Qualcomm SSBI PMIC's

Ivan T. Ivanov (4):
  pinctrl: Add documentation for SPMI PMIC pinctrl driver bindings
  pinctrl: Qualcomm SPMI PMIC pin controller driver
  ARM: dts: qcom: Add PM8941 and PM8841 pinctrl nodes
  ARM: dts: qcom: Add APQ8074 Dragonboard PMIC GPIO bindings

 .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt |  212 +++
 .../devicetree/bindings/pinctrl/qcom,pmic-mpp.txt  |  179 +++
 .../dts/qcom-apq8074-dragonboard-pmics-pins.dtsi   |  103 ++
 arch/arm/boot/dts/qcom-apq8074-dragonboard.dts     |    1 +
 arch/arm/boot/dts/qcom-msm8974.dtsi                |   33 +
 drivers/pinctrl/qcom/Kconfig                       |   23 +
 drivers/pinctrl/qcom/Makefile                      |    2 +
 drivers/pinctrl/qcom/pinctrl-spmi-pmic.c           | 1532 ++++++++++++++++++++
 drivers/pinctrl/qcom/pinctrl-ssbi-pmic.c           |  870 +++++++++++
 include/dt-bindings/pinctrl/qcom,pmic-gpio.h       |  142 ++
 include/dt-bindings/pinctrl/qcom,pmic-mpp.h        |   70 +
 11 files changed, 3167 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.txt
 create mode 100644 arch/arm/boot/dts/qcom-apq8074-dragonboard-pmics-pins.dtsi
 create mode 100644 drivers/pinctrl/qcom/pinctrl-spmi-pmic.c
 create mode 100644 drivers/pinctrl/qcom/pinctrl-ssbi-pmic.c
 create mode 100644 include/dt-bindings/pinctrl/qcom,pmic-gpio.h
 create mode 100644 include/dt-bindings/pinctrl/qcom,pmic-mpp.h

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2014-11-04  2:25 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11 15:40 [PATCH v3 0/6] Qualcomm PMIC pin controller drivers Ivan T. Ivanov
2014-08-11 15:40 ` [PATCH v3 1/6] pinctrl: Device tree bindings for Qualcomm pm8xxx gpio block Ivan T. Ivanov
2014-08-16 15:24   ` Daniel
2014-08-18  7:16     ` Ivan T. Ivanov
2014-08-20 22:10       ` Bjorn Andersson
2014-08-20 22:27   ` Bjorn Andersson
2014-08-25 13:14     ` Ivan T. Ivanov
2014-08-11 15:40 ` [PATCH v3 2/6] pinctrl: Introduce pinctrl driver for Qualcomm SSBI PMIC's Ivan T. Ivanov
     [not found]   ` <1407771634-14946-3-git-send-email-iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-08-20  8:06     ` Srinivas Kandagatla
2014-08-20  8:06       ` Srinivas Kandagatla
2014-08-20 21:28       ` Bjorn Andersson
2014-08-20 22:13         ` Bjorn Andersson
2014-11-03  8:48           ` Srinivas Kandagatla
2014-11-04  2:25             ` Bjorn Andersson
2014-08-11 15:40 ` [PATCH v3 3/6] pinctrl: Add documentation for SPMI PMIC pinctrl driver bindings Ivan T. Ivanov
2014-08-13 14:32   ` Stephen Boyd
2014-08-25 14:07     ` Ivan T. Ivanov
2014-08-11 15:40 ` [PATCH v3 4/6] pinctrl: Qualcomm SPMI PMIC pin controller driver Ivan T. Ivanov
2014-08-21  6:16   ` Bjorn Andersson
     [not found]     ` <20140821061607.GF16274-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
2014-08-25 14:00       ` Ivan T. Ivanov
2014-08-25 14:00         ` Ivan T. Ivanov
2014-08-11 15:40 ` [PATCH v3 5/6] ARM: dts: qcom: Add PM8941 and PM8841 pinctrl nodes Ivan T. Ivanov
2014-08-14  7:33   ` Pramod Gurav
2014-08-25 14:06     ` Ivan T. Ivanov
2014-08-11 15:40 ` [PATCH v3 6/6] ARM: dts: qcom: Add APQ8074 Dragonboard PMIC GPIO bindings Ivan T. Ivanov
2014-08-20 23:06   ` Bjorn Andersson
2014-08-25 14:04     ` Ivan T. Ivanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.