Re: [PATCH v2 3/9] mmc: tmio: Add UHS-I mode support

2016-08-16 Thread Geert Uytterhoeven
Hi Wolfram, On Tue, Aug 16, 2016 at 9:55 PM, Wolfram Sang wrote: >> The first SDHI channel (ee10.sd) doesn't seem to be affected >> by the problem. > > Hmm, I sadly don't have any docs about 73a4 and/or its SDHI variants. > I'll ask around. Forgot to add: I don't see the

Re: [PATCH v2 3/9] mmc: tmio: Add UHS-I mode support

2016-08-16 Thread Wolfram Sang
> The first SDHI channel (ee10.sd) doesn't seem to be affected > by the problem. Hmm, I sadly don't have any docs about 73a4 and/or its SDHI variants. I'll ask around. signature.asc Description: PGP signature

Re: [PATCH v2 3/9] mmc: tmio: Add UHS-I mode support

2016-08-16 Thread Geert Uytterhoeven
Hi Wolfram, On Fri, Apr 1, 2016 at 5:44 PM, Wolfram Sang wrote: > From: Wolfram Sang > > Based on work by Shinobu Uehara and Ben Dooks. This adds the voltage > switch operation needed for all UHS-I modes, but not the tuning needed > for

Re: [PATCH v2 3/4] arm64: dts: r8a7796: Add pinctrl device node

2016-08-16 Thread Sergei Shtylyov
On 08/16/2016 05:47 PM, Ulrich Hecht wrote: From: Takeshi Kihara This patch adds pinctrl device node for R8A7796 SoC. Signed-off-by: Takeshi Kihara Reviewed-by: Geert Uytterhoeven ---

Re: [PATCH v2 4/4] arm64: dts: r8a7796: salvator: add serial console pins

2016-08-16 Thread Geert Uytterhoeven
Hi Ulrich, On Tue, Aug 16, 2016 at 4:47 PM, Ulrich Hecht wrote: > Adds pin control for SCIF2. > > Signed-off-by: Ulrich Hecht > --- > arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 9 + > 1 file changed, 9

Re: [PATCH 0/2] ARM: dts: r8a7790/r8a7791: Remove obsolete vsp1 properties

2016-08-16 Thread Laurent Pinchart
Hi Geert, On Tuesday 16 Aug 2016 16:56:30 Geert Uytterhoeven wrote: > Hi Simon, Magnus, Laurent, > > This patch series removes from the R-Car H2 and M2-W DT source files the > obsolete DT properties to identify the exact VSP device instance > features, which are no longer needed nor used

[PATCH 2/2] ARM: dts: r8a7791: Remove obsolete vsp1 properties

2016-08-16 Thread Geert Uytterhoeven
As of commit 5aa2eb3c86d4fd16 ("[media] v4l: vsp1: Configure device based on IP version"), the DT properties to identify the exact VSP device instance features are no longer used. Hence remove them. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7791.dtsi |

[PATCH 0/2] ARM: dts: r8a7790/r8a7791: Remove obsolete vsp1 properties

