mbox series

[GIT,PULL] please pull mmc-7-24-2020

Message ID DB6PR0402MB2760F02F86F1ED5E21E3ADE388610@DB6PR0402MB2760.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] please pull mmc-7-24-2020 | expand

Pull-request

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

Message

Peng Fan July 14, 2020, 8 a.m. UTC
Hi Tom,

Please pull mmc-7-24-2020

------------------------------------
Correct mmc_spi check condition
Generate R1/R2/R1b response
Read SSR for SD SPI
------------------------------------

CI: https://travis-ci.org/github/MrVan/u-boot/builds/707901966

Thanks,
Peng.

The following changes since commit 497c7598c4e713eb9ad88fd7963e57b21b8b35e1:

  Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi (2020-07-11 17:40:00 -0400)

are available in the Git repository at:

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

for you to fetch changes up to ed4a11cb7d19a26dd0625bc468ef930c035a71b2:

  mmc_spi: generate R1b response for erase and stop transmission command (2020-07-14 16:19:47 +0800)

----------------------------------------------------------------
Pragnesh Patel (6):
      mmc: mmc_spi: correct the while condition
      mmc: mmc_spi: generate R1 response for different mmc SPI commands
      mmc: read ssr for SD spi
      mmc: mmc_spi: Read R2 response for send status command - CMD13
      mmc: mmc_spi: Generate R1 response for erase block start and end address
      mmc_spi: generate R1b response for erase and stop transmission command

 drivers/mmc/mmc.c     |  5 +++++
 drivers/mmc/mmc_spi.c | 52 ++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 49 insertions(+), 8 deletions(-)

Comments

Tom Rini July 16, 2020, 12:42 p.m. UTC | #1
On Tue, Jul 14, 2020 at 08:00:56AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull mmc-7-24-2020
> 

Applied to u-boot/master, thanks!