[U-Boot] ARC changes for 2019.07
Alexey Brodkin
Alexey.Brodkin at synopsys.com
Thu Apr 18 16:04:27 UTC 2019
Hi Tom,
The following changes since commit 75ce8c938d39bd22460be66e6bf318bd2410c17b:
Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imx (2019-04-15 07:31:14 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-arc.git tags/arc-for-2019.07
for you to fetch changes up to cc2f7b6c7d7d5adeedecdb6c0599998b2e40b3f4:
ARC: [plat-axs10x]: migrate to DM_MMC (2019-04-18 09:12:38 +0300)
----------------------------------------------------------------
In this small series we migrate ARC boards to DM_MMC
so we're hopefully are good now and our boards will be kept
in U-Boot for some more time :)
----------------------------------------------------------------
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 | 26 +++++++++++++++++++++
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, 314 insertions(+), 64 deletions(-)
create mode 100644 doc/device-tree-bindings/mmc/snps,dw-mmc.txt
create mode 100644 drivers/mmc/snps_dw_mmc.c
Regards,
Alexey
More information about the U-Boot
mailing list