[U-Boot] Please pull u-boot-mmc-20190809
Peng Fan
peng.fan at nxp.com
Fri Aug 9 09:38:21 UTC 2019
Hi Tom,
Please pull u-boot-mmc tree, update:
mmc test fix
sdhci driver fix
CI: https://travis-ci.org/MrVan/u-boot/builds/569664807
Thanks,
Peng.
The following changes since commit fef408679b2f634ebfd6298d9fc99db99e60fb1d:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2019-08-08 09:19:08 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-8-9
for you to fetch changes up to d569b4b0a4f34969f83ef8ec89b44f406553e72b:
mmc: tangier_sdhci: fix uninitialized pointer deref on probe (2019-08-09 13:45:25 +0800)
----------------------------------------------------------------
Faiz Abbas (1):
mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected
Matwey V. Kornilov (1):
mmc: zynq_sdhci: fix uninitialized pointer deref on probe
Michal Simek (1):
test/py: Fix MMC/SD block write test dependency
Peng Fan (7):
mmc: atmel_sdhci: fix uninitialized pointer deref on probe
mmc: bcm: fix uninitialized pointer deref on probe
mmc: msm_sdhci: fix uninitialized pointer deref on probe
mmc: pci: fix uninitialized pointer deref on probe
mmc: s5p: fix uninitialized pointer deref on probe
mmc: sdhci-cadence: fix uninitialized pointer deref on probe
mmc: tangier_sdhci: fix uninitialized pointer deref on probe
drivers/mmc/Kconfig | 1 +
drivers/mmc/atmel_sdhci.c | 4 ++--
drivers/mmc/bcm2835_sdhci.c | 4 +++-
drivers/mmc/bcmstb_sdhci.c | 3 ++-
drivers/mmc/msm_sdhci.c | 4 ++--
drivers/mmc/pci_mmc.c | 4 ++--
drivers/mmc/s5p_sdhci.c | 4 ++--
drivers/mmc/sdhci-cadence.c | 3 ++-
drivers/mmc/tangier_sdhci.c | 3 ++-
drivers/mmc/zynq_sdhci.c | 7 ++++---
test/py/tests/test_mmc_wr.py | 2 +-
11 files changed, 23 insertions(+), 16 deletions(-)
More information about the U-Boot
mailing list