mbox series

[U-Boot] Please pull mmc-11-27-2019

Message ID AM0PR04MB4481F68EAE1E7F7E3F25210388470@AM0PR04MB4481.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull mmc-11-27-2019 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-11-27-2019

Message

Peng Fan Nov. 28, 2019, 1:20 a.m. UTC
Hi Tom,

Please pull mmc-11-27-2019
CI: https://travis-ci.org/MrVan/u-boot/builds/617615361

--------------------------
fsl_esdhc update and some cleanup in ls1021a/mpc83xx code
mmc tmio sdhi update for hs400
--------------------------

Thanks,
Peng.

The following changes since commit 4b19b89ca4a866b7baa642533e6dbd67cd832d27:

  Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot (2019-11-25 12:56:27 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-11-27-2019

for you to fetch changes up to 56b0bb96befdaf0a63b0d17914c5e4402360b6b3:

  mmc: tmio: sdhi: Add calibration tables (2019-11-27 16:56:46 +0800)

----------------------------------------------------------------
Baruch Siach (1):
      mmc: sdhci: make sdhci_get_cd static

Marek Vasut (9):
      mmc: tmio: sdhi: Track current tap number in private data
      mmc: tmio: sdhi: Track SMPCMP valu in private data
      mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2
      mmc: tmio: sdhi: Adjust DT2FF settings for HS400 mode
      mmc: tmio: sdhi: Adjust HS400 calibration offsets
      mmc: tmio: sdhi: Disable auto-retuning in HS400
      mmc: tmio: sdhi: Add SCC error checking
      mmc: tmio: sdhi: Skip bad taps
      mmc: tmio: sdhi: Add calibration tables

Yangbo Lu (4):
      mmc: fsl_esdhc: get clock directly from global data
      arm: ls1021a: drop redundant board_mmc_init()
      arm: drop eSDHC clock getting in mxc_get_clock() for layerscape
      mpc83xx: remove unused clock.h

 arch/arm/cpu/armv7/ls102xa/clock.c                  |   2 -
 arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c |  15 ------
 arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c |  15 ------
 arch/arm/include/asm/arch-fsl-layerscape/clock.h    |   2 -
 arch/arm/include/asm/arch-ls102xa/clock.h           |   1 -
 arch/powerpc/include/asm/arch-mpc83xx/clock.h       |  22 ---------
 board/freescale/ls1021aiot/ls1021aiot.c             |  15 ------
 board/freescale/ls1021aqds/ls1021aqds.c             |  14 ------
 board/freescale/ls1021atwr/ls1021atwr.c             |  14 ------
 drivers/mmc/fsl_esdhc.c                             |  34 ++------------
 drivers/mmc/renesas-sdhi.c                          | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
 drivers/mmc/sdhci.c                                 |   2 +-
 drivers/mmc/tmio-common.h                           |   4 ++
 13 files changed, 265 insertions(+), 180 deletions(-)
 delete mode 100644 arch/powerpc/include/asm/arch-mpc83xx/clock.h

Comments

Tom Rini Dec. 2, 2019, 3:16 p.m. UTC | #1
On Thu, Nov 28, 2019 at 01:20:07AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull mmc-11-27-2019
> CI: https://travis-ci.org/MrVan/u-boot/builds/617615361
> 

Applied to u-boot/master, thanks!