From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 16 Feb 2019 18:12:38 +0100 Subject: [U-Boot] [PULL] u-boot-sh/master Message-ID: <04f76758-7c07-1737-3c6a-63c0003e4c64@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 The following changes since commit d391c13c99a2b48c98cef6df4479247cd4e62f9d: Merge tag 'xilinx-for-v2019.04-rc2' of git://git.denx.de/u-boot-microblaze (2019-02-15 21:21:28 -0500) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to 261445dfafdce252f91fea16517aba5830dd1930: mmc: tmio: sdhi: Configure DT2FF register for HS400 mode (2019-02-16 18:12:17 +0100) ---------------------------------------------------------------- Marek Vasut (3): mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot mmc: tmio: Configure HOST_MODE WMODE according to bus width mmc: tmio: sdhi: Configure DT2FF register for HS400 mode drivers/mmc/mmc-uclass.c | 19 +++++++++++++++++++ drivers/mmc/mmc.c | 26 ++++++++++++++++++++++++++ drivers/mmc/renesas-sdhi.c | 3 +++ drivers/mmc/tmio-common.c | 10 +++++++--- include/mmc.h | 6 ++++++ 5 files changed, 61 insertions(+), 3 deletions(-)