mmc: Move host and card drivers to subdirs
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 11 Feb 2007 18:57:36 +0000 (19:57 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:04:17 +0000 (13:04 +0200)
commit1c6a0718f0bfdab0d9b7da5f7b74f38a0058c03a
tree5e7f2a26d5d1782d87c596b40f874c6c0b8b8e1a
parent98ac2162699f7e9880683cb954891817f20b607c
mmc: Move host and card drivers to subdirs

Clean up the drivers/mmc directory by moving card and host drivers
into subdirectories.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
42 files changed:
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/at91_mci.c [deleted file]
drivers/mmc/au1xmmc.c [deleted file]
drivers/mmc/au1xmmc.h [deleted file]
drivers/mmc/block.c [deleted file]
drivers/mmc/card/Kconfig [new file with mode: 0644]
drivers/mmc/card/Makefile [new file with mode: 0644]
drivers/mmc/card/block.c [new file with mode: 0644]
drivers/mmc/card/queue.c [new file with mode: 0644]
drivers/mmc/card/queue.h [new file with mode: 0644]
drivers/mmc/host/Kconfig [new file with mode: 0644]
drivers/mmc/host/Makefile [new file with mode: 0644]
drivers/mmc/host/at91_mci.c [new file with mode: 0644]
drivers/mmc/host/au1xmmc.c [new file with mode: 0644]
drivers/mmc/host/au1xmmc.h [new file with mode: 0644]
drivers/mmc/host/imxmmc.c [new file with mode: 0644]
drivers/mmc/host/imxmmc.h [new file with mode: 0644]
drivers/mmc/host/mmci.c [new file with mode: 0644]
drivers/mmc/host/mmci.h [new file with mode: 0644]
drivers/mmc/host/omap.c [new file with mode: 0644]
drivers/mmc/host/pxamci.c [new file with mode: 0644]
drivers/mmc/host/pxamci.h [new file with mode: 0644]
drivers/mmc/host/sdhci.c [new file with mode: 0644]
drivers/mmc/host/sdhci.h [new file with mode: 0644]
drivers/mmc/host/tifm_sd.c [new file with mode: 0644]
drivers/mmc/host/wbsd.c [new file with mode: 0644]
drivers/mmc/host/wbsd.h [new file with mode: 0644]
drivers/mmc/imxmmc.c [deleted file]
drivers/mmc/imxmmc.h [deleted file]
drivers/mmc/mmci.c [deleted file]
drivers/mmc/mmci.h [deleted file]
drivers/mmc/omap.c [deleted file]
drivers/mmc/pxamci.c [deleted file]
drivers/mmc/pxamci.h [deleted file]
drivers/mmc/queue.c [deleted file]
drivers/mmc/queue.h [deleted file]
drivers/mmc/sdhci.c [deleted file]
drivers/mmc/sdhci.h [deleted file]
drivers/mmc/tifm_sd.c [deleted file]
drivers/mmc/wbsd.c [deleted file]
drivers/mmc/wbsd.h [deleted file]