<snip> > > What's the purpose of the card-counting loop in > > host/omap.c:mmc_omap_switch_handler()? It looks like dead code. > > > > I'm not too familiar with that driver, but they've been playing around > with multiplexing several cards into one controller. Might be bits and > pieces of that. >
AFAIK, that came after mmc multislot support. Omap2 has one mmc controller for several (2 in practice) mm slots (cards). It's not really a dead code since it's used in n800 and n810, it's in linux-omap archives and git tree. Carlos Aguiar, added in the loop, might have some comments about it. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

