* [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
* Re: [patch 0/5] [RFC] MMC handle mutiple slots by external transceiver
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
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2006-03-20 14:43 UTC (permalink / raw)
To: Hiroshi DOYU; +Cc: linux-omap-open-source
* Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [060308 00:31]:
> 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.
Let's push these and once we have the Carlos' version of the MMC driver
integrated into the mainline kernel we start merging in the omap tree.
We probably will want to keep the existing MMC driver around for a
little while until everything is merged.
Tony
^ 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