[U-Boot] [PATCH 0/3] ARC: DM_MMC migration
Eugeniy Paltsev
eugeniy.paltsev at synopsys.com
Mon Feb 25 15:35:27 UTC 2019
Introduce DesignWare MMC driver extension and migrate several ARC
devboard to DM_MMC
Eugeniy Paltsev (3):
ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards
ARC: [plat-hsdk]: migrate to DM_MMC
ARC: [plat-axs10x]: migrate to DM_MMC
MAINTAINERS | 7 +
arch/arc/dts/axs10x_mb.dtsi | 28 ++++
arch/arc/dts/hsdk.dts | 33 +++++
board/synopsys/axs10x/axs10x.c | 29 ----
board/synopsys/hsdk/hsdk.c | 41 +-----
configs/axs103_defconfig | 2 +
configs/hsdk_defconfig | 2 +
doc/device-tree-bindings/mmc/snps,dw-mmc.txt | 33 +++++
drivers/mmc/Kconfig | 10 ++
drivers/mmc/Makefile | 1 +
drivers/mmc/snps_dw_mmc.c | 199 +++++++++++++++++++++++++++
11 files changed, 321 insertions(+), 64 deletions(-)
create mode 100644 doc/device-tree-bindings/mmc/snps,dw-mmc.txt
create mode 100644 drivers/mmc/snps_dw_mmc.c
--
2.14.5
More information about the U-Boot
mailing list