
Here are the four fixes which do not trigger the sunxi breakage.
The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to e531c6731b697fc524b54697caebf235a4a69e8d:
fs: ext4: Unmount FS in do_fs_type() (2019-02-09 11:08:40 +0100)
---------------------------------------------------------------- Marek Vasut (4): mmc: tmio: Make DMA transfer end bit configurable mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPs mmc: Do not poll using CMD13 when changing timing fs: ext4: Unmount FS in do_fs_type()
drivers/mmc/mmc.c | 28 ++++++++++++++++++++-------- drivers/mmc/renesas-sdhi.c | 10 ++++++++++ drivers/mmc/tmio-common.c | 11 ++++++----- drivers/mmc/tmio-common.h | 1 + drivers/mmc/uniphier-sd.c | 1 + fs/fs.c | 2 ++ 6 files changed, 40 insertions(+), 13 deletions(-)