2016-08-16 Thread Geert Uytterhoeven
Hi Simon, Magnus, Laurent, This patch series removes from the R-Car H2 and M2-W DT source files the obsolete DT properties to identify the exact VSP device instance features, which are no longer needed nor used since commit 5aa2eb3c86d4fd16 ("[media] v4l: vsp1: Configure device based on

[PATCH 1/2] ARM: dts: r8a7790: Remove obsolete vsp1 properties

2016-08-16 Thread Geert Uytterhoeven
As of commit 5aa2eb3c86d4fd16 ("[media] v4l: vsp1: Configure device based on IP version"), the DT properties to identify the exact VSP device instance features are no longer used. Hence remove them. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7790.dtsi |

[PATCH v2 4/4] arm64: dts: r8a7796: salvator: add serial console pins

2016-08-16 Thread Ulrich Hecht
Adds pin control for SCIF2. Signed-off-by: Ulrich Hecht --- arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts

[PATCH v2 0/4] Initial r8a7796 PFC support

2016-08-16 Thread Ulrich Hecht
Hi! This implements a minimal set of PFC functionality for the M3 and sits on top of renesas-drivers-2016-08-09-v4.8-rc1. It includes the SCIF pin groups and enables pin control for the serial console (SCIF2) on the Salvator-X board. This revision addresses the issues found in Geert's review.

[PATCH v2 3/4] arm64: dts: r8a7796: Add pinctrl device node

2016-08-16 Thread Ulrich Hecht
From: Takeshi Kihara This patch adds pinctrl device node for R8A7796 SoC. Signed-off-by: Takeshi Kihara Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 5 + 1 file

[PATCH v2 2/4] pinctrl: sh-pfc: r8a7796: Add SCIF pins, groups and functions

2016-08-16 Thread Ulrich Hecht
From: Takeshi Kihara This patch adds SCIF{0,1,2,3,4,5} pins, groups and functions to R8A7796 SoC. Signed-off-by: Takeshi Kihara Reviewed-by: Geert Uytterhoeven --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c |

[renesas-drivers:topic/renesas-overlays 18/87] (.text+0x21): multiple definition of `of_changeset_add_property_copy'

2016-08-16 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/renesas-overlays head: 1bebb616e30100a487cc295752fc575bbb35ef5e commit: 4787d76c83e84701506d2df7f08fb194dd7cf1c4 [18/87] of: changesets: Introduce changeset helper methods config: i386-tinyconfig (attached

[PATCH] ARM: debug-ll: Add support for r8a7992

2016-08-16 Thread Geert Uytterhoeven
Enable low-level debugging support for R-Car V2H (r8a7792). V2H uses SCIF0 for the debug console, like most other R-Car Gen2 SoCs. Signed-off-by: Geert Uytterhoeven --- arch/arm/Kconfig.debug | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[renesas-drivers:topic/gen3-latest 911/1492] include/linux/module.h:213:27: error: '__mod_of__adv7482_of_ids_device_table' aliased to undefined symbol 'adv7482_of_ids'

2016-08-16 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/gen3-latest head: 88f41090789e9cdfe3715fb77bd9542b75536d60 commit: c585bda5a818d6c75430e57587c7e529395ddfbf [911/1492] [media] i2c: adv7482: add adv7482 driver config: i386-allmodconfig (attached as

Re: [PATCH] sh-sci: fix transition from noflow to HW flow control

2016-08-16 Thread Baumann, Christoph (C.)
Hi Geert, > > On calling close() sci_set_mctrl() and sci_shutdown() are called > in this order. > > OK, so it works on subsequent uses as the flag is kept in .c_cflag? yes, indeed. If you close the port and open it again, the settings are correct and communication works. Unfortunately e.g.

Re: [PATCH] sh-sci: fix transition from noflow to HW flow control

2016-08-16 Thread Geert Uytterhoeven
Hi Christoph, On Tue, Aug 16, 2016 at 11:36 AM, Baumann, Christoph (C.) wrote: >> Which port are you using? SCIF or HSCIF? > > just SCIF > >> You mean sci_set_mctrl() isn't called by the serial core after >> sci_set_termios()? >> >> However, uart_set_termios() calls both

Re: [PATCH] pinctrl: sh-pfc: r8a7795: Add DU support

2016-08-16 Thread Geert Uytterhoeven
On Fri, Aug 12, 2016 at 11:14 AM, Laurent Pinchart wrote: > Only the DU parallel RGB output signals are included, HDMI and TCON pins > will be added in separate groups. > > Signed-off-by: Laurent Pinchart

Re: [PATCH] arm64: dts: renesas: salvator-x: Configure pins for the DU RGB output

2016-08-16 Thread Geert Uytterhoeven
On Fri, Aug 12, 2016 at 11:18 AM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert --

Re: [PATCH 19/26] ARM: dts: r8a7794: add MSTP5 clocks

2016-08-16 Thread Simon Horman
On Mon, Aug 15, 2016 at 08:56:05PM +0300, Sergei Shtylyov wrote: > Hello. > > On 08/15/2016 11:55 AM, Simon Horman wrote: > > >From: Sergei Shtylyov > > > >Add some MSTP5 clocks to the R8A7794 device tree. > > > >Signed-off-by: Sergei Shtylyov

Re: [PATCH] ARM: dts: r8a7794: add VSP1 support

2016-08-16 Thread Geert Uytterhoeven
On Mon, Aug 15, 2016 at 11:52 PM, Sergei Shtylyov wrote: > Describe two instances (VSPS and VSPD0) of the VSP1 in the R8A7794 device > tree. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven

Re: [PATCH] sh-sci: fix transition from noflow to HW flow control

2016-08-16 Thread Geert Uytterhoeven
Hi Christoph, On Mon, Aug 15, 2016 at 1:20 PM, Baumann, Christoph (C.) wrote: > working on getting RTS/CTS run on r8a7795 I had some annoying issues. Which port are you using? SCIF or HSCIF? > Measuring with a scope showed that RTS would become low on opening the tty >