public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/5] [RFC] MMC handle mutiple slots by external transceiver
@ 2006-03-08  8:27 Hiroshi DOYU
  2006-03-20 14:43 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Hiroshi DOYU @ 2006-03-08  8:27 UTC (permalink / raw)
  To: linux-omap-open-source

Hello,

This patch series is intended basically to make MMC handle multiple bus(slots)
when it uses an external transceiver. And this also can handle multiple
SD cards at the same time. Basic idea is to deal with each slot independently
during card detection phase until RCA number is assigned to each card, 
because an external transceiver can deal each slot separately(independently).
After RCA number is assigned(after card detection), we can access a specified
card which we want to use by choosing RCA number.

Currently most of things is being handled by "drivers/mmc/omap.c" in order
to keep current MMC common framework in "drivers/mmc/mmc.c" as it is. But 
I think that there might be an another alternative implementation to change
MMC common framework itself to handle multiple bus with an external 
transceiver. So I would like to get some comments/feedbacks about this issue.

This patch series include 5 patches and 
the main one is:

	[patch 2/5] MMC MULTIPLE SLOT SUPPORT BASE

The others are small bugfixes and supplement ones.
--

		Hiroshi DOYU

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

end of thread, other threads:[~2006-03-20 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-08  8:27 [patch 0/5] [RFC] MMC handle mutiple slots by external transceiver Hiroshi DOYU
2006-03-20 14:43 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox