mbox

[U-Boot] Pull request: u-boot-sh/rmobile

Message ID CABMQnVKb9PCmdXNhRKQ1Ev8ToOkOOQPO8o2dRJQ+f5W2h4e-Ew@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu Sept. 13, 2015, 8:29 p.m. UTC
Hi Tom,

Please pull u-boot-sh rmobile branch.

The following changes since commit f875bbb49111c308b90b9ca74d1b79f69498b278:

  ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support
(2015-08-31 00:29:23 +0900)

are available in the git repository at:

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

for you to fetch changes up to 21871138b7686b36dd8ae97cab5dc1e9c5c6e183:

  arm: rmobile: Add Stout board support (2015-08-31 17:32:59 +0900)

----------------------------------------------------------------
Vladimir Barinov (4):
      gpio: sh-pfc: fix gpio input read
      serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs
      arch: rmobile: add SCIFA port base offsets
      arm: rmobile: Add Stout board support

 arch/arm/cpu/armv7/rmobile/Kconfig            |    8 +-
 arch/arm/include/asm/arch-rmobile/rcar-base.h |    3 +
 board/renesas/stout/Kconfig                   |   12 +
 board/renesas/stout/MAINTAINERS               |    6 +
 board/renesas/stout/Makefile                  |   11 +
 board/renesas/stout/cpld.c                    |  167 +++++
 board/renesas/stout/cpld.h                    |  183 +++++
 board/renesas/stout/qos.c                     | 2435
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/stout/qos.h                     |   14 +
 board/renesas/stout/stout.c                   |  232 ++++++
 configs/stout_defconfig                       |   21 +
 drivers/gpio/sh_pfc.c                         |    3 +-
 drivers/serial/serial_sh.h                    |   43 +-
 include/configs/stout.h                       |  112 +++
 14 files changed, 3239 insertions(+), 11 deletions(-)
 create mode 100644 board/renesas/stout/Kconfig
 create mode 100644 board/renesas/stout/MAINTAINERS
 create mode 100644 board/renesas/stout/Makefile
 create mode 100644 board/renesas/stout/cpld.c
 create mode 100644 board/renesas/stout/cpld.h
 create mode 100644 board/renesas/stout/qos.c
 create mode 100644 board/renesas/stout/qos.h
 create mode 100644 board/renesas/stout/stout.c
 create mode 100644 configs/stout_defconfig
 create mode 100644 include/configs/stout.h

Comments

Tom Rini Sept. 13, 2015, 9:27 p.m. UTC | #1
On Mon, Sep 14, 2015 at 05:29:04AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> Please pull u-boot-sh rmobile branch.
> 
> The following changes since commit f875bbb49111c308b90b9ca74d1b79f69498b278:
> 
>   ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support
> (2015-08-31 00:29:23 +0900)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 21871138b7686b36dd8ae97cab5dc1e9c5c6e183:
> 
>   arm: rmobile: Add Stout board support (2015-08-31 17:32:59 +0900)
> 

Applied to u-boot/master, thanks!