Re: Please pull mmc-2020-4-22

2020-04-22 Thread Tom Rini
On Wed, Apr 22, 2020 at 12:29:13PM +, Peng Fan wrote:

> Hi Tom,
> 
> Please pull mmc-2020-4-22.
> 
> I dropped the env patchset from the pull request since delegation change,
> but my CI still have the 3 patches, but without the 3 patches would not
> cause build issue.
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull mmc-2020-4-22

2020-04-22 Thread Peng Fan
Hi Tom,

Please pull mmc-2020-4-22.

I dropped the env patchset from the pull request since delegation change,
but my CI still have the 3 patches, but without the 3 patches would not
cause build issue.

-
iproc_sdhci memory leak fix and enable R1B resp quirk
more mmc cmds and several mmc updates from Heinirich
Use bounce buffer for tmio sdhci
Alignment check for tmio sdhci


CI: https://travis-ci.org/github/MrVan/u-boot/builds/677966013

Thanks,
Peng.

The following changes since commit e4837da7828293ea49abc579f939c0f5c4b127c3:

  Merge tag 'u-boot-amlogic-20200420' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2020-04-20 13:44:27 
-0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2020-4-22

for you to fetch changes up to 2448c34f9fc26d3c459e6e7b28c6357656bfa287:

  drivers: mmc: rpmb: do not build for SPL (2020-04-22 20:41:57 +0800)


Bharat Kumar Reddy Gooty (2):
  drivers: mmc: iproc_sdhci: fix possible memory leak
  drivers: mmc: iproc_sdhci: enable broken R1B response quirk

Harald Seiler (2):
  spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()
  spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()

Heinrich Schuchardt (6):
  mmc: EXT_CSD registers for write protection
  mmc: export mmc_send_ext_csd()
  cmd: mmc: display write protect state of boot partition
  cmd: mmc: provide boot area protection command
  mmc: adjust Kconfig for mmc sub-commands
  drivers: mmc: rpmb: do not build for SPL

Hiroyuki Yokoyama (1):
  mmc: tmio: sdhi: Add DMA transfer address alignment check at writing

Marek Vasut (5):
  common: bouncebuf: Permit passing custom alignment check function
  ARM: rmobile: Increase malloc area size
  mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations
  mmc: Add option to adjust b_max before long read
  mmc: tmio: sdhi: Implement get_b_max function

Rayagonda Kokatanur (2):
  drivers: mmc: iproc_sdhci: fix compilation warning
  drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg

 arch/arm/mach-imx/spl.c|   2 +-
 arch/arm/mach-k3/am6_init.c|   2 +-
 arch/arm/mach-k3/j721e_init.c  |   2 +-
 arch/arm/mach-omap2/boot-common.c  |   2 +-
 arch/arm/mach-rockchip/spl.c   |   2 +-
 arch/arm/mach-socfpga/spl_a10.c|   2 +-
 arch/arm/mach-socfpga/spl_agilex.c |   2 +-
 arch/arm/mach-socfpga/spl_gen5.c   |   2 +-
 arch/arm/mach-socfpga/spl_s10.c|   2 +-
 arch/arm/mach-stm32mp/spl.c|   4 ++--
 arch/arm/mach-uniphier/mmc-boot-mode.c |   2 +-
 cmd/Kconfig|  26 +++---
 cmd/mmc.c  |  46 
++
 common/bouncebuf.c |  20 +++-
 common/spl/spl_mmc.c   |   9 -
 drivers/mmc/Kconfig|   1 +
 drivers/mmc/Makefile   |   2 +-
 drivers/mmc/iproc_sdhci.c  |  22 +-
 drivers/mmc/mmc-uclass.c   |  16 
 drivers/mmc/mmc.c  |  23 ---
 drivers/mmc/renesas-sdhi.c | 103 
+++
 drivers/mmc/tmio-common.c  |   8 +---
 drivers/mmc/tmio-common.h  |   1 +
 include/bouncebuf.h|  15 +++
 include/configs/rcar-gen3-common.h |   2 +-
 include/mmc.h  |  39 
+++
 include/spl.h  |  32 ++--
 27 files changed, 337 insertions(+), 52 deletions(-)