From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 15 May 2017 15:18:28 +0900 Subject: [U-Boot] [GIT PULL] Please pull u-boot-mmc master In-Reply-To: <7892cfe3-2514-5215-d9d7-b020a9cf35ed@samsung.com> References: <7892cfe3-2514-5215-d9d7-b020a9cf35ed@samsung.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom, On 05/15/2017 02:06 PM, Jaehoon Chung wrote: > Dear Tom, > > Could you pull these patches into u-boot/master? > If there are problems, let me knows. Discard this PR..When i checked some patches, there are problem..So i will resend the PR. Best Regards, Jaehoon Chung > > > 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 08c424fc0073cfad854ebc6164a24c99f31aa125: > > mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD (2017-05-15 14:00:07 +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 > > Philipp Tomsich (2): > env_mmc: configure environment offsets via device tree > doc: document u-boot, mmc-env-offset and u-boot, mmc-env-offset-redund > > 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/env_mmc.c | 31 ++++++++++++-- > common/spl/Kconfig | 4 +- > configs/blanche_defconfig | 3 +- > configs/sandbox_noblk_defconfig | 1 - > doc/device-tree-bindings/config.txt | 12 ++++++ > 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 | 38 ++++++++++++++--- > 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 + > 53 files changed, 211 insertions(+), 104 deletions(-) > > Best Regards, > Jaehoon Chung > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > https://lists.denx.de/listinfo/u-boot >