[U-Boot] [PULL] u-boot-mmc mmc-10-10-2019
Peng Fan
peng.fan at nxp.com
Mon Oct 14 02:16:59 UTC 2019
Hi Tom,
Please pull u-boot-mmc mmc-10-10-2019
--------------------------------------------------------
Add sdhci driver for Broadcom iProc platform
add a driver callback for power-cycle for mmc
implement host_power_cycle callback for stm32_sdmmc2
spl: dm_mmc: Initialize only the required mmc device
--------------------------------------------------------
CI: https://travis-ci.org/MrVan/u-boot/builds/595912981
Note: there is a failure that bcm build fail, but it is not introduced by this pull request.
Thanks,
Peng.
The following changes since commit 548aefa5b9e5c31681e0a8bd78e96b66eedd1137:
travis: Move keystone 3 (k3) boards into the k2 job (2019-10-09 11:44:59 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-10-10-2019
for you to fetch changes up to a8ef8b22896331d0be1bb4c5bef787b3f72e793e:
mmc: stm32_sdmmc2: implement host_power_cycle callback (2019-10-10 10:59:48 +0800)
----------------------------------------------------------------
Arun Parameswaran (1):
drivers: mmc: Add sdhci driver for Broadcom iProc platform
Lokesh Vutla (1):
spl: dm_mmc: Initialize only the required mmc device
Yann Gautier (2):
mmc: add a driver callback for power-cycle
mmc: stm32_sdmmc2: implement host_power_cycle callback
arch/arm/include/asm/iproc-common/iproc_sdhci.h | 12 ++++++
common/spl/spl_mmc.c | 14 ++-----
drivers/mmc/Kconfig | 11 ++++++
drivers/mmc/Makefile | 1 +
drivers/mmc/iproc_sdhci.c | 247 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/mmc/mmc-uclass.c | 14 +++++++
drivers/mmc/mmc.c | 39 ++++++++++++++++++++
drivers/mmc/stm32_sdmmc2.c | 13 ++++++-
include/mmc.h | 14 +++++++
9 files changed, 353 insertions(+), 12 deletions(-)
create mode 100644 arch/arm/include/asm/iproc-common/iproc_sdhci.h
create mode 100644 drivers/mmc/iproc_sdhci.c
More information about the U-Boot
mailing list