public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master
Date: Mon, 28 Jul 2014 12:25:04 +0200	[thread overview]
Message-ID: <E1XBi77-0006Ut-IV@janus> (raw)
In-Reply-To: <CABMQnVKKz+X3Pjm7wJTqKh634t9hNQuR5r3nZfheU1RofhtygQ@mail.gmail.com>

Hi Nobuhiro,

On Thu, 24 Jul 2014 15:08:43 +0900, Nobuhiro Iwamatsu
<iwamatsu@nigauri.org> wrote:

> Dear Albert Aribaud,
> 
> Please pull u-boot-sh/rmobile into u-boot-arm/master.
> 
> The following changes since commit 23f23f23d509e8e873797884456070c8a47d72b2:
> 
>   socfpga: Relocate arch common functions away from board (2014-07-05
> 10:14:46 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to cff2f5f09ee8ab45b86eed7228bacbce6eca9f01:
> 
>   arm: rmobile: Add support Alt board (2014-07-24 14:03:46 +0900)
> 
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (4):
>       net: sh-eth: Add support R8A7794
>       serial: sh: Add support R8A7794
>       arm: rmobile: Add support R8A7794
>       arm: rmobile: Add support Alt board
> 
>  arch/arm/cpu/armv7/rmobile/Makefile              |    1 +
>  arch/arm/cpu/armv7/rmobile/cpu_info.c            |    1 +
>  arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c         | 1513
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  arch/arm/include/asm/arch-rmobile/gpio.h         |    3 +
>  arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h |  176 ++++++++++++++++
>  arch/arm/include/asm/arch-rmobile/r8a7794.h      |   14 ++
>  arch/arm/include/asm/arch-rmobile/rcar-base.h    |    4 +-
>  arch/arm/include/asm/arch-rmobile/rmobile.h      |    2 +
>  board/renesas/alt/Makefile                       |    9 +
>  board/renesas/alt/alt.c                          |  173 +++++++++++++++
>  board/renesas/alt/qos.c                          |  944
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/renesas/alt/qos.h                          |   12 ++
>  boards.cfg                                       |    1 +
>  drivers/net/sh_eth.c                             |    5 +-
>  drivers/net/sh_eth.h                             |    6 +-
>  drivers/serial/serial_sh.h                       |    3 +-
>  include/configs/alt.h                            |  166 +++++++++++++++
>  17 files changed, 3026 insertions(+), 7 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c
>  create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h
>  create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7794.h
>  create mode 100644 board/renesas/alt/Makefile
>  create mode 100644 board/renesas/alt/alt.c
>  create mode 100644 board/renesas/alt/qos.c
>  create mode 100644 board/renesas/alt/qos.h
>  create mode 100644 include/configs/alt.h
> 
> 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

  reply	other threads:[~2014-07-28 10:25 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-24  6:08 [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master Nobuhiro Iwamatsu
2014-07-28 10:25 ` Albert ARIBAUD [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-10-09  6:08 Nobuhiro Iwamatsu
2014-10-09  7:51 ` Albert ARIBAUD
2014-06-10  7:58 Nobuhiro Iwamatsu
2014-06-10  8:46 ` Albert ARIBAUD
2014-06-12  0:47   ` Nobuhiro Iwamatsu
2014-05-21  1:20 Nobuhiro Iwamatsu
2014-05-24  8:39 ` Albert ARIBAUD
2014-05-01 20:14 Nobuhiro Iwamatsu
2014-05-16  2:14 ` Nobuhiro Iwamatsu
2014-05-16 15:22   ` Albert ARIBAUD
2014-05-16 15:53     ` Albert ARIBAUD
2014-05-16 18:41       ` Albert ARIBAUD
2014-05-16 20:35 ` Albert ARIBAUD
2014-05-19  0:38   ` Nobuhiro Iwamatsu
2014-04-14  8:53 Nobuhiro Iwamatsu
2014-04-14 19:20 ` Tom Rini
2014-04-15  6:10   ` Nobuhiro Iwamatsu
2014-01-09  4:36 Nobuhiro Iwamatsu
2013-12-18  7:44 Nobuhiro Iwamatsu
2013-12-18 18:25 ` Albert ARIBAUD
2013-12-03  1:40 Nobuhiro Iwamatsu
2013-12-06 12:07 ` Albert ARIBAUD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1XBi77-0006Ut-IV@janus \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox