mmc: Separate out protocol ops
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 24 Dec 2006 21:46:55 +0000 (22:46 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:04:18 +0000 (13:04 +0200)
commitda7fbe58d2d347e95af699ddf04d885be6362bbe
tree560df47c41bb64ace46f82f9fa5e2fabc8bafbab
parentaaac1b470bd0dccb30912356617069dc6199cc80
mmc: Separate out protocol ops

Move protocol operations and definitions into their own files
in an effort to separate protocol handling and bus
arbitration more clearly.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
13 files changed:
drivers/mmc/card/block.c
drivers/mmc/core/Makefile
drivers/mmc/core/core.c
drivers/mmc/core/core.h
drivers/mmc/core/mmc_ops.c [new file with mode: 0644]
drivers/mmc/core/mmc_ops.h [new file with mode: 0644]
drivers/mmc/core/sd_ops.c [new file with mode: 0644]
drivers/mmc/core/sd_ops.h [new file with mode: 0644]
drivers/mmc/core/sysfs.c
drivers/mmc/core/sysfs.h [new file with mode: 0644]
include/linux/mmc/core.h
include/linux/mmc/mmc.h [moved from include/linux/mmc/protocol.h with 85% similarity]
include/linux/mmc/sd.h [new file with mode: 0644]