mbox series

[U-Boot] Please pull u-boot-mmc

Message ID AM0PR04MB4481E52D512F55EE263F745688DF0@AM0PR04MB4481.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-mmc | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-7-31

Message

Peng Fan July 31, 2019, 12:16 p.m. UTC
Hi Tom,

Please pull u-boot-mmc

CI build: https://travis-ci.org/MrVan/u-boot/builds/565839867
---------------------------------------------------------------------------------------------------
A new mmc/sd block test case
Bug fixes for sdhci and mv_sdhci
---------------------------------------------------------------------------------------------------

Thanks,
Peng.

The following changes since commit d0d07ba86afc8074d79e436b1ba4478fa0f0c1b5:

  Prepare v2019.10-rc1 (2019-07-29 21:16:16 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-7-31

for you to fetch changes up to fea3939d31ccde5b8372bc5506a35ac169de03c8:

  mmc: relocate code comment (2019-07-31 15:31:36 +0800)

----------------------------------------------------------------
Baruch Siach (3):
      mmc: mv_sdhci: fix uninitialized pointer deref on probe
      mmc: sdhci: fix chip detect gpio property name
      mmc: relocate code comment

Jean-Jacques Hiblot (1):
      test/py: add MMC/SD block write test

Weijie Gao (1):
      mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeout

 drivers/mmc/mmc.c            |   2 +-
 drivers/mmc/mtk-sd.c         |   3 +++
 drivers/mmc/mv_sdhci.c       |   6 +++---
 drivers/mmc/sdhci.c          |   2 +-
 test/py/tests/test_mmc_wr.py | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 113 insertions(+), 5 deletions(-)
 create mode 100644 test/py/tests/test_mmc_wr.py

Comments

Tom Rini Aug. 1, 2019, 3:35 a.m. UTC | #1
On Wed, Jul 31, 2019 at 12:16:56PM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull u-boot-mmc
> 
> CI build: https://travis-ci.org/MrVan/u-boot/builds/565839867

Applied to u-boot/master, thanks!