Re: [PATCH V3 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names

2011-10-11 Thread Rajeshwari Birje
Hi Heiko, As mentioned in the cover-letter, these patches are based on UART clkdev patches, hence you need to apply the same before applying these patches. I have made these patches on top of the For-next branch of Kgene's tree, following is the url for the same: git://github.com/kgene/linux-samsu

Re: [PATCH V3 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names

2011-10-11 Thread Heiko Stübner
Hi, somehow this did not apply against linux-next for me: error: patch failed: arch/arm/mach-exynos4/clock.c:1250 error: arch/arm/mach-exynos4/clock.c: patch does not apply error: patch failed: arch/arm/mach-s3c64xx/clock.c:697 error: arch/arm/mach-s3c64xx/clock.c: patch does not apply error: pat

[PATCH V3 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names

2011-10-11 Thread Rajeshwari Shinde
Add support for lookup of sdhci-s3c controller clocks using generic names for s3c2416, s3c64xx, s5pc100, s5pv210 and exynos4 SoC's. Signed-off-by: Rajeshwari Shinde --- arch/arm/mach-exynos4/clock.c | 88 +- arch/arm/mach-s3c2416/clock.c | 85 + arch/a