Re: [U-Boot] [PATCH 0/4] arm: rmobile: Stout board support and minor fixes

2015-08-20 Thread Vladimir Barinov
Hello Nobuhiro-san, Could you provide any response for this patchset. TIA, Vladimir 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

Re: [U-Boot] [PATCH] ARM: cpu: Add ARMv7 barrier operations support

2015-08-20 Thread Vladimir Barinov
Hello Albert, Could you provide any response on this patch. TIA, Vladimir On 20.03.2015 18:16, Vladimir Barinov wrote: From: Valentine Barshak valentine.bars...@cogentembedded.com This enables ARMv7 barrier operations support when march=armv7-a is enabled. Using CP15 barriers causes U-Boot

[U-Boot] [PATCH 4/4] arm: rmobile: Add Stout board support

2015-07-20 Thread Vladimir Barinov
Stout is an entry level development board based on R-Car H2 SoC (R8A7790) This commit supports the following peripherals: - SCIFA, I2C, Ethernet, QSPI, SDHI0/2, CPLD Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- arch/arm/cpu/armv7/rmobile/Kconfig |8 +- board

[U-Boot] [PATCH 0/4] arm: rmobile: Stout board support and minor fixes

2015-07-20 Thread Vladimir Barinov
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.bari...@cogentembedded.com --- arch/arm/cpu/armv7/rmobile

Re: [U-Boot] [PATCH 0/4] arm: rmobile: Stout board support and minor fixes

2015-07-20 Thread Vladimir Barinov
+ Nobuhiro Iwamatsu iwama...@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

[U-Boot] [PATCH 3/4] arch: rmobile: add SCIFA port base offsets

2015-07-20 Thread Vladimir Barinov
add SCIFA port base offsets Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- arch/arm/include/asm/arch-rmobile/rcar-base.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/include/asm/arch-rmobile/rcar-base.h b/arch/arm/include/asm/arch-rmobile/rcar-base.h

[U-Boot] [PATCH 2/4] serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs

2015-07-20 Thread Vladimir Barinov
Add SCIFA console interface for R-Car Gen2 SoCs. SCIFA has different registers offsets and sizes then SCI. Hence it needs to put it's macro definitions separately. Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- drivers/serial/serial_sh.h | 43

[U-Boot] [PATCH 1/4] gpio: sh-pfc: fix gpio input read

2015-07-20 Thread Vladimir Barinov
Fix gpio_read: gpio input (INDT) and gpio output (OUTDT) registers have different offset. gpio_read must be performed from INDT. Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- drivers/gpio/sh_pfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH] ARM: cpu: Add ARMv7 barrier operations support

2015-03-20 Thread Vladimir Barinov
operations instead of the deprecated CP15 barriers helps to avoid these issues. Signed-off-by: Valentine Barshak valentine.barshak+rene...@cogentembedded.com Signed-off-by: Vladimir Barinov vladimir.barinov+rene...@cogentembedded.com Reviewed-by: Tom Rini tr...@konsulko.com --- arch/arm/cpu/armv7

[U-Boot] [PATCH 0/4] arm: rmobile: silk: minor fixes and SDHI support

2015-02-24 Thread Vladimir Barinov
driver to drivers model https://patchwork.ozlabs.org/patch/439093/ - arm: rmobile: alt: Add support SDHI Signed-off-by: Vladimir Barinov vladimir.barinov+rene...@cogentembedded.com Signed-off-by: Valentine Barshak valentine.barshak+rene...@cogentembedded.com --- board/renesas/silk/silk.c | 47

[U-Boot] [PATCH 4/4] arm: rmobile: silk: Add support SDHI

2015-02-24 Thread Vladimir Barinov
This adds GPIO configuration and initialization function of SDHI on Silk board Signed-off-by: Vladimir Barinov vladimir.barinov+rene...@cogentembedded.com --- board/renesas/silk/silk.c | 35 ++- configs/silk_defconfig| 1 + include/configs/silk.h| 3

[U-Boot] [PATCH 3/4] arm: rmobile: silk: fix typo in device declaration

2015-02-24 Thread Vladimir Barinov
Fix typo in device declaration Signed-off-by: Vladimir Barinov vladimir.barinov+rene...@cogentembedded.com --- board/renesas/silk/silk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/renesas/silk/silk.c b/board/renesas/silk/silk.c index c97a2a0..1838c4b 100644

[U-Boot] [PATCH 1/4] arm: rmobile: silk: Fix GPIO4_31 initialization

2015-02-24 Thread Vladimir Barinov
Use gpio_direction_output instead of gpio_set_value since the latter does not set output GPIO direction. Signed-off-by: Valentine Barshak valentine.barshak+rene...@cogentembedded.com Signed-off-by: Vladimir Barinov vladimir.barinov+rene...@cogentembedded.com --- board/renesas/silk/silk.c | 2

[U-Boot] [PATCH 2/4] arm: rmobile: silk: Disable ethernet pins pull-up

2015-02-24 Thread Vladimir Barinov
Disable pull-ups on ethrenet lines Signed-off-by: Vladimir Barinov vladimir.barinov+rene...@cogentembedded.com --- board/renesas/silk/silk.c | 8 1 file changed, 8 insertions(+) diff --git a/board/renesas/silk/silk.c b/board/renesas/silk/silk.c index e124010..c97a2a0 100644 --- a/board

[U-Boot] [U-boot][PATCH] serial: sh: fix internal clock source on SCIF

2015-02-13 Thread Vladimir Barinov
The formula to calculate SCIF BRR for R-Car H2/M2/E2 SoCs is as follows: BRR = pclk / (64 * 2^(2n-1) * baudrate) - 1, the prescaler is 0 due to SCSMR settings, hence n=0 Also SCSCR must be set to use internal or external clock source. Signed-off-by: Vladimir Barinov vladimir.bari

[U-Boot] [U-boot][PATCH] arm: rmobile: Add Porter board support

2015-02-13 Thread Vladimir Barinov
Porter is an entry level development board based on R-Car M2 SoC (R8A7791) This commit supports the following peripherals: - SCIF, I2C, Ethernet, QSPI, SD, USB Host Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- arch/arm/cpu/armv7/rmobile/Kconfig |6 +- board

[U-Boot] [PATCH] arm: rmobile: Add missed header file for Silk board

2015-02-08 Thread Vladimir Barinov
This file was missed in the commit https://patchwork.ozlabs.org/patch/427801/ Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- board/renesas/silk/qos.h | 13 + 1 file changed, 13 insertions(+) create mode 100644 board/renesas/silk/qos.h diff --git a/board

Re: [U-Boot] [PATCH] arm: rmobile: Add SILK board support

2015-02-08 Thread Vladimir Barinov
Hi Nobuhiro, I apologize for missed qos.h header file in this commit. Please do find it in upcoming patch. Regards, Vladimir On 06.02.2015 08:10, Nobuhiro Iwamatsu wrote: Hi, Vladimir. Applied, thanks. Best regards, Nobuhiro 2015-01-13 1:17 GMT+09:00 Vladimir Barinov vladimir.bari

[U-Boot] [PATCH] arm: rmobile: Add SILK board support

2015-01-12 Thread Vladimir Barinov
SILK is an entry level development board based on R-Car E2 SoC (R8A7794) This commit supports the following peripherals: - SCIF, I2C, Ethernet, QSPI, MMC, USB Host Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- arch/arm/cpu/armv7/rmobile/Kconfig | 6 +- board/renesas