From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 14 Apr 2018 11:20:47 +0200 Subject: [U-Boot] [PULL] u-boot-sh/master Message-ID: <1d7be165-7be6-dc69-23cb-78f38a7b8085@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 901b77b9c8e716cd44dc85bf6bf54e4576d14ddd: vexpress: fix syntax error in armv7_boot_nonsec_default() (2018-04-13 17:06:16 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to cb0b6b035a356e958bf964803e87539464f01bf2: mmc: tmio: Rename Matsushita to TMIO (2018-04-14 00:03:30 +0200) ---------------------------------------------------------------- Marek Vasut (10): clk: renesas: Minor clean up of the R8A7790 clock driver net: sh_eth: Add remaining Gen2 DT compatible serial: sh: Add SCIFA0 address entry ARM: rmobile: Enable SCIFA0 early on H2 Stout ARM: rmobile: Fix LBSC programming offset on M2 Porter ARM: rmobile: Update H2 Stout ARM: rmobile: Shrink the TPL ARM: rmobile: Convert TPL to SPL ARM: rmobile: Zap CONFIG_MMC_RENESAS_TUNING mmc: tmio: Rename Matsushita to TMIO arch/arm/dts/r8a7790-stout-u-boot.dts | 4 ++ arch/arm/mach-rmobile/Kconfig.32 | 7 +- arch/arm/mach-rmobile/include/mach/boot0.h | 4 +- arch/arm/mach-rmobile/lowlevel_init_ca15.S | 2 +- board/renesas/porter/porter_spl.c | 38 +++++------ board/renesas/stout/Makefile | 6 +- board/renesas/stout/cpld.c | 16 ++--- board/renesas/stout/stout.c | 135 +++++---------------------------------- board/renesas/stout/stout_spl.c | 477 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configs/porter_defconfig | 31 ++------- configs/r8a7795_salvator-x_defconfig | 1 - configs/r8a7795_ulcb_defconfig | 1 - configs/r8a7796_salvator-x_defconfig | 1 - configs/r8a7796_ulcb_defconfig | 1 - configs/r8a77970_eagle_defconfig | 1 - configs/r8a77995_draak_defconfig | 1 - configs/stout_defconfig | 49 ++++++++++++-- drivers/clk/renesas/r8a7790-cpg-mssr.c | 10 +-- drivers/mmc/Makefile | 4 +- drivers/mmc/matsushita-common.h | 151 ------------------------------------------- drivers/mmc/renesas-sdhi.c | 108 +++++++++++++++---------------- drivers/mmc/{matsushita-common.c => tmio-common.c} | 414 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------- drivers/mmc/tmio-common.h | 151 +++++++++++++++++++++++++++++++++++++++++++ drivers/mmc/uniphier-sd.c | 16 ++--- drivers/net/sh_eth.c | 3 + drivers/serial/serial_sh.c | 2 + include/configs/porter.h | 8 +-- include/configs/stout.h | 57 ++++++----------- 28 files changed, 1036 insertions(+), 663 deletions(-) create mode 100644 board/renesas/stout/stout_spl.c delete mode 100644 drivers/mmc/matsushita-common.h rename drivers/mmc/{matsushita-common.c => tmio-common.c} (51%) create mode 100644 drivers/mmc/tmio-common.h -- Best regards, Marek Vasut