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

Jaehoon Chung jh80.chung at samsung.com
Fri Apr 14 06:51:48 UTC 2017


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


More information about the U-Boot mailing list