All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] arm: rmobile: Stout board support and minor fixes
Date: Mon, 20 Jul 2015 21:15:41 +0300	[thread overview]
Message-ID: <55AD3ACD.8070305@cogentembedded.com> (raw)
In-Reply-To: <1437414521-611-1-git-send-email-vladimir.barinov@cogentembedded.com>

+ Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Sorry, seem that I've added old maintainer email.

On 20.07.2015 20:48, Vladimir Barinov wrote:
> This patch series adds the following:
> 1) sh-pfc: fix gpio input read
> 2) serial-sh: SCIFA interface for R-Car Gen2 SoCs
> 3) rmobile: add SCIFA port base offsets
> 4) rmobile: Add Stout board support
>
> Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
> ---
>   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(-)
>

  parent reply	other threads:[~2015-07-20 18:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-20 17:48 [U-Boot] [PATCH 0/4] arm: rmobile: Stout board support and minor fixes Vladimir Barinov
2015-07-20 17:49 ` [U-Boot] [PATCH 1/4] gpio: sh-pfc: fix gpio input read Vladimir Barinov
2015-07-20 17:49 ` [U-Boot] [PATCH 2/4] serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs Vladimir Barinov
2015-07-20 17:49 ` [U-Boot] [PATCH 3/4] arch: rmobile: add SCIFA port base offsets Vladimir Barinov
2015-07-20 17:49 ` [U-Boot] [PATCH 4/4] arm: rmobile: Add Stout board support Vladimir Barinov
2015-07-20 18:15 ` Vladimir Barinov [this message]
2015-08-20 19:57 ` [U-Boot] [PATCH 0/4] arm: rmobile: Stout board support and minor fixes Vladimir Barinov
2015-08-31  8:44   ` Nobuhiro Iwamatsu

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=55AD3ACD.8070305@cogentembedded.com \
    --to=vladimir.barinov@cogentembedded.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.