[MMC] Add MMC core support
This patch adds core support to the Linux kernel for driving MMC interfaces found on embedded devices, such as found in the Intel PXA and ARM MMCI primecell. This patch does _not_ add support for SD or SDIO cards. It is vaguely based upon the handhelds.org MMC code, but the bulk of the core has been rewritten from scratch.
Showing
drivers/mmc/Kconfig
0 → 100644
drivers/mmc/Makefile
0 → 100644
drivers/mmc/mmc.c
0 → 100644
This diff is collapsed.
drivers/mmc/mmc.h
0 → 100644
drivers/mmc/mmc_block.c
0 → 100644
This diff is collapsed.
drivers/mmc/mmc_queue.c
0 → 100644
drivers/mmc/mmc_queue.h
0 → 100644
drivers/mmc/mmc_sysfs.c
0 → 100644
include/asm-arm/mach/mmc.h
0 → 100644
include/linux/mmc/card.h
0 → 100644
include/linux/mmc/host.h
0 → 100644
include/linux/mmc/mmc.h
0 → 100644
include/linux/mmc/protocol.h
0 → 100644
Please register or sign in to comment