[PATCH V6] SDHCI: S3C: Use generic clock names for sdhci bus clock options

2011-10-30 Thread Rajeshwari Shinde
This patch modifies the driver to stop depending on the clock names being passed from the platform and switch over to bus clock lookup using generic clock names. V6 Changes: Changed sprintf to snprintf as suggested by Chris Ball. Signed-off-by: Rajeshwari Shinde --- drivers/mmc/host/sdhci

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

2011-10-14 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 |

[PATCH V5 2/3] ARM: SAMSUNG: Remove SDHCI bus clocks from platform data

2011-10-14 Thread Rajeshwari Shinde
The bus clocks previously sent through platform data to SDHCI controller are removed. Signed-off-by: Rajeshwari Shinde --- arch/arm/mach-exynos4/Makefile |1 - arch/arm/mach-exynos4/setup-sdhci.c| 22 --- arch/arm/mach-s3c2416/Makefile

[PATCH V5 1/3] SDHCI: S3C: Use generic clock names for sdhci bus clock options

2011-10-14 Thread Rajeshwari Shinde
This patch modifies the driver to stop depending on the clock names being passed from the platform and switch over to bus clock lookup using generic clock names. Signed-off-by: Rajeshwari Shinde --- drivers/mmc/host/sdhci-s3c.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions

[PATCH V5 0/3] ARM: SAMSUNG: Add support for sdhci clock lookup using generic names

2011-10-14 Thread Rajeshwari Shinde
Heiko V4 Changes: - Changed the devname for bus clocks in Exynos4 to s3c-sdhci. from exynos4-sdhci. as suggested by Sylwester. V5 Changes: - Rebased the patches on latest For-next branch of Kgene's tree after "S3C2416: Enable armdiv and armclk" patch by Heiko. Rajeshwari Shin

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

2011-10-13 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 |

[PATCH V4 2/3] ARM: SAMSUNG: Remove SDHCI bus clocks from platform data

2011-10-13 Thread Rajeshwari Shinde
The bus clocks previously sent through platform data to SDHCI controller are removed. Signed-off-by: Rajeshwari Shinde --- arch/arm/mach-exynos4/Makefile |1 - arch/arm/mach-exynos4/setup-sdhci.c| 22 --- arch/arm/mach-s3c2416/Makefile

[PATCH V4 1/3] SDHCI: S3C: Use generic clock names for sdhci bus clock options

2011-10-13 Thread Rajeshwari Shinde
This patch modifies the driver to stop depending on the clock names being passed from the platform and switch over to bus clock lookup using generic clock names. Signed-off-by: Rajeshwari Shinde --- drivers/mmc/host/sdhci-s3c.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions

[PATCH V4 0/3] ARM: SAMSUNG: Add support for sdhci clock lookup using generic names

2011-10-13 Thread Rajeshwari Shinde
Heiko V4 Changes: - Changed the devname for bus clocks in Exynos4 to s3c-sdhci. from exynos4-sdhci. as suggested by Sylwester. Rajeshwari Shinde (3): SDHCI: S3C: Use generic clock names for sdhci bus clock options ARM: SAMSUNG: Remove SDHCI bus clocks from platform data ARM: SAMSUNG: Add

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

2011-10-12 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 |

[PATCH V3 2/3] ARM: SAMSUNG: Remove SDHCI bus clocks from platform data

2011-10-12 Thread Rajeshwari Shinde
The bus clocks previously sent through platform data to SDHCI controller are removed. Signed-off-by: Rajeshwari Shinde --- arch/arm/mach-exynos4/Makefile |1 - arch/arm/mach-exynos4/setup-sdhci.c| 22 --- arch/arm/mach-s3c2416/Makefile

[PATCH V3 1/3] SDHCI: S3C: Use generic clock names for sdhci bus clock options

2011-10-12 Thread Rajeshwari Shinde
This patch modifies the driver to stop depending on the clock names being passed from the platform and switch over to bus clock lookup using generic clock names. Signed-off-by: Rajeshwari Shinde --- drivers/mmc/host/sdhci-s3c.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions

[PATCH V3 0/3] ARM: SAMSUNG: Add support for sdhci clock lookup using generic names

2011-10-12 Thread Rajeshwari Shinde
Heiko Rajeshwari Shinde (3): SDHCI: S3C: Use generic clock names for sdhci bus clock options ARM: SAMSUNG: Remove SDHCI bus clocks from platform data ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names arch/arm/mach-exynos4/Makefile |1 - arch/arm/mach-exynos4

[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 +

[PATCH V2 2/3] ARM: SAMSUNG: Remove SDHCI bus clocks from platform data

2011-10-11 Thread Rajeshwari Shinde
The bus clocks previously sent through platform data to SDHCI controller are removed. Signed-off-by: Rajeshwari Shinde --- arch/arm/mach-exynos4/Makefile |1 - arch/arm/mach-exynos4/setup-sdhci.c| 22 --- arch/arm/mach-s3c2416/Makefile

[PATCH V2 1/3] SDHCI: S3C: Use generic clock names for sdhci bus clock options

2011-10-11 Thread Rajeshwari Shinde
This patch modifies the driver to stop depending on the clock names being passed from the platform and switch over to bus clock lookup using generic clock names. Signed-off-by: Rajeshwari Shinde --- drivers/mmc/host/sdhci-s3c.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions

[PATCH V2 0/3] ARM: SAMSUNG: Add support for sdhci clock lookup using generic names

2011-10-11 Thread Rajeshwari Shinde
instance for HSMMC instance 1 as suggested by Heiko. -Rebased on UART clkdev patches. So these patches should be applied after UART clkdev patches are applied. Rajeshwari Shinde (3): SDHCI: S3C: Use generic clock names for sdhci bus clock options ARM: SAMSUNG: Remove SDHCI bus

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

2011-10-04 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 | 99 ++- arch/arm/mach-s3c2416/clock.c | 68 +--- arc

[PATCH 2/3] ARM: SAMSUNG: Remove SDHCI bus clocks from platform data

2011-10-04 Thread Rajeshwari Shinde
The bus clocks previously sent through platform data to SDHCI controller are removed. Signed-off-by: Rajeshwari Shinde --- arch/arm/mach-exynos4/Makefile |1 - arch/arm/mach-exynos4/setup-sdhci.c| 22 --- arch/arm/mach-s3c2416/Makefile

[PATCH 1/3] SDHCI: S3C: Use generic clock names for sdhci bus clock options

2011-10-04 Thread Rajeshwari Shinde
This patch modifies the driver to stop depending on the clock names being passed from the platform and switch over to bus clock lookup using generic clock names. Signed-off-by: Rajeshwari Shinde --- drivers/mmc/host/sdhci-s3c.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions

[PATCH 0/3] ARM: SAMSUNG: Add support for sdhci clock lookup using generic names

2011-10-04 Thread Rajeshwari Shinde
macro for creating struct clk_lookup entries Rajeshwari Shinde (3): SDHCI: S3C: Use generic clock names for sdhci bus clock options ARM: SAMSUNG: Remove SDHCI bus clocks from platform data ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names arch/arm/mach-exynos

RFC[PATCH] SDHCI: S3C: Use bus clocks created using clkdev

2011-08-08 Thread Rajeshwari Shinde
This patch modifies the driver to stop depending on the clock names being passed from the platform and switch over to lookup clocks generic names created using clkdev. Signed-off-by: Rajeshwari Shinde --- drivers/mmc/host/sdhci-s3c.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions