
SD/MMC and filesystem fixes below ...
The following changes since commit e5fd39c886485e3dec77f4438a6e364c2987cf5f:
Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchip (2019-02-02 10:11:20 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to 49f331023e1d6f804c4226b862af1f2a05a2ea2e:
fs: ext4: Unmount FS in do_fs_type() (2019-02-06 14:07:12 +0100)
---------------------------------------------------------------- Marek Vasut (6): mmc: tmio: Make DMA transfer end bit configurable mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPs mmc: Export {sd,mmc}_select_mode_and_width() mmc: tmio: renesas: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot mmc: Do not poll using CMD13 when changing timing fs: ext4: Unmount FS in do_fs_type()
drivers/mmc/mmc.c | 36 ++++++++++++++++++++++-------------- drivers/mmc/mmc_private.h | 4 ++++ drivers/mmc/renesas-sdhi.c | 36 ++++++++++++++++++++++++++++++++++++ drivers/mmc/tmio-common.c | 11 ++++++----- drivers/mmc/tmio-common.h | 1 + drivers/mmc/uniphier-sd.c | 1 + fs/fs.c | 2 ++ 7 files changed, 72 insertions(+), 19 deletions(-)