mbox

[GIT,PULL,05/10] dt-exynos for v3.10

Message ID 51630A0E.4000600@samsung.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

Kukjin Kim April 8, 2013, 6:18 p.m. UTC
The following changes since commit da821eb7d42935b0f7056d98c75fd1150f6636f4:

   Merge commit 'v3.9-rc5' into next/clk-exynos (2013-04-09 01:10:13 +0900)

are available in the git repository at:


   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/dt-exynos-for-v3.10

for you to fetch changes up to 58a7bbf75442ea439a4d3b7993ad87023e406063:

   ARM: dts: add PDMA0 changes for exynos5440 (2013-04-09 01:39:27 +0900)

----------------------------------------------------------------
update device tree for exynos4 and exynos5

----------------------------------------------------------------
Alexander Graf (2):
       ARM: dts: Declare the gic as a15 compatible for exynos5250
       ARM: dts: Add architected timer nodes for exynos5250

Amit Daniel Kachhap (2):
       ARM: dts: Add PMIC node entry for Arndale board
       ARM: dts: Add cpufreq controller node for Exynos5440 SoC

Byungho An (1):
       ARM: dts: Add node for GMAC for exynos5440

Doug Anderson (2):
       ARM: dts: add usb 2.0 clock references to exynos5250 device tree
       ARM: dts: Document usb clocks in samsung,exynos4210-ehci/ohci 
bindings

Giridhar Maruthy (1):
       ARM: dts: Add virtual GIC DT bindings for exynos5440

Kukjin Kim (1):
       ARM: dts: add device tree file for SD5v1 board

Leela Krishna Amudala (2):
       ARM: dts: Add FIMD node to exynos5
       ARM: dts: Add display timing node to exynos5250-smdk5250.dts

Sachin Kamat (11):
       ARM: dts: Add G2D node to exynos4210.dtsi
       ARM: dts: Add G2D node to SMDKV310
       ARM: dts: Add G2D node to exynos4210-origen
       ARM: dts: Add G2D node to exynos4x12.dtsi
       ARM: dts: Add G2D node to SMDK4412
       ARM: dts: Add G2D node to exynos4412-origen
       ARM: dts: Add Samsung G2D DT bindings documentation
       ARM: dts: Add disable-wp for card slot on exynos5250-arndale
       ARM: dts: Add vmmc regulator support for Arndale board
       ARM: dts: Add MFC codec support for Arndale board
       ARM: dts: Add HDMI HPD and regulator node for Arndale board

Subash Patel (3):
       ARM: dts: add PMU support in exynos5440
       ARM: dts: update bootargs to boot from sda2 for exynos5440-ssdk5440
       ARM: dts: add PDMA0 changes for exynos5440

Sylwester Nawrocki (1):
       ARM: dts: Add SYSREG block node for S5P/Exynos4 SoC series

Thomas Abraham (4):
       ARM: dts: add pin state information in client nodes for Exynos4 
platforms
       ARM: dts: add pin state information in client nodes for Exynos5 
platforms
       ARM: dts: list the interrupts generated by pin-controller on 
Exynos5440
       ARM: dts: Fix gmac clock ids due to changes in Exynos5440

Tushar Behera (2):
       ARM: dts: Add pin-control related changes for Arndale board
       ARM: dts: Add gpio-button entries for Arndale board

Vikas Sajjan (3):
       ARM: dts: Add FIMD node to exynos4
       ARM: dts: Add FIMD node and display timing node to 
exynos4412-origen.dts
       ARM: dts: Add FIMD DT binding Documentation

  .../devicetree/bindings/arm/samsung/sysreg.txt     |   7 +
  .../devicetree/bindings/gpu/samsung-g2d.txt        |  20 +
  .../devicetree/bindings/usb/exynos-usb.txt         |  10 +
  .../devicetree/bindings/video/samsung-fimd.txt     |  65 ++
  arch/arm/boot/dts/Makefile                         |   1 +
  arch/arm/boot/dts/cros5250-common.dtsi             |  51 +-
  arch/arm/boot/dts/exynos4.dtsi                     |  27 +
  arch/arm/boot/dts/exynos4210-origen.dts            |   4 +
  arch/arm/boot/dts/exynos4210-smdkv310.dts          |  57 +-
  arch/arm/boot/dts/exynos4210.dtsi                  |   7 +
  arch/arm/boot/dts/exynos4412-origen.dts            |  21 +
  arch/arm/boot/dts/exynos4412-smdk4412.dts          |   8 +
  arch/arm/boot/dts/exynos4x12.dtsi                  |   7 +
  arch/arm/boot/dts/exynos5250-arndale.dts           | 343 ++++++++-
  arch/arm/boot/dts/exynos5250-pinctrl.dtsi          | 783 
+++++++++++++++++++++
  arch/arm/boot/dts/exynos5250-smdk5250.dts          |  49 +-
  arch/arm/boot/dts/exynos5250-snow.dts              |  22 +-
  arch/arm/boot/dts/exynos5250.dtsi                  | 343 +++------
  arch/arm/boot/dts/exynos5440-sd5v1.dts             |  39 +
  arch/arm/boot/dts/exynos5440-ssdk5440.dts          |   6 +-
  arch/arm/boot/dts/exynos5440.dtsi                  |  55 +-
  21 files changed, 1559 insertions(+), 366 deletions(-)
  create mode 100644 
Documentation/devicetree/bindings/arm/samsung/sysreg.txt
  create mode 100644 Documentation/devicetree/bindings/gpu/samsung-g2d.txt
  create mode 100644 
Documentation/devicetree/bindings/video/samsung-fimd.txt
  create mode 100644 arch/arm/boot/dts/exynos5250-pinctrl.dtsi
  create mode 100644 arch/arm/boot/dts/exynos5440-sd5v1.dts

Comments

Arnd Bergmann April 9, 2013, 8:45 p.m. UTC | #1
On Monday 08 April 2013, Kukjin Kim wrote:
> The following changes since commit da821eb7d42935b0f7056d98c75fd1150f6636f4:
> 
>    Merge commit 'v3.9-rc5' into next/clk-exynos (2013-04-09 01:10:13 +0900)
> 
> are available in the git repository at:
> 
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
> tags/dt-exynos-for-v3.10
> 
> for you to fetch changes up to 58a7bbf75442ea439a4d3b7993ad87023e406063:
> 
>    ARM: dts: add PDMA0 changes for exynos5440 (2013-04-09 01:39:27 +0900)

Pulled into next/dt2 because of the dependency. This will likely get
sent out in the second batch of pull requests to Linus.

	Arnd