mbox series

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

Message ID daf99060-e4cd-56fb-3494-833eed2d25b4@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-sh/master | expand

Pull-request

git://git.denx.de/u-boot-sh.git master

Message

Marek Vasut April 22, 2018, 3:29 a.m. UTC
The following changes since commit a35747b5e1261adfb27ab87575dea4b17e247da2:

  Merge git://git.denx.de/u-boot-uniphier (2018-04-18 16:24:26 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-sh.git master

for you to fetch changes up to f7aa3cd4a81c7a1ef480e39a1b979483452325cb:

  ARM: rmobile: Update E2 Silk (2018-04-21 18:33:31 +0200)

----------------------------------------------------------------
Marek Vasut (6):
      clk: renesas: Minor clean up of the R8A7792 clock driver
      clk: renesas: Minor clean up of the R8A7794 clock driver
      mmc: sh_mmcif: Add DM and DT probing support
      mmc: sh_mmcif: Add Kconfig entry
      mmc: sh_mmcif: Migrate configs to CONFIG_SH_MMCIF
      ARM: rmobile: Update E2 Silk

 arch/arm/dts/r8a7794-silk-u-boot.dts   |   4 ++
 arch/arm/mach-rmobile/Kconfig.32       |   3 ++
 board/renesas/silk/Makefile            |   6 ++-
 board/renesas/silk/silk.c              | 186
+++++++++++++++++++++--------------------------------------------
 board/renesas/silk/silk_spl.c          | 425
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configs/alt_defconfig                  |   1 +
 configs/lager_defconfig                |   1 +
 configs/sh7752evb_defconfig            |   1 +
 configs/sh7753evb_defconfig            |   1 +
 configs/sh7757lcr_defconfig            |   1 +
 configs/silk_defconfig                 |  50 ++++++++++++++++--
 drivers/clk/renesas/r8a7792-cpg-mssr.c |  10 ++--
 drivers/clk/renesas/r8a7794-cpg-mssr.c |  10 ++--
 drivers/mmc/Kconfig                    |   6 +++
 drivers/mmc/sh_mmcif.c                 | 165
+++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 include/configs/alt.h                  |   1 -
 include/configs/lager.h                |   1 -
 include/configs/sh7752evb.h            |   1 -
 include/configs/sh7753evb.h            |   1 -
 include/configs/sh7757lcr.h            |   1 -
 include/configs/silk.h                 |  66 +++++++----------------
 scripts/config_whitelist.txt           |   1 -
 22 files changed, 729 insertions(+), 213 deletions(-)
 create mode 100644 board/renesas/silk/silk_spl.c

Comments

Tom Rini April 22, 2018, 9:37 p.m. UTC | #1
On Sun, Apr 22, 2018 at 05:29:25AM +0200, Marek Vasut wrote:

> The following changes since commit a35747b5e1261adfb27ab87575dea4b17e247da2:
> 
>   Merge git://git.denx.de/u-boot-uniphier (2018-04-18 16:24:26 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to f7aa3cd4a81c7a1ef480e39a1b979483452325cb:
> 
>   ARM: rmobile: Update E2 Silk (2018-04-21 18:33:31 +0200)
> 

Applied to u-boot/master, thanks!