From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2 2/4] dt-exynos v2 for v3.10
Date: Wed, 10 Apr 2013 22:53:03 +0900 [thread overview]
Message-ID: <51656EBF.5090804@samsung.com> (raw)
Hi Arnd, Olof,
Please pull this instead of tags/dt-exynos-for-v3.10 because of wrong
e-mail address for author. Sorry for that.
Thanks.
- Kukjin
----------------------------------------------------------------
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-v2-for-v3.10
for you to fetch changes up to 31d39248810072dec3279463d5fda0001721c01c:
ARM: dts: add mshc controller node for Exynos4x12 SoCs (2013-04-10
17:51:32 +0900)
----------------------------------------------------------------
This updates device tree for exynos4210 (origen and smdkv310 boards),
exynos4412 (origen and smdk4412 boards), exynos5250 (arndale, smdk5250
and snow boards), and exynos5440 (sd5v1 and ssdk5440 boards). And adds
support for exynos5250 pinctrl. And includes bindings for g2d, usb and
fimd. Note, this is 2nd version because of wrong e-mail address for author
----------------------------------------------------------------
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 (5):
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
ARM: dts: add mshc controller node for Exynos4x12 SoCs
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/exynos4412.dtsi | 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 +-
22 files changed, 1567 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
reply other threads:[~2013-04-10 13:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51656EBF.5090804@samsung.com \
--to=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).