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

Jaehoon Chung jh80.chung at samsung.com
Mon May 15 21:36:34 UTC 2017


Dear Tom,

Could you pull these patches into u-boot/master?
(I have tested the buildman.)

The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35 -0400)

are available in the git repository at:

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

for you to fetch changes up to b3125088a3cc362a21aa3bbd0c0e4e74d74a6f2b:

  mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD (2017-05-16 06:29:28 +0900)

----------------------------------------------------------------
Jean-Jacques Hiblot (2):
      include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabled
      drivers: omap_hsmmc: move to DM_MMC_OPS

Masahiro Yamada (5):
      mmc: sdhci-cadence: import updates from Linux 4.12
      sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMC
      blanche_defconfig: enable CONFIG_MMC
      mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC
      mmc: descend into drivers/mmc only when CONFIG_MMC is enabled

Wenyou Yang (2):
      mmc: sdhci: Fix maximum clock for programmable clock mode
      mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD

 Makefile                                   |  1 -
 arch/arm/Kconfig                           |  2 +-
 board/BuR/common/common.c                  |  2 +-
 board/bosch/shc/board.c                    |  2 +-
 board/compulab/cl-som-am57x/cl-som-am57x.c |  4 +-
 board/compulab/cm_t35/cm_t35.c             |  4 +-
 board/compulab/cm_t3517/cm_t3517.c         |  2 +-
 board/compulab/cm_t54/cm_t54.c             |  2 +-
 board/corscience/tricorder/tricorder.c     |  4 +-
 board/gumstix/duovero/duovero.c            |  2 +-
 board/hisilicon/hikey/hikey.c              |  2 +-
 board/isee/igep00x0/igep00x0.c             |  4 +-
 board/logicpd/am3517evm/am3517evm.c        |  2 +-
 board/logicpd/omap3som/omap3logic.c        |  4 +-
 board/logicpd/zoom1/zoom1.c                |  2 +-
 board/overo/overo.c                        |  4 +-
 board/pandora/pandora.c                    |  2 +-
 board/quipos/cairo/cairo.c                 |  2 +-
 board/samsung/arndale/arndale.c            |  2 +-
 board/samsung/common/board.c               |  2 +-
 board/samsung/common/misc.c                |  4 +-
 board/samsung/goni/goni.c                  |  2 +-
 board/samsung/smdkv310/smdkv310.c          |  2 +-
 board/sunxi/board.c                        |  2 +-
 board/technexion/tao3530/tao3530.c         |  4 +-
 board/ti/am3517crane/am3517crane.c         |  2 +-
 board/ti/am57xx/board.c                    |  2 +-
 board/ti/beagle/beagle.c                   |  4 +-
 board/ti/dra7xx/evm.c                      |  2 +-
 board/ti/evm/evm.c                         |  4 +-
 board/ti/ks2_evm/board_k2g.c               |  2 +-
 board/ti/omap5_uevm/evm.c                  |  2 +-
 board/ti/panda/panda.c                     |  2 +-
 board/ti/sdp4430/sdp.c                     |  2 +-
 board/ti/ti814x/evm.c                      |  2 +-
 board/timll/devkit8000/devkit8000.c        |  4 +-
 common/board_r.c                           |  4 +-
 common/spl/Kconfig                         |  4 +-
 configs/blanche_defconfig                  |  3 +-
 configs/sandbox_noblk_defconfig            |  1 -
 drivers/Makefile                           |  1 +
 drivers/mmc/Kconfig                        |  5 +--
 drivers/mmc/Makefile                       | 28 ++++++-------
 drivers/mmc/atmel_sdhci.c                  |  4 +-
 drivers/mmc/davinci_mmc.c                  |  2 +-
 drivers/mmc/omap_hsmmc.c                   | 39 +++++++++++++----
 drivers/mmc/sdhci-cadence.c                | 67 +++++++++++++++++++++++++-----
 drivers/mmc/sdhci.c                        | 18 ++++----
 include/configs/am335x_evm.h               |  2 +
 include/configs/am335x_shc.h               |  1 +
 include/configs/chiliboard.h               |  1 +
 51 files changed, 172 insertions(+), 101 deletions(-)

Best Regards,
Jaehoon Chung


More information about the U-Boot mailing list