mbox series

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

Message ID ac3d21ba-7f93-d552-fed7-f7ccfa09e7fa@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 Jan. 31, 2023, 11:38 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.

Best Regards,
Jaehoon Chung

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


The following changes since commit 30db474704405be823259851cbb76fa05366c8af:

  Prepare v2023.04-rc1 (2023-01-30 15:36:45 -0500)

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 a1f8abf4686065f46ac840e956a1aeb68d90d969:

  mmc: zynq_sdhci: Add support and quirk for HS400 (2023-01-31 22:02:27 +0900)

----------------------------------------------------------------
Ashok Reddy Soma (4):
      mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
      mmc: sdhci: Check and call config_dll callback functions
      mmc: sdhci: Enable HS400 support if available in caps
      mmc: zynq_sdhci: Add support and quirk for HS400

Marek Vasut (1):
      cmd: mmc: Expand bkops handling

 cmd/mmc.c                |  49 ++++++--
 drivers/mmc/mmc.c        |  14 ++-
 drivers/mmc/sdhci.c      |  20 ++++
 drivers/mmc/zynq_sdhci.c | 292 ++++++++++++++++++++++++++++++++++++++++++++++-
 include/mmc.h            |  14 ++-
 include/sdhci.h          |   5 +
 6 files changed, 375 insertions(+), 19 deletions(-)

Comments

Tom Rini Feb. 1, 2023, 3:33 a.m. UTC | #1
On Wed, Feb 01, 2023 at 08:38:35AM +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.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/14951
> 
> 
> The following changes since commit 30db474704405be823259851cbb76fa05366c8af:
> 
>   Prepare v2023.04-rc1 (2023-01-30 15:36:45 -0500)
> 
> 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 a1f8abf4686065f46ac840e956a1aeb68d90d969:
> 
>   mmc: zynq_sdhci: Add support and quirk for HS400 (2023-01-31 22:02:27 +0900)
> 

Applied to u-boot/master, thanks!