From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 10 Feb 2019 00:11:21 +0100 Subject: [U-Boot] [PULL] u-boot-sh/master In-Reply-To: <8dfeb7c8-93c2-a01c-db1e-6ab06b97d2ad@gmail.com> References: <20190209001703.GC16814@bill-the-cat> <20190209124601.GD16814@bill-the-cat> <8dfeb7c8-93c2-a01c-db1e-6ab06b97d2ad@gmail.com> Message-ID: <9f6120b3-008b-8f6f-92a9-e349a51ae43a@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- Best regards, Marek Vasut