From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 23 Oct 2017 13:54:32 +0900 Subject: [U-Boot] [GIT PULL] Please pull u-boot-mmc master References: 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, Could you pull these patches to u-boot/master? To develop the supporting HS200 mode, each host driver also needs to implement something. First step is the applying JJ's patches. If there is a problem, let me know, plz. The following changes since commit 0def58f7fd26a237bb08cfbd58ec53372b1ad06b: Merge git://git.denx.de/u-boot-x86 (2017-10-19 11:19:38 -0400) are available in the git repository at: git://git.denx.de/u-boot-mmc.git master for you to fetch changes up to f58da60cfdbe896d62a0ec61cd41a52cfc82c526: mmc: replace the printf() instead of error() (2017-10-23 13:48:39 +0900) ---------------------------------------------------------------- Jaehoon Chung (1): mmc: replace the printf() instead of error() Jean-Jacques Hiblot (17): mmc: dm: get the IO-line and main voltage regulators from the dts mmc: split mmc_startup() mmc: move the MMC startup for version above v4.0 in a separate function mmc: make ext_csd part of struct mmc mmc: add a function to read and test the ext csd (mmc >= 4) mmc: introduce mmc modes mmc: Add a function to dump the mmc capabilities mmc: use mmc modes to select the correct bus speed cmd: mmc: display the mode name and current bus speed in the mmc info mmc: refactor SD startup to make it easier to support new modes mmc: refactor MMC startup to make it easier to support new modes mmc: Add a new callback function to perform the 74 clocks cycle sequence mmc: Add support for UHS modes mmc: disable UHS modes if Vcc cannot be switched on and off mmc: Change mode when switching to a boot partition mmc: use the right voltage level for MMC DDR and HS200 modes mmc: add a library function to send tuning command Kishon Vijay Abraham I (9): mmc: make mmc_set_ios() return status mmc: Enable signal voltage to be selected from mmc core mmc: add power cyle support in mmc core mmc: add a new mmc parameter to disable mmc clock mmc: disable the mmc clock during power off mmc: Add a execute_tuning() callback to the mmc operations. mmc: add HS200 support in MMC core mmc: Retry some MMC cmds on failure dm: mmc: Add a library function to parse generic dt binding Suniel Mahesh (2): drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro drivers: mmc: Avoid memory leak in case of failure cmd/mmc.c | 3 +- drivers/mmc/Kconfig | 23 + drivers/mmc/exynos_dw_mmc.c | 3 + drivers/mmc/fsl_esdhc.c | 2 +- drivers/mmc/mmc-uclass.c | 87 +++ drivers/mmc/mmc.c | 1517 ++++++++++++++++++++++++++++++++----------- include/mmc.h | 176 ++++- 7 files changed, 1423 insertions(+), 388 deletions(-)