linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hsmmc cleanups in platform callback routines
@ 2012-03-09  9:11 Rajendra Nayak
  2012-03-09  9:11 ` [PATCH 1/4] ARM: OMAP2+: hsmmc: Add a flag to identify modules supporting clock src selection Rajendra Nayak
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rajendra Nayak @ 2012-03-09  9:11 UTC (permalink / raw)
  To: linux-arm-kernel

This series mainly splits the platform callbacks implemented in
hsmmc.c (for clk source selection and pbiascell programming)
rather than doing everything in a single callback which
is what is done today. This cleanup is ground work before all these
callbacks are moved into hsmmc/system-control module driver
out of machine folder.

Patches tested on omap3 beagle-Xm and omap4 panda boards.

regards,
Rajendra

Rajendra Nayak (4):
  ARM: OMAP2+: hsmmc: Add a flag to identify modules supporting clock
    src selection
  ARM: OMAP2+: hsmmc: Split the clock src selection and pbias
    programming
  ARM: OMAP2+: hsmmc: Let board files specify if an external
    transceiver exists
  ARM: OMAP2430SDP: No support to switch to external clock on omap2430

 arch/arm/mach-omap2/board-2430sdp.c        |    1 -
 arch/arm/mach-omap2/hsmmc.c                |  101 ++++++++++++----------------
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   14 +++-
 arch/arm/plat-omap/include/plat/mmc.h      |    2 +
 drivers/mmc/host/omap_hsmmc.c              |    3 +
 5 files changed, 58 insertions(+), 63 deletions(-)

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

end of thread, other threads:[~2012-03-09  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09  9:11 [PATCH 0/4] hsmmc cleanups in platform callback routines Rajendra Nayak
2012-03-09  9:11 ` [PATCH 1/4] ARM: OMAP2+: hsmmc: Add a flag to identify modules supporting clock src selection Rajendra Nayak
2012-03-09  9:11 ` [PATCH 2/4] ARM: OMAP2+: hsmmc: Split the clock src selection and pbias programming Rajendra Nayak
2012-03-09  9:11 ` [PATCH 3/4] ARM: OMAP2+: hsmmc: Let board files specify if an external transceiver exists Rajendra Nayak
2012-03-09  9:11 ` [PATCH 4/4] ARM: OMAP2430SDP: No support to switch to external clock on omap2430 Rajendra Nayak

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).