[PATCH v2] arm64: dts: r8a7795: Complete SYS-DMAC nodes

2016-01-19 Thread Geert Uytterhoeven
Complete the dma-controller nodes for SYS-DMAC 0 to 2. Signed-off-by: Geert Uytterhoeven --- - Tested with SCIF1, SCIF2, SCIF3, HSCIF1, HSCIF3, HSCIF4, and MSIOF2. v2: - Switch to final CPG/MSSR bindings, - Use SoC-specific bindings, - (H)SCIF1 RX DMA now works,

[PATCH/RFC 0/2] arm64: dts: salvator-x: Add overlay for (H)SCIF loop testing

2016-01-19 Thread Geert Uytterhoeven
Hi, This patch series provides 2 DT overlays to do (H)SCIF loop testing on Salvator-X. The first patch is an overlay version of Magnus' "[PATCH/RFC v2 01/03] ARM: shmobile: External Salvator-X SCIF3/HSCIF3 loop". To use this, you need my topic/overlays and topic/renesas-overlays branches.

[PATCH/RFC 1/2] arm64: dts: salvator-x: Add overlay for SCIF3/HSCIF3 loop testing

2016-01-19 Thread Geert Uytterhoeven
Add an overlay to enable SCIF3 and HSCIF3 on EXIO Connector D, and do loop testing. Based on a plain DTS patch by Magnus Damm . Signed-off-by: Geert Uytterhoeven --- .../r8a7795-salvator-x-scif3-hscif3-loop.dtso | 68

Re: [PATCH] MAINTAINERS: Update mailing list for Renesas SoC Development

2016-01-19 Thread Sergei Shtylyov
Hello. On 1/18/2016 4:04 AM, Simon Horman wrote: Update the mailing list used for development of support for Renesas SoCs and related drivers. Up until now the linux-sh mailing list has been used, however, Renesas SoCs are now much wider than the SH architecture and there is some desire from

Re: [PATCH/RFC 00/02] ARM: shmobile: r8a7795 Salvator-X IPMMU 4 GiB RAM test code

2016-01-19 Thread Magnus Damm
Hi Geert, On Tue, Jan 19, 2016 at 3:16 AM, Geert Uytterhoeven wrote: > Hi Magnus, > > On Mon, Jan 18, 2016 at 6:48 AM, Magnus Damm wrote: >> ARM: shmobile: r8a7795 Salvator-X IPMMU 4 GiB RAM test code >> >> [PATCH/RFC 01/02] iommu/ipmmu-vmsa: Use

[PATCH] adv7604: fix SPA register location for ADV7612

2016-01-19 Thread Ulrich Hecht
SPA location LSB register is at 0x70. Signed-off-by: Ulrich Hecht --- drivers/media/i2c/adv7604.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c index 3787f81..f78d36c 100644 ---

[PATCH 0/4] R8A7795/Salvator-X PWM support

2016-01-19 Thread Ulrich Hecht
Hi! This is straight from the BSP, adjusted for MSTP clock and PFC differences. CU Uli Harunobu Kurokawa (1): arm64: defconfig : add PWM driver support Ryo Kodama (2): PWM: Add ARCH_RENESAS support arm64: dts: r8a7795: Add PWM device nodes Takeshi Kihara (1): pinctrl: sh-pfc:

[PATCH 1/4] pinctrl: sh-pfc: r8a7795: Add PWM support

2016-01-19 Thread Ulrich Hecht
From: Takeshi Kihara This patch adds PWM[0-6] pinmux support to r8a7795 SoC. Signed-off-by: Takeshi Kihara [uli: adapted to mainline PFC driver] Signed-off-by: Ulrich Hecht ---

[PATCH 4/4] arm64: dts: r8a7795: Add PWM device nodes

2016-01-19 Thread Ulrich Hecht
From: Ryo Kodama Signed-off-by: Ryo Kodama Signed-off-by: Harunobu Kurokawa [uli: adapted to new MSTP clock scheme] Signed-off-by: Ulrich Hecht ---

[PATCH 2/4] PWM: Add ARCH_RENESAS support

2016-01-19 Thread Ulrich Hecht
From: Ryo Kodama add ARCH_RENESAS in order to support R-Car Gen3 Signed-off-by: Ryo Kodama Signed-off-by: Harunobu Kurokawa --- drivers/pwm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 3/4] arm64: defconfig : add PWM driver support

2016-01-19 Thread Ulrich Hecht
From: Harunobu Kurokawa Signed-off-by: Harunobu Kurokawa Signed-off-by: Ulrich Hecht --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] thermal: core: don't call unsupported trip on thermal_tripped_notify()

2016-01-19 Thread Kuninori Morimoto
From: Kuninori Morimoto It needs to check maximum trip size before using it. Otherwise, each driver might be called with unsupported trip. Reported-by: Magnus Damm Signed-off-by: Kuninori Morimoto ---

renesas-drivers-2016-01-19-v4.4

2016-01-19 Thread Geert Uytterhoeven
I've pushed renesas-drivers-2016-01-19-v4.4 to https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git This tree is meant to ease development of platform support and drivers for Renesas ARM ("shmobile") SoCs. It's created by merging (a) the for-next branches of various subsystem

Re: [PATCH] adv7604: fix SPA register location for ADV7612

2016-01-19 Thread Lars-Peter Clausen
On 01/19/2016 01:17 PM, Ulrich Hecht wrote: > SPA location LSB register is at 0x70. > > Signed-off-by: Ulrich Hecht > --- > drivers/media/i2c/adv7604.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/media/i2c/adv7604.c

Re: [PATCH 1/4] pinctrl: sh-pfc: r8a7795: Add PWM support

2016-01-19 Thread Geert Uytterhoeven
On Tue, Jan 19, 2016 at 1:18 PM, Ulrich Hecht wrote: > From: Takeshi Kihara > > This patch adds PWM[0-6] pinmux support to r8a7795 SoC. > > Signed-off-by: Takeshi Kihara > [uli: adapted to mainline PFC

[RFC 5/6] mmc: sdhi: use faster clock handling on RCar Gen2

2016-01-19 Thread Wolfram Sang
From: Wolfram Sang Signed-off-by: Wolfram Sang --- drivers/mmc/host/sh_mobile_sdhi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c

[RFC 6/6] mmc: sdhi: Add r8a7795 support

2016-01-19 Thread Wolfram Sang
From: Wolfram Sang Registers are 64bit apart, so we refactor bus_shift handling a little and set it based on the DT compatible. Also, EXT_ACC is different. Signed-off-by: Ai Kyuse Signed-off-by: Wolfram Sang

Re: [PATCH 4/4] arm64: dts: r8a7795: Add PWM device nodes

2016-01-19 Thread Geert Uytterhoeven
On Tue, Jan 19, 2016 at 1:18 PM, Ulrich Hecht wrote: > From: Ryo Kodama > > Signed-off-by: Ryo Kodama > Signed-off-by: Harunobu Kurokawa > [uli: adapted to new MSTP clock