linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] qcom dt changes for 4.4 *RESEND*
@ 2015-10-14 22:10 Andy Gross
  2015-10-15 15:21 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Gross @ 2015-10-14 22:10 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://codeaurora.org/quic/kernel/agross-msm.git tags/qcom-dt-for-4.4

for you to fetch changes up to 04edde250c3753798475f0a4dc0275dd52f707bd:

  ARM: dts: msm8974: fix typo in "disabled" property (2015-10-13 16:40:03 -0500)

----------------------------------------------------------------
Qualcomm ARM Based Device Tree Updates for v4.4

* Add DT binding document for SMEM
* Add SMD, RPM, and Regulator nodes on MSM8974
* Remove extra reg element from iadc device
* Remove redunandant i2c pinctrl properties on APQ8064
* Remove unnecessary eeprom label on IFC6410
* Remove unnecessary eeprom label from QS600
* Add PM8921 RTC support on APQ8064
* Add PM8921 pwrkey support on APQ8064
* Prefix GSBI6 uart pins on APQ8064 correctly
* Add missing GSBI7 uart pinctrl on APQ8064
* Add missing GSBI7 uart pinctrl on IFC6410
* Add missing GSBI7 pinctrl uart property on QS600
* Add pwrseq support for WLAN on IFC6410
* Add pwrseq support for WLAN on QS600
* Add notify led support on IFC6410
* Add SD card detect support onQS600
* Add #power-domain-cells property to documentation
* Add Qualcomm SMBB binding document
* Add PM8941 charge node
* Fix typo in disabled property on MSM8974

----------------------------------------------------------------
Bjorn Andersson (2):
      soc: qcom: Add device tree binding for SMEM
      ARM: dts: msm8974: Add smd, rpm and regulator nodes

Courtney Cavin (2):
      dt-binding: power: Add Qualcomm SMBB binding
      ARM: dts: qcom-pm8941: Add charger node

Michael Opdenacker (1):
      ARM: dts: msm8974: fix typo in "disabled" property

Rajendra Nayak (1):
      arm: dts: qcom: Add #power-domain-cells property

Srinivas Kandagatla (13):
      ARM: dts: apq8064: remove redundant i2c pinctrl properties
      ARM: dts: ifc6410: remove unnecessary eeprom label
      ARM: dts: qs600: remove unnecessary eeprom label
      ARM: dts: apq8064: add pm8921 rtc
      ARM: dts: apq8064: add pm8921 pwrkey support
      ARM: dts: apq8064: Prefix the gsbi6 uart pins correctly
      ARM: dts: apq8064: add missing gsbi7 uart pinctrl
      ARM: dts: ifc6410: Add missing pinctrl to gsbi7 uart
      ARM: dts: qs600: Add missing pinctrl property for gsbi7 uart
      ARM: dts: ifc6410: Add pwrseq support for WLAN
      ARM: dts: qs600: add pwrseq support to WLAN
      ARM: dts: apq8064-ifc6410: add notify led support.
      ARM: dts: qs600: Add SD card detect support.

Stephen Boyd (1):
      ARM: dts: qcom: Remove extra reg element from iadc device

 .../devicetree/bindings/clock/qcom,gcc.txt         |    4 +
 .../devicetree/bindings/clock/qcom,mmcc.txt        |    4 +
 .../devicetree/bindings/power_supply/qcom_smbb.txt |  131 ++++++++++++++++++++
 .../devicetree/bindings/soc/qcom/qcom,smem.txt     |   57 +++++++++
 arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts        |   48 ++++++-
 arch/arm/boot/dts/qcom-apq8064-ifc6410.dts         |   60 +++++++--
 arch/arm/boot/dts/qcom-apq8064.dtsi                |   43 ++++++-
 arch/arm/boot/dts/qcom-apq8084.dtsi                |    1 +
 arch/arm/boot/dts/qcom-msm8974.dtsi                |   78 +++++++++++-
 arch/arm/boot/dts/qcom-pm8941.dtsi                 |   24 +++-
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |    1 +
 11 files changed, 434 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power_supply/qcom_smbb.txt
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smem.txt

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

* [GIT PULL] qcom dt changes for 4.4 *RESEND*
@ 2015-10-14 22:10 Andy Gross
  2015-10-14 22:12 ` Andy Gross
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Gross @ 2015-10-14 22:10 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://codeaurora.org/quic/kernel/agross-msm.git tags/qcom-defconfig-for-4.4

for you to fetch changes up to 4e7fb93081f8f2ac9f190e8da7507956d3f3a936:

  ARM: multi_v7_defconfig: Enable QCOM SMD/RPM (2015-10-08 15:59:46 -0500)

----------------------------------------------------------------
Qualcomm ARM Based defconfig Updates for v4.4

* Enable QCOM SMD/RPM in multi_v7_defconfig
* Enable QCOM SMD/RPM in qcom_defconfig

----------------------------------------------------------------
Andy Gross (2):
      ARM: qcom_defconfig: Enable SMD-RPM regulators
      ARM: multi_v7_defconfig: Enable QCOM SMD/RPM

 arch/arm/configs/multi_v7_defconfig |    5 +++++
 arch/arm/configs/qcom_defconfig     |    8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

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

* [GIT PULL] qcom dt changes for 4.4 *RESEND*
  2015-10-14 22:10 [GIT PULL] qcom dt changes for 4.4 *RESEND* Andy Gross
@ 2015-10-14 22:12 ` Andy Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Gross @ 2015-10-14 22:12 UTC (permalink / raw)
  To: linux-arm-kernel

Incorrect subject.  Please disregard this one.

-- 
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* [GIT PULL] qcom dt changes for 4.4 *RESEND*
  2015-10-14 22:10 Andy Gross
@ 2015-10-15 15:21 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-15 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 14 October 2015 17:10:18 Andy Gross wrote:
> Qualcomm ARM Based Device Tree Updates for v4.4
> 
> * Add DT binding document for SMEM
> * Add SMD, RPM, and Regulator nodes on MSM8974
> * Remove extra reg element from iadc device
> * Remove redunandant i2c pinctrl properties on APQ8064
> * Remove unnecessary eeprom label on IFC6410
> * Remove unnecessary eeprom label from QS600
> * Add PM8921 RTC support on APQ8064
> * Add PM8921 pwrkey support on APQ8064
> * Prefix GSBI6 uart pins on APQ8064 correctly
> * Add missing GSBI7 uart pinctrl on APQ8064
> * Add missing GSBI7 uart pinctrl on IFC6410
> * Add missing GSBI7 pinctrl uart property on QS600
> * Add pwrseq support for WLAN on IFC6410
> * Add pwrseq support for WLAN on QS600
> * Add notify led support on IFC6410
> * Add SD card detect support onQS600
> * Add #power-domain-cells property to documentation
> * Add Qualcomm SMBB binding document
> * Add PM8941 charge node
> * Fix typo in disabled property on MSM8974
> 

Pulled into next/dt, thanks!

	Arnd

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

end of thread, other threads:[~2015-10-15 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 22:10 [GIT PULL] qcom dt changes for 4.4 *RESEND* Andy Gross
2015-10-14 22:12 ` Andy Gross
  -- strict thread matches above, loose matches on Subject: below --
2015-10-14 22:10 Andy Gross
2015-10-15 15:21 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).