linux/drivers/mmc/core
Pierre Ossman 7ea239d9e6 mmc: add bus handler
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>
2007-05-01 13:41:06 +02:00
..
Makefile mmc: add bus handler 2007-05-01 13:41:06 +02:00
core.c mmc: add bus handler 2007-05-01 13:41:06 +02:00
core.h mmc: add bus handler 2007-05-01 13:41:06 +02:00
mmc.c mmc: add bus handler 2007-05-01 13:41:06 +02:00
mmc_ops.c mmc: Separate out protocol ops 2007-05-01 13:04:18 +02:00
mmc_ops.h mmc: Separate out protocol ops 2007-05-01 13:04:18 +02:00
sd.c mmc: add bus handler 2007-05-01 13:41:06 +02:00
sd_ops.c mmc: Separate out protocol ops 2007-05-01 13:04:18 +02:00
sd_ops.h mmc: Separate out protocol ops 2007-05-01 13:04:18 +02:00
sysfs.c mmc: Separate out protocol ops 2007-05-01 13:04:18 +02:00
sysfs.h mmc: Separate out protocol ops 2007-05-01 13:04:18 +02:00