[PATCH v3 0/6] mmc: sdhci-s3c: Rework platform data and add device tree support
From: Kukjin Kim <hidden>
Date: 2012-02-21 11:37:26
Also in:
linux-devicetree, linux-mmc, linux-samsung-soc
Chris Ball wrote:
Hi,
Hi,
On Thu, Feb 16 2012, Kukjin Kim wrote:quoted
I mean if I or you create topic branch for this whole series, can be merged into both tree for avoiding conflicts with further working. Of course, the topic branch don't have to rebase after merging into each tree. If you're ok on this and my opinion, let me create the topic branch.Okay, sure. Thanks,
I created topic branch for this we talked. You can pull that following:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
v3.4-for-cjb
If any problems, please kindly let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim [off-list ref], Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:
Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
v3.4-for-cjb
Thomas Abraham (6):
mmc: sdhci-s3c: Remove usage of clk_type member in platform data
ARM: EXYNOS: use 'exynos4-sdhci' as device name for sdhci controllers
ARM: SAMSUNG: remove all uses of clk_type member in sdhci platform
data
mmc: sdhci-s3c: derive transfer width host capability from max_width
in platform data
mmc: sdhci-s3c: Keep a copy of platform data and use it
mmc: sdhci-s3c: Add device tree support
.../devicetree/bindings/mmc/samsung-sdhci.txt | 70 ++++++
arch/arm/mach-exynos/clock.c | 24 +-
arch/arm/mach-exynos/common.c | 5 +
arch/arm/mach-exynos/mach-armlex4210.c | 3 -
arch/arm/mach-exynos/mach-nuri.c | 3 -
arch/arm/mach-exynos/mach-origen.c | 2 -
arch/arm/mach-exynos/mach-smdk4x12.c | 2 -
arch/arm/mach-exynos/mach-smdkv310.c | 4 -
arch/arm/mach-exynos/mach-universal_c210.c | 2 -
arch/arm/plat-samsung/devs.c | 4 -
arch/arm/plat-samsung/include/plat/sdhci.h | 35 +++-
arch/arm/plat-samsung/platformdata.c | 2 -
drivers/mmc/host/sdhci-s3c.c | 235
+++++++++++++++++++-
13 files changed, 341 insertions(+), 50 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mmc/samsung-sdhci.txt