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

2014-05-30 Thread Olof Johansson
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2014-05-30 Thread Kumar Gala

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


Re: [GIT PULL] qcom DT changes for v3.16

2014-05-23 Thread Arnd Bergmann
On Friday 23 May 2014, Kumar Gala wrote:
> > 
> > Qualcomm ARM Based Device Tree Updates for v3.16
> > 
> > * Added device tree nodes for pinctrl and SDHC for msm8974 SoC/DB8074 board
> > * Added binding spec for GSBI configuration node

Pulled into next/dt, thanks!

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


Re: [GIT PULL] qcom DT changes for v3.16

2014-05-23 Thread Kumar Gala
(updated subject line)

On May 23, 2014, at 1:37 PM, Kumar Gala  wrote:

> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> 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
> 
> for you to fetch changes up to 08f9234ad6b0b8bc51046346eabf5b92e631e62a:
> 
>  soc: qcom: Add device tree binding for GSBI (2014-05-23 11:38:53 -0500)
> 
> 
> Qualcomm ARM Based Device Tree Updates for v3.16
> 
> * Added device tree nodes for pinctrl and SDHC for msm8974 SoC/DB8074 board
> * Added binding spec for GSBI configuration node
> 
> 
> Andy Gross (1):
>  soc: qcom: Add device tree binding for GSBI
> 
> Georgi Djakov (1):
>  ARM: dts: msm: Add SDHC controller nodes for MSM8974 and DB8074 board
> 
> Ivan T. Ivanov (1):
>  ARM: dts: MSM8974: Add pinctrl node
> 
> .../devicetree/bindings/soc/qcom/qcom,gsbi.txt | 78 ++
> arch/arm/boot/dts/qcom-apq8074-dragonboard.dts | 13 
> arch/arm/boot/dts/qcom-msm8974.dtsi| 51 ++
> include/dt-bindings/soc/qcom,gsbi.h| 26 
> 4 files changed, 168 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,gsbi.txt
> create mode 100644 include/dt-bindings/soc/qcom,gsbi.h
> 
> --
> Employee of Qualcomm Innovation Center, Inc.
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by 
> The Linux Foundation
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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