mbox series

[U-Boot,PULL] u-boot-mmc mmc-10-29-2019

Message ID AM0PR04MB448169B8026E34D025C6860488610@AM0PR04MB4481.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-mmc mmc-10-29-2019 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-10-29-2019

Message

Peng Fan Oct. 29, 2019, 9:57 a.m. UTC
Hi Tom,

Please pull u-boot-mmc mmc-10-29-2019

CI: https://travis-ci.org/MrVan/u-boot/jobs/604226362

-------------------------------------------------------
fsl_esdhc driver cleanup
spl_mmc bug fix to avoid access wrong emmc partition
-------------------------------------------------------

Thanks,
Peng.

The following changes since commit ffc379b42c85466e1dd4c8fee8268801f26d2ab8:

  Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips (2019-10-25 20:07:24 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-10-29-2019

for you to fetch changes up to a335f80502131e9e2b58a0281f5fc78018295ea4:

  spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition (2019-10-29 10:09:44 +0800)

----------------------------------------------------------------
Peng Fan (1):
      spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition

Yangbo Lu (3):
      mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC
      mmc: fsl_esdhc: remove redundant DM_MMC checking
      mmc: fsl_esdhc: drop i.MX DDR support code

 common/spl/spl_mmc.c    |  5 +++--
 drivers/mmc/fsl_esdhc.c | 43 +++----------------------------------------
 2 files changed, 6 insertions(+), 42 deletions(-)

Comments

Tom Rini Oct. 30, 2019, 5:03 p.m. UTC | #1
On Tue, Oct 29, 2019 at 09:57:26AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull u-boot-mmc mmc-10-29-2019
> 
> CI: https://travis-ci.org/MrVan/u-boot/jobs/604226362
> 

Applied to u-boot/master, thanks!