From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Barinov Date: Mon, 20 Jul 2015 21:15:41 +0300 Subject: [U-Boot] [PATCH 0/4] arm: rmobile: Stout board support and minor fixes In-Reply-To: <1437414521-611-1-git-send-email-vladimir.barinov@cogentembedded.com> References: <1437414521-611-1-git-send-email-vladimir.barinov@cogentembedded.com> Message-ID: <55AD3ACD.8070305@cogentembedded.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de + Nobuhiro Iwamatsu 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 > --- > 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(-) >