mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controller
This patch adds a driver for the Renesas usdhi6rol0 SD/SDIO host controller in both PIO and DMA modes. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Chris Ball <chris@printf.net>
This commit is contained in:

committed by
Chris Ball

parent
06732b84b4
commit
75fa9ea6e3
@@ -697,6 +697,12 @@ config MMC_WMT
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called wmt-sdmmc.
|
||||
|
||||
config MMC_USDHI6ROL0
|
||||
tristate "Renesas USDHI6ROL0 SD/SDIO Host Controller support"
|
||||
help
|
||||
This selects support for the Renesas USDHI6ROL0 SD/SDIO
|
||||
Host Controller
|
||||
|
||||
config MMC_REALTEK_PCI
|
||||
tristate "Realtek PCI-E SD/MMC Card Interface Driver"
|
||||
depends on MFD_RTSX_PCI
|
||||
|
@@ -52,6 +52,7 @@ obj-$(CONFIG_MMC_USHC) += ushc.o
|
||||
obj-$(CONFIG_MMC_WMT) += wmt-sdmmc.o
|
||||
obj-$(CONFIG_MMC_MOXART) += moxart-mmc.o
|
||||
obj-$(CONFIG_MMC_SUNXI) += sunxi-mmc.o
|
||||
obj-$(CONFIG_MMC_USDHI6ROL0) += usdhi6rol0.o
|
||||
|
||||
obj-$(CONFIG_MMC_REALTEK_PCI) += rtsx_pci_sdmmc.o
|
||||
obj-$(CONFIG_MMC_REALTEK_USB) += rtsx_usb_sdmmc.o
|
||||
|
1847
drivers/mmc/host/usdhi6rol0.c
Normal file
1847
drivers/mmc/host/usdhi6rol0.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user