linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] qcom DT changes for v3.18
@ 2014-09-12 19:40 Kumar Gala
  2014-09-22 20:15 ` [GIT PULL] qcom DT changes for v3.18-2 Kumar Gala
  2014-09-24  5:26 ` [GIT PULL] qcom DT changes for v3.18 Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Kumar Gala @ 2014-09-12 19:40 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

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

for you to fetch changes up to edb81ca3bf586ad526ee67b245cb87f7c7142a87:

  ARM: DT: QCOM: apq8064: Add dma support for sdcc node (2014-09-11 12:07:40 -0500)

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

* Added APQ8084 dt support for clocks, serial, pinctrl, and IFC6540 board
* Added IPQ8064 dt support for basic SoC and AP148 board
* Added APQ8064 dt support for pinctrl, reset, SDHC, and multimedia clocks
* Added PMIC 8058 dt support on MSM8660, enables PMIC based power key,
  keypad, rtc, and vibrator
* Added PMIC 8921 dt support on MSM8960, enables PMIC based power key,
  keypad, and rtc

----------------------------------------------------------------
Georgi Djakov (4):
      ARM: dts: qcom: Add APQ8084 Global Clock Controller DT node
      ARM: dts: qcom: Add APQ8084 serial port DT node
      ARM: dts: qcom: Add initial IFC6540 board device tree
      ARM: dts: qcom: Add TLMM DT node for APQ8084

Kumar Gala (1):
      ARM: qcom: Add initial IPQ8064 SoC and AP148 device trees

Pramod Gurav (2):
      ARM: DT: APQ8064: Add pinctrl support
      ARM: DT: APQ8064: Add node for ps_hold function in pinctrl

Srinivas Kandagatla (2):
      ARM: DT: apq8064: Add sdcc support via mcci driver.
      ARM: DT: QCOM: apq8064: Add dma support for sdcc node

Stephen Boyd (3):
      ARM: dts: msm: Add 8921 PMIC to ssbi bus
      ARM: dts: msm: Add 8058 PMIC to ssbi bus
      ARM: dts: qcom: Add 8064 multimedia clock controller node

 arch/arm/boot/dts/Makefile                 |   2 +
 arch/arm/boot/dts/qcom-apq8064-ifc6410.dts |  12 +++
 arch/arm/boot/dts/qcom-apq8064.dtsi        | 103 ++++++++++++++++++++++++
 arch/arm/boot/dts/qcom-apq8084-ifc6540.dts |  23 ++++++
 arch/arm/boot/dts/qcom-apq8084-mtp.dts     |   6 ++
 arch/arm/boot/dts/qcom-apq8084.dtsi        |  51 ++++++++++++
 arch/arm/boot/dts/qcom-ipq8064-ap148.dts   |  85 ++++++++++++++++++++
 arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi   |   1 +
 arch/arm/boot/dts/qcom-ipq8064.dtsi        | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/qcom-msm8660-surf.dts    |  30 +++++++
 arch/arm/boot/dts/qcom-msm8660.dtsi        |  42 ++++++++++
 arch/arm/boot/dts/qcom-msm8960-cdp.dts     |  15 ++++
 arch/arm/boot/dts/qcom-msm8960.dtsi        |  37 +++++++++
 arch/arm/mach-qcom/board.c                 |   2 +
 14 files changed, 659 insertions(+)
 create mode 100644 arch/arm/boot/dts/qcom-apq8084-ifc6540.dts
 create mode 100644 arch/arm/boot/dts/qcom-ipq8064-ap148.dts
 create mode 100644 arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
 create mode 100644 arch/arm/boot/dts/qcom-ipq8064.dtsi

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

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

* [GIT PULL] qcom DT changes for v3.18-2
  2014-09-12 19:40 [GIT PULL] qcom DT changes for v3.18 Kumar Gala
@ 2014-09-22 20:15 ` Kumar Gala
  2014-09-24  5:26   ` Olof Johansson
  2014-09-24  5:26 ` [GIT PULL] qcom DT changes for v3.18 Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2014-09-22 20:15 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

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-2

for you to fetch changes up to aabff7bfe55afd01d71a5f11d4a84bd873c20f5e:

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

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

* Added SDCC nodes on MSM8960/CDP and MSM8660/SURF
* Added I2C and SDCC4/WLAN on APQ8064/IFC6410
* Added I2C on MSM8984/DB8074

----------------------------------------------------------------
Georgi Djakov (4):
      ARM: dts: qcom: Add APQ8084 Global Clock Controller DT node
      ARM: dts: qcom: Add APQ8084 serial port DT node
      ARM: dts: qcom: Add initial IFC6540 board device tree
      ARM: dts: qcom: Add TLMM DT node for APQ8084

Kumar Gala (1):
      ARM: qcom: Add initial IPQ8064 SoC and AP148 device trees

Pramod Gurav (2):
      ARM: DT: APQ8064: Add pinctrl support
      ARM: DT: APQ8064: Add node for ps_hold function in pinctrl

Srinivas Kandagatla (3):
      ARM: DT: apq8064: Add sdcc support via mcci driver.
      ARM: DT: QCOM: apq8064: Add dma support for sdcc node
      ARM: DT: apq8064: add support to sdcc4 for wlan.

Stephen Boyd (5):
      ARM: dts: msm: Add 8921 PMIC to ssbi bus
      ARM: dts: msm: Add 8058 PMIC to ssbi bus
      ARM: dts: qcom: Add 8064 multimedia clock controller node
      ARM: DT: msm8660: Add sdcc nodes
      ARM: DT: msm8960: Add sdcc nodes

kiran.padwal at smartplayin.com (2):
      ARM: dts: qcom: Add I2C dt node for MSM8974 and DB8074 board
      ARM: DT: apq8064: Add i2c device nodes

 arch/arm/boot/dts/Makefile                     |   2 +
 arch/arm/boot/dts/qcom-apq8064-ifc6410.dts     |  43 +++++
 arch/arm/boot/dts/qcom-apq8064.dtsi            | 183 ++++++++++++++++++
 arch/arm/boot/dts/qcom-apq8074-dragonboard.dts |  21 +++
 arch/arm/boot/dts/qcom-apq8084-ifc6540.dts     |  23 +++
 arch/arm/boot/dts/qcom-apq8084-mtp.dts         |   6 +
 arch/arm/boot/dts/qcom-apq8084.dtsi            |  51 +++++
 arch/arm/boot/dts/qcom-ipq8064-ap148.dts       |  85 +++++++++
 arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi       |   1 +
 arch/arm/boot/dts/qcom-ipq8064.dtsi            | 250 +++++++++++++++++++++++++
 arch/arm/boot/dts/qcom-msm8660-surf.dts        |  42 +++++
 arch/arm/boot/dts/qcom-msm8660.dtsi            |  93 +++++++++
 arch/arm/boot/dts/qcom-msm8960-cdp.dts         |  27 +++
 arch/arm/boot/dts/qcom-msm8960.dtsi            |  87 +++++++++
 arch/arm/boot/dts/qcom-msm8974.dtsi            |  15 +-
 arch/arm/mach-qcom/board.c                     |   2 +
 16 files changed, 929 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/qcom-apq8084-ifc6540.dts
 create mode 100644 arch/arm/boot/dts/qcom-ipq8064-ap148.dts
 create mode 100644 arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
 create mode 100644 arch/arm/boot/dts/qcom-ipq8064.dtsi

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

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

* [GIT PULL] qcom DT changes for v3.18
  2014-09-12 19:40 [GIT PULL] qcom DT changes for v3.18 Kumar Gala
  2014-09-22 20:15 ` [GIT PULL] qcom DT changes for v3.18-2 Kumar Gala
@ 2014-09-24  5:26 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-09-24  5:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Sep 12, 2014 at 02:40:41PM -0500, Kumar Gala wrote:
> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
> 
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
> 
> 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
> 
> for you to fetch changes up to edb81ca3bf586ad526ee67b245cb87f7c7142a87:
> 
>   ARM: DT: QCOM: apq8064: Add dma support for sdcc node (2014-09-11 12:07:40 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM Based Device Tree Updates for v3.18
> 
> * Added APQ8084 dt support for clocks, serial, pinctrl, and IFC6540 board
> * Added IPQ8064 dt support for basic SoC and AP148 board
> * Added APQ8064 dt support for pinctrl, reset, SDHC, and multimedia clocks
> * Added PMIC 8058 dt support on MSM8660, enables PMIC based power key,
>   keypad, rtc, and vibrator
> * Added PMIC 8921 dt support on MSM8960, enables PMIC based power key,
>   keypad, and rtc

Merged, thanks.


-Olof

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

* [GIT PULL] qcom DT changes for v3.18-2
  2014-09-22 20:15 ` [GIT PULL] qcom DT changes for v3.18-2 Kumar Gala
@ 2014-09-24  5:26   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-09-24  5:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 22, 2014 at 03:15:47PM -0500, Kumar Gala wrote:
> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
> 
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
> 
> 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-2
> 
> for you to fetch changes up to aabff7bfe55afd01d71a5f11d4a84bd873c20f5e:
> 
>   ARM: DT: msm8960: Add sdcc nodes (2014-09-22 13:49:43 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM Based Device Tree Updates for v3.18-2
> 
> * Added SDCC nodes on MSM8960/CDP and MSM8660/SURF
> * Added I2C and SDCC4/WLAN on APQ8064/IFC6410
> * Added I2C on MSM8984/DB8074

Merged, thanks!

-Olof

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

end of thread, other threads:[~2014-09-24  5:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-12 19:40 [GIT PULL] qcom DT changes for v3.18 Kumar Gala
2014-09-22 20:15 ` [GIT PULL] qcom DT changes for v3.18-2 Kumar Gala
2014-09-24  5:26   ` Olof Johansson
2014-09-24  5:26 ` [GIT PULL] qcom DT changes for v3.18 Olof Johansson

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).