]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards
authorEugeniy Paltsev <eugeniy.paltsev@synopsys.com>
Mon, 25 Feb 2019 15:35:28 +0000 (18:35 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 18 Apr 2019 06:12:38 +0000 (09:12 +0300)
commit15736e288e0654a2c58be4b34e5502d18c9b529c
tree8e1356a9807934c0013423e9440cb98169d522ec
parent75ce8c938d39bd22460be66e6bf318bd2410c17b
ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards

Add the DM_MMC-compatible DesignWare MMC driver support for Synopsys
ARC devboards. It is created to switch ARC devboards to use DM_MMC.

It required information such as clocks (Bus Interface Unit clock,
Card Interface Unit clock) and SDIO bus width.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
MAINTAINERS
doc/device-tree-bindings/mmc/snps,dw-mmc.txt [new file with mode: 0644]
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/snps_dw_mmc.c [new file with mode: 0644]