From: thomas.abraham@linaro.org (Thomas Abraham)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] ARM: Exynos: Enable SPI platform support for Exynos4 and Exynos5
Date: Fri, 18 May 2012 15:16:26 +0530 [thread overview]
Message-ID: <1337334392-6441-1-git-send-email-thomas.abraham@linaro.org> (raw)
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 | 44 +++++++++++
arch/arm/boot/dts/exynos4210.dtsi | 30 +++++++
arch/arm/boot/dts/exynos5250-smdk5250.dts | 47 +++++++++++-
arch/arm/boot/dts/exynos5250.dtsi | 46 +++++++++++
arch/arm/mach-exynos/Kconfig | 2 +
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/include/mach/regs-clock.h | 4 +
arch/arm/mach-exynos/mach-exynos4-dt.c | 6 ++
arch/arm/mach-exynos/mach-exynos5-dt.c | 6 ++
13 files changed, 341 insertions(+), 9 deletions(-)
next reply other threads:[~2012-05-18 9:46 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-18 9:46 Thomas Abraham [this message]
2012-05-18 9:46 ` [PATCH 1/6] ARM: Exynos4: Fix the incorrect hierarchy of spi controller bus clock Thomas Abraham
2012-05-24 7:27 ` Kukjin Kim
2012-05-24 9:00 ` Thomas Abraham
2012-05-18 9:46 ` [PATCH 2/6] ARM: Exynos5: Add spi clock support Thomas Abraham
2012-05-24 7:30 ` Kukjin Kim
2012-05-24 9:04 ` Thomas Abraham
2012-05-18 9:46 ` [PATCH 3/6] ARM: Exynos4: Enable platform support for SPI controllers Thomas Abraham
2012-05-18 9:46 ` [PATCH 4/6] ARM: Exynos5: " Thomas Abraham
2012-05-18 9:46 ` [PATCH 5/6] ARM: dts: Add nodes for spi controllers for Samsung Exynos4 platforms Thomas Abraham
2012-05-24 7:43 ` Kukjin Kim
2012-05-24 9:07 ` Thomas Abraham
2012-05-18 9:46 ` [PATCH 6/6] ARM: dts: Add nodes for spi controllers for Samsung Exynos5 platforms Thomas Abraham
2012-05-23 9:50 ` padma venkat
2012-05-24 7:49 ` Kukjin Kim
2012-05-24 9:09 ` Thomas Abraham
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=1337334392-6441-1-git-send-email-thomas.abraham@linaro.org \
--to=thomas.abraham@linaro.org \
--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).