All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/3] ARM: SAMSUNG: Add support for sdhci clock lookup using generic names
@ 2011-10-12  9:43 ` Rajeshwari Shinde
  0 siblings, 0 replies; 22+ messages in thread
From: Rajeshwari Shinde @ 2011-10-12  9:43 UTC (permalink / raw)
  To: linux-mmc, linux-samsung-soc; +Cc: cjb, kgene.kim, linux-arm-kernel

This patchset adds support for sdhci controller clock lookup using
generic names. With this patchset, there will be no need to pass clock
names in sdhci platform data.

This patchset depends on the patchset:
Add a common macro for creating struct clk_lookup entries.
mmc: sdhci-s3c: add default controller configuration.

V2 Changes:
- Added HCLK 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.

V3 Changes:
- Removed double registration of hsmmc1 hclk from s3c2416 as suggested by
  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/clock.c              |   88 +++++++++------
 arch/arm/mach-exynos4/setup-sdhci.c        |   22 ----
 arch/arm/mach-s3c2416/Makefile             |    1 -
 arch/arm/mach-s3c2416/clock.c              |   68 ++++++-----
 arch/arm/mach-s3c2416/setup-sdhci.c        |   24 ----
 arch/arm/mach-s3c64xx/Makefile             |    1 -
 arch/arm/mach-s3c64xx/clock.c              |  126 +++++++++++++--------
 arch/arm/mach-s3c64xx/setup-sdhci.c        |   24 ----
 arch/arm/mach-s5pc100/Makefile             |    1 -
 arch/arm/mach-s5pc100/clock.c              |  130 +++++++++++++---------
 arch/arm/mach-s5pc100/setup-sdhci.c        |   23 ----
 arch/arm/mach-s5pv210/Makefile             |    1 -
 arch/arm/mach-s5pv210/clock.c              |  167 +++++++++++++++++-----------
 arch/arm/mach-s5pv210/setup-sdhci.c        |   22 ----
 arch/arm/plat-s3c24xx/s3c2443-clock.c      |   15 ++-
 arch/arm/plat-samsung/include/plat/sdhci.h |   31 -----
 drivers/mmc/host/sdhci-s3c.c               |    6 +-
 18 files changed, 361 insertions(+), 390 deletions(-)
 delete mode 100644 arch/arm/mach-exynos4/setup-sdhci.c
 delete mode 100644 arch/arm/mach-s3c2416/setup-sdhci.c
 delete mode 100644 arch/arm/mach-s3c64xx/setup-sdhci.c
 delete mode 100644 arch/arm/mach-s5pc100/setup-sdhci.c
 delete mode 100644 arch/arm/mach-s5pv210/setup-sdhci.c

-- 
1.7.4.4


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

end of thread, other threads:[~2011-10-13  9:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12  9:43 [PATCH V3 0/3] ARM: SAMSUNG: Add support for sdhci clock lookup using generic names Rajeshwari Shinde
2011-10-12  9:43 ` Rajeshwari Shinde
2011-10-12  9:43 ` [PATCH V3 1/3] SDHCI: S3C: Use generic clock names for sdhci bus clock options Rajeshwari Shinde
2011-10-12  9:43   ` Rajeshwari Shinde
2011-10-12  9:43 ` [PATCH V3 2/3] ARM: SAMSUNG: Remove SDHCI bus clocks from platform data Rajeshwari Shinde
2011-10-12  9:43   ` Rajeshwari Shinde
2011-10-12  9:43 ` [PATCH V4 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names Rajeshwari Shinde
2011-10-12  9:43   ` Rajeshwari Shinde
2011-10-12 10:24   ` Sylwester Nawrocki
2011-10-12 10:24     ` Sylwester Nawrocki
2011-10-12 12:36     ` Rajeshwari Birje
2011-10-12 12:36       ` Rajeshwari Birje
2011-10-12 16:19       ` Sylwester Nawrocki
2011-10-12 16:19         ` Sylwester Nawrocki
2011-10-13  7:16         ` Rajeshwari Birje
2011-10-13  7:16           ` Rajeshwari Birje
2011-10-13  7:55           ` Sylwester Nawrocki
2011-10-13  7:55             ` Sylwester Nawrocki
2011-10-13  8:55             ` Russell King - ARM Linux
2011-10-13  8:55               ` Russell King - ARM Linux
2011-10-13  9:40               ` Sylwester Nawrocki
2011-10-13  9:40                 ` Sylwester Nawrocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.