mbox

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

Message ID f41156c9-dba9-1bfc-3277-4043cf9ecccf@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mmc.git master

Message

Jaehoon Chung April 14, 2017, 6:51 a.m. UTC
Dear Tom,

Could you pull these patches into u-boot/master?

The following changes since commit 40a808f173008729a0c631ab84693b6a2b0dcfc9:

  ARCv2: SLC: Make sure busy bit is set properly on SLC flushing (2017-04-11 17:54:31 +0300)

are available in the git repository at:

  git://git.denx.de/u-boot-mmc.git master

for you to fetch changes up to 7dde50d70787eb2faeced82d0c025762b12363ea:

  mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. (2017-04-14 15:23:14 +0900)

----------------------------------------------------------------
Alex Deymo (1):
      mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.

Carlo Caione (1):
      mmc: meson: add MMC driver for Meson GX (S905)

Heiner Kallweit (2):
      arm: dts: update Meson GXBB / Odroid-C2 DT with recent Linux version
      odroid-c2: enable new Meson GX MMC driver in board defconfig

Jocelyn Bohr (1):
      mmc: bcm2835_sdhci: Speed up mmc writes.

Wenyou Yang (1):
      mmc: gen_atmel_mci: add driver model support for mci

 arch/arm/dts/meson-gx.dtsi                | 447 +++++++++++++++++++
 arch/arm/dts/meson-gxbb-odroidc2.dts      | 147 +++++-
 arch/arm/dts/meson-gxbb.dtsi              | 718 ++++++++++++++++++------------
 arch/arm/include/asm/arch-meson/sd_emmc.h |  89 ++++
 configs/odroid-c2_defconfig               |   5 +-
 drivers/mmc/Kconfig                       |  15 +
 drivers/mmc/Makefile                      |   1 +
 drivers/mmc/bcm2835_sdhci.c               |   8 +-
 drivers/mmc/gen_atmel_mci.c               | 158 ++++++-
 drivers/mmc/meson_gx_mmc.c                | 291 ++++++++++++
 drivers/mmc/sdhci.c                       |  15 +-
 include/dt-bindings/clock/gxbb-aoclkc.h   |  66 +++
 include/dt-bindings/clock/gxbb-clkc.h     |  34 ++
 include/dt-bindings/reset/gxbb-aoclkc.h   |  66 +++
 14 files changed, 1777 insertions(+), 283 deletions(-)
 create mode 100644 arch/arm/dts/meson-gx.dtsi
 create mode 100644 arch/arm/include/asm/arch-meson/sd_emmc.h
 create mode 100644 drivers/mmc/meson_gx_mmc.c
 create mode 100644 include/dt-bindings/clock/gxbb-aoclkc.h
 create mode 100644 include/dt-bindings/clock/gxbb-clkc.h
 create mode 100644 include/dt-bindings/reset/gxbb-aoclkc.h

Best Regards,
Jaehoon Chung

Comments

Tom Rini April 14, 2017, 9:09 p.m. UTC | #1
On Fri, Apr 14, 2017 at 03:51:48PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches into u-boot/master?
> 
> The following changes since commit 40a808f173008729a0c631ab84693b6a2b0dcfc9:
> 
>   ARCv2: SLC: Make sure busy bit is set properly on SLC flushing (2017-04-11 17:54:31 +0300)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 7dde50d70787eb2faeced82d0c025762b12363ea:
> 
>   mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. (2017-04-14 15:23:14 +0900)
> 

Applied to u-boot/master, thanks!