mbox series

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

Message ID 3ba8e520-989d-4243-b542-b9fb27868332@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 Nov. 1, 2023, 7:56 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/18386

The following changes since commit 62fc66b6d228d628c3f672c736aa57e4174ac783:

  Merge branch '2023-10-31-platform-updates' (2023-10-31 13:08:10 -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 b5f403936d037e0bc08e78b8af64adf53da13b90:

  cmd: mmc: Add mmc reg read command for reading card registers (2023-11-01 10:09:21 +0900)

----------------------------------------------------------------
Bin Meng (1):
      mmc: pci: Drop the superfluous cast

Marek Vasut (1):
      cmd: mmc: Add mmc reg read command for reading card registers

Oleksandr Suvorov (1):
      mmc: spl: select SPL_BLK for SPL_DM_MMC

Sean Anderson (1):
      mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1B

 cmd/Kconfig           |  7 ++++
 cmd/mmc.c             | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/usage/cmd/mmc.rst | 26 ++++++++++++++
 drivers/mmc/Kconfig   |  1 +
 drivers/mmc/pci_mmc.c |  4 +--
 drivers/mmc/sdhci.c   | 19 ++++++----
 include/sdhci.h       |  1 +
 7 files changed, 145 insertions(+), 9 deletions(-)

Comments

Tom Rini Nov. 1, 2023, 2:47 p.m. UTC | #1
On Wed, Nov 01, 2023 at 04:56:30PM +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/18386
> 
> The following changes since commit 62fc66b6d228d628c3f672c736aa57e4174ac783:
> 
>   Merge branch '2023-10-31-platform-updates' (2023-10-31 13:08:10 -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 b5f403936d037e0bc08e78b8af64adf53da13b90:
> 
>   cmd: mmc: Add mmc reg read command for reading card registers (2023-11-01 10:09:21 +0900)
> 

Applied to u-boot/master, thanks!