mbox series

[GIT,PULL] Please pull u-boot-mmc master

Message ID 272fff1e-b03c-198b-45bb-3604f7dda4ab@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-mmc master | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-mmc.git master

Message

Jaehoon Chung June 15, 2022, 10:57 p.m. UTC
Dear Tom,

Please pull u-boot-mmc master into u-boot master branch.
If there is any problem, let me know, plz.
Sorry for late.

Best Regards,
Jaehoon Chung

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/12319


The following changes since commit c18e5fb055ab789f58434e3cb432582adee0134c:

  dtoc: Update test_src_scan.py for new tegra compatibles (2022-06-14 13:59:23 -0400)

are available in the Git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-mmc.git master

for you to fetch changes up to 12a29d3b851029212ca3b3e0f233fc7b62aa0a39:

  mmc: fsl_esdhc_imx: Implement wait_dat0 mmc ops (2022-06-15 15:39:59 +0900)

----------------------------------------------------------------
Loic Poulain (2):
      mmc: Add support for wait_dat0 callback
      mmc: fsl_esdhc_imx: Implement wait_dat0 mmc ops

Patrick Delaunay (2):
      mmc: fix error message for unaligned erase request
      env: mmc : align erase address and size on erase_grp_size

 drivers/mmc/fsl_esdhc_imx.c | 50 ++++++++++++++++++++++++++++++---------------
 drivers/mmc/mmc.c           |  3 +++
 drivers/mmc/mmc_write.c     |  2 +-
 env/mmc.c                   | 10 ++++++---
 include/mmc.h               |  1 +
 5 files changed, 45 insertions(+), 21 deletions(-)

Comments

Tom Rini June 16, 2022, 7:17 p.m. UTC | #1
On Thu, Jun 16, 2022 at 07:57:24AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Please pull u-boot-mmc master into u-boot master branch.
> If there is any problem, let me know, plz.
> Sorry for late.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/12319
> 
> 
> The following changes since commit c18e5fb055ab789f58434e3cb432582adee0134c:
> 
>   dtoc: Update test_src_scan.py for new tegra compatibles (2022-06-14 13:59:23 -0400)
> 
> are available in the Git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-mmc.git master
> 
> for you to fetch changes up to 12a29d3b851029212ca3b3e0f233fc7b62aa0a39:
> 
>   mmc: fsl_esdhc_imx: Implement wait_dat0 mmc ops (2022-06-15 15:39:59 +0900)
> 

Applied to u-boot/master, thanks!