mmc: add bus handler
authorPierre Ossman <drzeus@drzeus.cx>
Sat, 30 Dec 2006 23:11:32 +0000 (00:11 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:41:06 +0000 (13:41 +0200)
Delegate protocol handling to "bus handlers". This allows the core to
just handle the task of arbitrating the bus. Initialisation and
pampering of cards is now done by the different bus handlers.

This design also allows MMC and SD (and later SDIO) to be more cleanly
separated, allowing easier maintenance.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>

No differences found