mbox series

[PULL] please pull mmc-2021-4-6

Message ID DB6PR0402MB2760E4024591925640B54C4888759@DB6PR0402MB2760.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] please pull mmc-2021-4-6 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2021-4-6

Message

Peng Fan April 7, 2021, 1:31 a.m. UTC
Hi Tom,

Please pull mmc-2021-4-6

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

----------------------------------
Update hwpartition usage
Check bootbus's arguments
workaround for erratum A-011334 for fsl_esdhc driver
add pulse width detection workaround for fsl_esdhc driver
Use alias num before checking mmc index when creating device
---------------------------------

Thanks,
Peng.

The following changes since commit 90eba245a66aa20589404ba537215faf2012c1a3:

  Merge branch 'next' (2021-04-05 11:29:57 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2021-4-6

for you to fetch changes up to 2243d19e5618122d9d7aba23eb51f63f2719dba5:

  mmc: mmc-uclass: Use dev_seq() to read aliases node's index (2021-04-06 18:36:39 +0800)

----------------------------------------------------------------
Aswath Govindraju (2):
      mmc: Check for device with a seq number equal to num before checking against index
      mmc: mmc-uclass: Use dev_seq() to read aliases node's index

Jaehoon Chung (2):
      cmd: mmc: modify more readable about hwpartition usage
      cmd: mmc: check whether bootbus's arguments is valid or not

Michael Walle (3):
      mmc: fsl_esdhc: add workaround for erratum A-011334
      mmc: fsl_esdhc: add pulse width detection workaround
      board: sl28: enable HS400 mode again

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig |  2 ++
 cmd/mmc.c                                 | 50 +++++++++++++++++++++++++++++++++++++++++++++-----
 configs/kontron_sl28_defconfig            |  2 +-
 drivers/mmc/Kconfig                       |  6 ++++++
 drivers/mmc/fsl_esdhc.c                   | 31 +++++++++++++++++++++++++++++--
 drivers/mmc/mmc-uclass.c                  | 12 +++++-------
 drivers/mmc/mmc.c                         |  8 +++++---
 include/fsl_esdhc.h                       |  3 +++
 8 files changed, 96 insertions(+), 18 deletions(-)

Comments

Tom Rini April 7, 2021, 12:06 p.m. UTC | #1
On Wed, Apr 07, 2021 at 01:31:32AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull mmc-2021-4-6
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/7022
> 

Applied to u-boot/master, thanks!