mbox series

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

Message ID 8fdd27b1-402b-08c8-20d7-a6de5f23f331@denx.de
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 Feb. 16, 2018, 4 p.m. UTC
The following changes since commit 32fe36574ea5e6ea55313e16547b98a984af7767:

  Merge git://git.denx.de/u-boot-arc (2018-02-15 14:07:04 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 5b6ae550a8d88ca8c7b5c39642fe767729422edb:

  ARM: rmobile: Enable autocompletion on Gen2 (2018-02-16 16:43:11 +0100)

----------------------------------------------------------------
Marek Vasut (9):
      clk: rmobile: Assure SD-IF clock are configured correctly
      net: ravb: Initialize PHY in probe() once
      ARM: rmobile: Enable DTO support on Gen3
      ARM: rmobile: Enable autocompletion on Gen3
      serial: Replace CONFIG_ with CONFIG_IS_ENABLED
      ARM: dts: rmobile: Make scif0 available before reloc on Porter
      ARM: dts: rmobile: Make PFC and RST available before reloc
      ARM: rmobile: Convert Porter to SPL
      ARM: rmobile: Enable autocompletion on Gen2

 arch/arm/dts/r8a7791-porter.dts      |  1 +
 arch/arm/dts/r8a779x-u-boot.dtsi     |  8 ++++++++
 arch/arm/mach-rmobile/Kconfig.32     |  2 ++
 board/renesas/porter/porter.c        | 22 ++++++++++++++++++++++
 configs/porter_defconfig             | 20 +++++++++++++++++++-
 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 +
 drivers/clk/renesas/clk-rcar-gen3.c  |  2 ++
 drivers/net/ravb.c                   | 32 +++++++++++++++++++-------------
 drivers/serial/serial_sh.c           |  4 ++--
 include/configs/porter.h             | 15 +++++++++------
 include/configs/rcar-gen2-common.h   |  2 +-
 include/configs/rcar-gen3-common.h   |  1 +
 17 files changed, 92 insertions(+), 23 deletions(-)

Comments

Tom Rini Feb. 17, 2018, 8:52 p.m. UTC | #1
On Fri, Feb 16, 2018 at 05:00:52PM +0100, Marek Vasut wrote:

> The following changes since commit 32fe36574ea5e6ea55313e16547b98a984af7767:
> 
>   Merge git://git.denx.de/u-boot-arc (2018-02-15 14:07:04 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 5b6ae550a8d88ca8c7b5c39642fe767729422edb:
> 
>   ARM: rmobile: Enable autocompletion on Gen2 (2018-02-16 16:43:11 +0100)
> 

Applied to u-boot/master, thanks!