mbox series

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

Message ID 79c70457-0260-76b8-88a2-c0cb4887ed72@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. 25, 2022, 12:55 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.

Best Regards,
Jaehoon Chung

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


The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc:

  Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21 15:32:45 -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 337af54a36c6409b7eeb49619c796178b3c22372:

  mmc: Fix static checker warnings (2022-10-24 18:02:54 +0900)

----------------------------------------------------------------
John Keeping (1):
      mmc: dwmmc: only clear handled interrupts

Kunihiko Hayashi (2):
      mmc: sdhci: Add new quirks for SUPPORT_SINGLE
      mmc: f_sdh30: Add support for F_SDH30_E51

Sergei Antonov (1):
      mmc: ftsdc010: make command timeout 250 ms as in the comment

Venkatesh Yadav Abbarapu (1):
      mmc: Fix static checker warnings

Yann Gautier (3):
      mmc: stm32_sdmmc2: add dual data rate support
      mmc: stm32_sdmmc2: protect against unsupported modes
      mmc: stm32_sdmmc2: manage vqmmc

 drivers/mmc/Kconfig        |  4 ++--
 drivers/mmc/dw_mmc.c       |  3 ++-
 drivers/mmc/f_sdh30.c      | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/mmc/ftsdc010_mci.c |  2 +-
 drivers/mmc/mmc.c          |  6 ++++--
 drivers/mmc/sdhci.c        |  8 +++++---
 drivers/mmc/stm32_sdmmc2.c | 20 +++++++++++++++++++-
 include/sdhci.h            |  1 +
 8 files changed, 98 insertions(+), 12 deletions(-)

Comments

Tom Rini Oct. 25, 2022, 1:53 p.m. UTC | #1
On Tue, Oct 25, 2022 at 09:55:06AM +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/13923
> 
> 
> The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc:
> 
>   Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21 15:32:45 -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 337af54a36c6409b7eeb49619c796178b3c22372:
> 
>   mmc: Fix static checker warnings (2022-10-24 18:02:54 +0900)
> 

Applied to u-boot/master, thanks!