mbox series

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

Message ID 43302a1a-a2f4-42f1-223b-4e36c5655b0f@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 March 16, 2022, 10:30 a.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/11304

The following changes since commit 4dc9b1771b152838ddfc4ae86a0ab9fd53ea16f7:

  Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-03-14 22:54:53 -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 c48021d184097ea4a1bb6bab8c24653de2477fde:

  rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568 (2022-03-16 18:10:41 +0900)

----------------------------------------------------------------
Alper Nebi Yasak (3):
      mmc: sdhci: Add HS400 Enhanced Strobe support
      rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3399
      rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568

Haibo Chen (1):
      mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON when necessary

Max Merchel (1):
      cmd/mmc: fix output of mmc info for e-MMC

Robert Marko (1):
      mmc: xenon_sdhci: remove wait_dat0 SDHCI OP

 cmd/mmc.c                    |  16 ++++--
 drivers/mmc/fsl_esdhc_imx.c  |  25 +++++++--
 drivers/mmc/rockchip_sdhci.c | 117 ++++++++++++++++++++++++++++++++++++++++---
 drivers/mmc/sdhci.c          |  18 +++++++
 drivers/mmc/xenon_sdhci.c    |   7 ++-
 include/fsl_esdhc_imx.h      |   2 +
 include/sdhci.h              |  12 +++++
 7 files changed, 183 insertions(+), 14 deletions(-)

Comments

Tom Rini March 16, 2022, 2:48 p.m. UTC | #1
On Wed, Mar 16, 2022 at 07:30:11PM +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/11304
> 
> The following changes since commit 4dc9b1771b152838ddfc4ae86a0ab9fd53ea16f7:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-03-14 22:54:53 -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 c48021d184097ea4a1bb6bab8c24653de2477fde:
> 
>   rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568 (2022-03-16 18:10:41 +0900)
> 

Applied to u-boot/master, thanks!