mbox series

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

Message ID 0ccc7ba9-731c-bca6-444a-194cdb225d24@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 Oct. 29, 2021, 10:52 a.m. UTC
Hi Tom,

Please pull u-boot-mmc master into u-boot master branch. 
If there is a problem, let me know, plz.

Best Regards,
Jaehoon Chung

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

The following changes since commit aafc378a6caef453a40f2f9f3d6bef69e592c28d:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-10-28 07:57:54 -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 c95b0297e95613fc68b1d92118ee64720d142f8c:

  mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI (2021-10-29 18:22:32 +0900)

----------------------------------------------------------------
- Fix mmc_switch timeout
- Update mmc hwpartitiion command
- Support wait_dat0 for Freescale eSDHC/sdhci drivers

----------------------------------------------------------------
Jaehoon Chung (1):
      cmd: mmc: check whether card is SD or eMMC before hwpartition

Kirill Kapranov (1):
      mmc: Fix mmc_switch excessive timeout

Marek Vasut (1):
      cmd: mmc: Support mmc hwpartition user enh start -

Stephen Carlson (2):
      drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver
      drivers: mmc: Add wait_dat0 support for sdhci driver

Usama Arif (1):
      mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI

 cmd/mmc.c                    | 38 ++++++++++++++++++++++++++++++++++----
 drivers/mmc/arm_pl180_mmci.c | 14 ++++++++++++++
 drivers/mmc/arm_pl180_mmci.h |  1 +
 drivers/mmc/fsl_esdhc.c      | 16 ++++++++++++++++
 drivers/mmc/mmc.c            |  4 ++--
 drivers/mmc/sdhci.c          | 20 ++++++++++++++++++++
 include/sdhci.h              |  2 ++
 7 files changed, 89 insertions(+), 6 deletions(-)

Comments

Tom Rini Oct. 29, 2021, 5:28 p.m. UTC | #1
On Fri, Oct 29, 2021 at 07:52:00PM +0900, Jaehoon Chung wrote:

> Hi Tom,
> 
> Please pull u-boot-mmc master into u-boot master branch. 
> If there is a problem, let me know, plz.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/9649
> 
> The following changes since commit aafc378a6caef453a40f2f9f3d6bef69e592c28d:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-10-28 07:57:54 -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 c95b0297e95613fc68b1d92118ee64720d142f8c:
> 
>   mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI (2021-10-29 18:22:32 +0900)
> 

Applied to u-boot/master, thanks!