linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ARM: Exynos: Enable SPI platform support for Exynos4 and Exynos5
@ 2012-06-03 12:42 Thomas Abraham
  2012-06-03 12:42 ` [PATCH v2 1/6] ARM: Exynos4: Fix the incorrect hierarchy of spi controller bus clock Thomas Abraham
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Thomas Abraham @ 2012-06-03 12:42 UTC (permalink / raw)
  To: linux-arm-kernel

Changes since v1:
- Minor fixes based on comments from Olof, Kukjin and Padma.
- Rebased to Linux 3.5-rc1

This patch set enables device tree based platform support for the three spi
controllers on Samsung's Exynos4 and Exynos5 SoC's.

Thomas Abraham (6):
  ARM: Exynos4: Fix the incorrect hierarchy of spi controller bus clock
  ARM: Exynos5: Add spi clock support
  ARM: Exynos4: Enable platform support for SPI controllers
  ARM: Exynos5: Enable platform support for SPI controllers
  ARM: dts: Add nodes for spi controllers for Samsung Exynos4 platforms
  ARM: dts: Add nodes for spi controllers for Samsung Exynos5 platforms

 arch/arm/boot/dts/exynos4210-origen.dts   |   12 ++++
 arch/arm/boot/dts/exynos4210-smdkv310.dts |   38 +++++++++++
 arch/arm/boot/dts/exynos4210.dtsi         |   36 +++++++++++
 arch/arm/boot/dts/exynos5250-smdk5250.dts |   38 +++++++++++
 arch/arm/boot/dts/exynos5250.dtsi         |   36 +++++++++++
 arch/arm/mach-exynos/clock-exynos4.c      |   48 ++++++++++++---
 arch/arm/mach-exynos/clock-exynos5.c      |   98 +++++++++++++++++++++++++++++
 arch/arm/mach-exynos/include/mach/irqs.h  |    4 +
 arch/arm/mach-exynos/include/mach/map.h   |    3 +
 arch/arm/mach-exynos/mach-exynos4-dt.c    |    6 ++
 arch/arm/mach-exynos/mach-exynos5-dt.c    |    6 ++
 11 files changed, 317 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2012-06-03 12:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-03 12:42 [PATCH v2 0/6] ARM: Exynos: Enable SPI platform support for Exynos4 and Exynos5 Thomas Abraham
2012-06-03 12:42 ` [PATCH v2 1/6] ARM: Exynos4: Fix the incorrect hierarchy of spi controller bus clock Thomas Abraham
2012-06-03 12:42 ` [PATCH v2 2/6] ARM: Exynos5: Add spi clock support Thomas Abraham
2012-06-03 12:42 ` [PATCH v2 3/6] ARM: Exynos4: Enable platform support for SPI controllers Thomas Abraham
2012-06-03 12:42 ` [PATCH v2 4/6] ARM: Exynos5: " Thomas Abraham
2012-06-03 12:42 ` [PATCH v2 5/6] ARM: dts: Add nodes for spi controllers for Samsung Exynos4 platforms Thomas Abraham
2012-06-03 12:42 ` [PATCH v2 6/6] ARM: dts: Add nodes for spi controllers for Samsung Exynos5 platforms Thomas Abraham

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