mbox

[GIT,PULL] qcom DT changes for v3.16-2

Message ID alpine.DEB.2.00.1405301137040.5291@galak-ubuntu.qualcomm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-dt-for-3.16-2

Message

Kumar Gala May 30, 2014, 4:38 p.m. UTC
The following changes since commit 08f9234ad6b0b8bc51046346eabf5b92e631e62a:

   soc: qcom: Add device tree binding for GSBI (2014-05-23 11:38:53 -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.16-2

for you to fetch changes up to f46d23f6f3676720de2a3f195413a5e69f202238:

   ARM: dts: qcom: Add APQ8084-MTP board support (2014-05-29 11:16:45 -0500)

----------------------------------------------------------------
Qualcomm ARM Based Device Tree Updates for v3.16-2

* Updated MSM8660/MSM8960/MSM8974 dts for various updates or conformitity
   to binding specs
* Added APQ8064 SoC and IFC6410 board device tree support
* Added APQ8084 SoC and APQ8084-MTP board device tree support

----------------------------------------------------------------
Georgi Djakov (2):
       ARM: dts: qcom: Add APQ8084 SoC support
       ARM: dts: qcom: Add APQ8084-MTP board support

Kumar Gala (4):
       ARM: dts: qcom: Update msm8974/apq8074 device trees
       ARM: dts: qcom: Update msm8960 device trees
       ARM: dts: qcom: Update msm8660 device trees
       ARM: dts: qcom: Add initial APQ8064 SoC and IFC6410 board device trees

  arch/arm/boot/dts/Makefile                     |   9 +-
  arch/arm/boot/dts/qcom-apq8064-ifc6410.dts     |  16 +++
  arch/arm/boot/dts/qcom-apq8064-v2.0.dtsi       |   1 +
  arch/arm/boot/dts/qcom-apq8064.dtsi            | 170 +++++++++++++++++++++++
  arch/arm/boot/dts/qcom-apq8074-dragonboard.dts |  28 +++-
  arch/arm/boot/dts/qcom-apq8084-mtp.dts         |   6 +
  arch/arm/boot/dts/qcom-apq8084.dtsi            | 179 +++++++++++++++++++++++++
  arch/arm/boot/dts/qcom-msm8660-surf.dts        |  10 ++
  arch/arm/boot/dts/qcom-msm8660.dtsi            | 115 +++++++++-------
  arch/arm/boot/dts/qcom-msm8960-cdp.dts         |  10 ++
  arch/arm/boot/dts/qcom-msm8960.dtsi            | 176 +++++++++++++-----------
  arch/arm/boot/dts/qcom-msm8974.dtsi            |  49 +++----
  arch/arm/mach-qcom/board.c                     |   4 +-
  13 files changed, 612 insertions(+), 161 deletions(-)
  create mode 100644 arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
  create mode 100644 arch/arm/boot/dts/qcom-apq8064-v2.0.dtsi
  create mode 100644 arch/arm/boot/dts/qcom-apq8064.dtsi
  create mode 100644 arch/arm/boot/dts/qcom-apq8084-mtp.dts
  create mode 100644 arch/arm/boot/dts/qcom-apq8084.dtsi

--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

Comments

Olof Johansson May 31, 2014, 3:33 a.m. UTC | #1
On Fri, May 30, 2014 at 11:38:13AM -0500, Kumar Gala wrote:
> The following changes since commit 08f9234ad6b0b8bc51046346eabf5b92e631e62a:
> 
>   soc: qcom: Add device tree binding for GSBI (2014-05-23 11:38:53 -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.16-2
> 
> for you to fetch changes up to f46d23f6f3676720de2a3f195413a5e69f202238:
> 
>   ARM: dts: qcom: Add APQ8084-MTP board support (2014-05-29 11:16:45 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM Based Device Tree Updates for v3.16-2
> 
> * Updated MSM8660/MSM8960/MSM8974 dts for various updates or conformitity
>   to binding specs
> * Added APQ8064 SoC and IFC6410 board device tree support
> * Added APQ8084 SoC and APQ8084-MTP board device tree support

Merged, thanks.


-Olof