Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc: pxamci: enable DMA for write ops after CMD/RESP pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x()) ricoh_mmc: Use suspend_late/resume_early mmci: Add support for ST Micro derivate mmc: Add a MX2/MX3 specific SDHC driver
No related branches found
No related tags found
Showing
- arch/arm/plat-mxc/include/mach/mmc.h 36 additions, 0 deletionsarch/arm/plat-mxc/include/mach/mmc.h
- drivers/mmc/host/Kconfig 10 additions, 0 deletionsdrivers/mmc/host/Kconfig
- drivers/mmc/host/Makefile 1 addition, 0 deletionsdrivers/mmc/host/Makefile
- drivers/mmc/host/mmci.c 33 additions, 4 deletionsdrivers/mmc/host/mmci.c
- drivers/mmc/host/mmci.h 28 additions, 0 deletionsdrivers/mmc/host/mmci.h
- drivers/mmc/host/mxcmmc.c 880 additions, 0 deletionsdrivers/mmc/host/mxcmmc.c
- drivers/mmc/host/pxamci.c 19 additions, 6 deletionsdrivers/mmc/host/pxamci.c
- drivers/mmc/host/ricoh_mmc.c 4 additions, 4 deletionsdrivers/mmc/host/ricoh_mmc.c
arch/arm/plat-mxc/include/mach/mmc.h
0 → 100644
drivers/mmc/host/mxcmmc.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment