mbox

[GIT,PULL] qcom DT changes for v3.18-3

Message ID FBA74704-E00F-4CD5-A07C-56B72F6755DA@codeaurora.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-dt-for-3.18-3

Message

Kumar Gala Oct. 16, 2014, 8:03 a.m. UTC
The following changes since commit aabff7bfe55afd01d71a5f11d4a84bd873c20f5e:

  ARM: DT: msm8960: Add sdcc nodes (2014-09-22 13:49:43 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-dt-for-3.18-3

for you to fetch changes up to 7dac24bdc1dd561573cd8ce534a63dc975f51ca8:

  ARM: dts: qcom: add CM-QS600 board (2014-10-16 02:48:36 -0500)

----------------------------------------------------------------
Qualcomm ARM Based Device Tree Updates for v3.18-3

* Added Board support for CM-QS600 and Sony Xperia Z1 phone
* Added SATA support on IPQ8064/AP148

----------------------------------------------------------------
Kumar Gala (1):
      ARM: dts: qcom: Add SATA support on IPQ8064/AP148

Mike Rapoport (1):
      ARM: dts: qcom: add CM-QS600 board

Tim Bird (1):
      ARM: dts: qcom: Add initial DTS file for Sony Xperia Z1 phone

 Documentation/devicetree/bindings/vendor-prefixes.txt |  1 +
 arch/arm/boot/dts/Makefile                            |  4 ++-
 arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts           | 59 ++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/qcom-ipq8064-ap148.dts              |  8 ++++++
 arch/arm/boot/dts/qcom-ipq8064.dtsi                   | 33 ++++++++++++++++++++++
 arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 17 ++++++++++++
 6 files changed, 121 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
 create mode 100644 arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts

Comments

Olof Johansson Oct. 19, 2014, 8:51 p.m. UTC | #1
On Thu, Oct 16, 2014 at 10:03:48AM +0200, Kumar Gala wrote:
> The following changes since commit aabff7bfe55afd01d71a5f11d4a84bd873c20f5e:
> 
>   ARM: DT: msm8960: Add sdcc nodes (2014-09-22 13:49:43 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-dt-for-3.18-3
> 
> for you to fetch changes up to 7dac24bdc1dd561573cd8ce534a63dc975f51ca8:
> 
>   ARM: dts: qcom: add CM-QS600 board (2014-10-16 02:48:36 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM Based Device Tree Updates for v3.18-3
> 
> * Added Board support for CM-QS600 and Sony Xperia Z1 phone
> * Added SATA support on IPQ8064/AP148

In general we try to avoid merging all that much dt contents late,
but since Kevin wanted the Xperia stuff added I've merged this in now.


-Olof