Re: [PATCH][LOCAL] arm64: defconfig: add VIDEO_RENESAS_FCP

2016-03-31 Thread Kuninori Morimoto
Hi Geert > > DRM_RCAR_VSP requests VIDEO_RENESAS_VSP1, and VIDEO_RENESAS_VSP1 requests > > VIDEO_RENESAS_FCP. But VIDEO_RENESAS_FCP is not set on defconfig. > > This patch adds it. Otherwise kernel goes to Oops. > > IMHO either the driver should handle this case (i.e. not oops), or the > logic

Re: [PATCH] fbdev: sh_mipi_dsi: remove driver

2016-03-31 Thread Geert Uytterhoeven
On Thu, Mar 31, 2016 at 3:09 AM, Simon Horman wrote: > Remove the sh_mipi_dsi driver as it appears to be unused since > 9a9863987bf7 ("ARM: shmobile: Remove legacy SoC code for SH-Mobile AG5"). I believe that should be much older commit c0bb9b3027690e10cf8f ("ARCH:

Re: [PATCH v2 0/2] r8a7795 pinctrl: Add drive strength support

2016-03-31 Thread Linus Walleij
On Thu, Mar 31, 2016 at 10:41 AM, Geert Uytterhoeven wrote: > On Thu, Mar 31, 2016 at 10:34 AM, Linus Walleij >> Geert, are you queuing a pull request to me or do you think >> Renesas activity is down to a level where I can return to applying >> PFC patches directly to my

Re: [PATCH v3 09/11] i2c: rcar: revoke START request early

2016-03-31 Thread Sergei Shtylyov
Hello. On 11/19/2015 06:56 PM, Wolfram Sang wrote: From: Wolfram Sang If we don't clear START generation as soon as possible, it may cause another message to be generated, e.g. when receiving NACK in address phase. To keep the race window as small as

Re: [PATCH] thermal: rcar: Remove binding docs for r8a7794

2016-03-31 Thread Eduardo Valentin
On Tue, Mar 29, 2016 at 02:07:45PM +0900, Simon Horman wrote: > The latest information that I have is that there is no thermal IP > block present on the r8a7794 SoC so remove the corresponding binding. > > Cc: Geert Uytterhoeven > Signed-off-by: Simon Horman

Re: [PATCH v3 09/11] i2c: rcar: revoke START request early

2016-03-31 Thread Wolfram Sang
On Fri, Apr 01, 2016 at 12:02:56AM +0300, Sergei Shtylyov wrote: > Hello. > > On 11/19/2015 06:56 PM, Wolfram Sang wrote: > > >From: Wolfram Sang > > > >If we don't clear START generation as soon as possible, it may cause > >another message to be generated,

[PATCH v3 6/6] clk: shmobile: r8a7795: add PWM clock

2016-03-31 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- drivers/clk/renesas/r8a7795-cpg-mssr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/renesas/r8a7795-cpg-mssr.c b/drivers/clk/renesas/r8a7795-cpg-mssr.c

[PATCH v3 4/6] arm64: dts: salvator-x: enable PWM

2016-03-31 Thread Ulrich Hecht
Enables PWM1 (brightness control) and PWM2 (PMIC switching frequency synchronization). Signed-off-by: Ulrich Hecht Acked-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 23 ++ 1 file

[PATCH v3 2/6] arm64: defconfig : add PWM driver support

2016-03-31 Thread Ulrich Hecht
From: Harunobu Kurokawa Signed-off-by: Harunobu Kurokawa Signed-off-by: Ulrich Hecht Acked-by: Geert Uytterhoeven --- arch/arm64/configs/defconfig | 2 ++ 1 file

[PATCH v3 5/6] pwm: add R-Car H3 device tree bindings

2016-03-31 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht Acked-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt