mbox series

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

Message ID ddc643c5-222c-63ec-daca-ac9ad9fc7d37@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 July 27, 2022, 8:01 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/12906


The following changes since commit 86feeab3dc71977afb70f595e42060ce324086d0:

  Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-07-26 10:26:00 -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 2785fc4868db1f2643ffd2b989c88cde9dcced4c:

  mmc: pci_mmc.c should build with ACPIGEN=n (2022-07-27 15:19:42 +0900)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      mmc: pci_mmc.c should build with ACPIGEN=n

Jim Liu (1):
      mmc: nuvoton: Add NPCM7xx mmc driver

Pali Rohár (1):
      mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

Ying-Chun Liu (PaulLiu) (2):
      drivers: mmc: write protect single boot area
      cmd: mmc: allow to write protect single boot partition

 cmd/mmc.c                | 18 ++++++++--
 drivers/mmc/Kconfig      | 12 +++++++
 drivers/mmc/Makefile     |  1 +
 drivers/mmc/fsl_esdhc.c  | 17 ++++++++++
 drivers/mmc/mmc.c        | 27 +++++++++++++++
 drivers/mmc/npcm_sdhci.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/pci_mmc.c    |  3 ++
 include/mmc.h            | 16 +++++++++
 8 files changed, 177 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mmc/npcm_sdhci.c

Comments

Tom Rini July 27, 2022, 1:05 p.m. UTC | #1
On Wed, Jul 27, 2022 at 05:01:03PM +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/12906
> 
> 
> The following changes since commit 86feeab3dc71977afb70f595e42060ce324086d0:
> 
>   Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-07-26 10:26:00 -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 2785fc4868db1f2643ffd2b989c88cde9dcced4c:
> 
>   mmc: pci_mmc.c should build with ACPIGEN=n (2022-07-27 15:19:42 +0900)
> 

Applied to u-boot/master, thanks!