devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add basic device tree support for Samsung's Exynos4210 platform
@ 2011-07-17  4:58 Thomas Abraham
  2011-07-17  4:58 ` [PATCH v2 1/2] arm: dts: Add nodes in smdkv310 device tree source file Thomas Abraham
  2011-07-17  4:58 ` [PATCH v2 2/2] arm: exynos4: Add a new Exynos4 device tree enabled machine Thomas Abraham
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Abraham @ 2011-07-17  4:58 UTC (permalink / raw)
  To: devicetree-discuss; +Cc: linux-samsung-soc

This patch series adds a basic device tree based boot for Samsung's Exynos4
platforms and specifically for smdkv310 board. Device tree based driver
probe is added for sdhci and watchdog drivers.

This patch series is based on
git.secretlab.ca/git/linux-2.6.git devicetree/test

and depends on the following patches which are not yet available in
the devicetree/test branch.

1. [PATCH] ARM: EXYNOS4: Fix card detection for sdhci 0 and 2
[http://www.mail-archive.com/linux-samsung-soc <at> vger.kernel.org/msg04704.html]

2. [PATCH] ARM: EXYNOS4: Fix missing S5P_VA_AUDSS definition
[http://www.mail-archive.com/linux-samsung-soc <at> vger.kernel.org/msg04866.html]

3. [PATCH 0/9] Add clkdev support for Samsung platforms
[http://www.mail-archive.com/linux-samsung-soc <at> vger.kernel.org/msg04874.html]

4. Consolidate the clkdev header files
[http://patchwork.ozlabs.org/patch/97862/]

Changes since v1:
* Addressed all comments from Grant Likely
  - Moved sdhci platform data as properties in dts file
  - Add relevant comments in the machine file.

Thomas Abraham (2):
  arm: dts: Add nodes in smdkv310 device tree source file
  arm: exynos4: Add a new Exynos4 device tree enabled machine

 Documentation/devicetree/bindings/arm/samsung.txt |   11 +-
 arch/arm/boot/dts/exynos4-smdkv310.dts            |   61 +++++++++++-
 arch/arm/mach-exynos4/Kconfig                     |   10 ++
 arch/arm/mach-exynos4/Makefile                    |    1 +
 arch/arm/mach-exynos4/mach-exynos4-dt.c           |  112 +++++++++++++++++++++
 5 files changed, 187 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/mach-exynos4/mach-exynos4-dt.c

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

end of thread, other threads:[~2011-07-17 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17  4:58 [PATCH v2 0/2] Add basic device tree support for Samsung's Exynos4210 platform Thomas Abraham
2011-07-17  4:58 ` [PATCH v2 1/2] arm: dts: Add nodes in smdkv310 device tree source file Thomas Abraham
2011-07-17  4:58 ` [PATCH v2 2/2] arm: exynos4: Add a new Exynos4 device tree enabled machine Thomas Abraham
2011-07-17 14:58   ` Grant Likely

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