[U-Boot] [PULL] u-boot-sh/master

The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a:
drivers: rtc: correctly convert seconds to time structure (2018-12-01 18:03:14 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to 8e6442e3cd07249dd45948e44f17f7e51d638f8d:
ARM: rmobile: Enable MMC HS400 on Salvator-X, ULCB, Ebisu (2018-12-03 12:51:17 +0100)
---------------------------------------------------------------- Marek Vasut (14): clk: renesas: Allow reconfiguring SDHI clock on Gen3 mmc: Parse HS400 DT properties mmc: tmio: Switch to clock framework mmc: tmio: Do not set divider to 1 in DDR mode mmc: tmio: Keep generating clock when clock are enabled mmc: tmio: Reorder TMIO clock handling mmc: tmio: sdhi: Filter out HS400 on certain SoCs mmc: tmio: sdhi: Move tap_pos to private data mmc: tmio: sdhi: Add HS400 support ARM: dts: rmobile: Add eMMC DS pinmux ARM: dts: rmobile: Enable SDR104 on Salvator-X and ULCB ARM: dts: rmobile: Enable SDR modes on E3 Ebisu ARM: dts: rmobile: Enable HS400 on Salvator-X, ULCB, Ebisu ARM: rmobile: Enable MMC HS400 on Salvator-X, ULCB, Ebisu
arch/arm/dts/r8a77990-ebisu.dts | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- arch/arm/dts/salvator-common.dtsi | 15 +++++++++++++-- arch/arm/dts/ulcb.dtsi | 10 ++++++++-- configs/r8a7795_salvator-x_defconfig | 1 + configs/r8a7795_ulcb_defconfig | 1 + configs/r8a77965_salvator-x_defconfig | 1 + configs/r8a7796_salvator-x_defconfig | 1 + configs/r8a7796_ulcb_defconfig | 1 + configs/r8a77990_ebisu_defconfig | 1 + drivers/clk/renesas/clk-rcar-gen3.c | 10 +++------- drivers/mmc/mmc-uclass.c | 4 ++++ drivers/mmc/renesas-sdhi.c | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------- drivers/mmc/tmio-common.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------- drivers/mmc/tmio-common.h | 9 ++++++++- drivers/mmc/uniphier-sd.c | 30 ++++++++++++++++++++---------- 15 files changed, 364 insertions(+), 87 deletions(-)

On Mon, Dec 03, 2018 at 08:08:05PM +0100, Marek Vasut wrote:
The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a:
drivers: rtc: correctly convert seconds to time structure (2018-12-01 18:03:14 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to 8e6442e3cd07249dd45948e44f17f7e51d638f8d:
ARM: rmobile: Enable MMC HS400 on Salvator-X, ULCB, Ebisu (2018-12-03 12:51:17 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini