Re: [PATCH v2 01/13] devicetree/bindings: display: Document common panel properties

2016-11-22 Thread Laurent Pinchart
Hi Rob, On Monday 21 Nov 2016 10:48:15 Rob Herring wrote: > On Sat, Nov 19, 2016 at 05:28:01AM +0200, Laurent Pinchart wrote: > > Document properties common to several display panels in a central > > location that can be referenced by the panel device tree bindings. > > Looks good. Just one comme

Re: [GIT PULL] Second Round of Renesas ARM Based SoC Updates for v4.10

2016-11-22 Thread Geert Uytterhoeven
Hi Olof, On Mon, Nov 21, 2016 at 5:35 PM, Olof Johansson wrote: > On Mon, Nov 21, 2016 at 8:27 AM, Geert Uytterhoeven > wrote: >> On Mon, Nov 21, 2016 at 5:19 PM, Olof Johansson wrote: >>> On Mon, Nov 21, 2016 at 1:31 AM, Geert Uytterhoeven >>> wrote: On Sat, Nov 19, 2016 at 2:28 AM, Olof

Re: [PATCH v2 02/13] devicetree/bindings: display: Add bindings for LVDS panels

2016-11-22 Thread Thierry Reding
On Sat, Nov 19, 2016 at 05:28:02AM +0200, Laurent Pinchart wrote: > LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. > Multiple incompatible data link layers have been used over time to > transmit image data to LVDS panels. This binding supports display panels > compatible with

Re: [PATCH v2 01/13] devicetree/bindings: display: Document common panel properties

2016-11-22 Thread Thierry Reding
On Sat, Nov 19, 2016 at 05:28:01AM +0200, Laurent Pinchart wrote: > Document properties common to several display panels in a central > location that can be referenced by the panel device tree bindings. > > Signed-off-by: Laurent Pinchart > --- > .../bindings/display/panel/panel-common.txt

Re: [PATCH v2 06/13] drm: panels: Add LVDS panel driver

2016-11-22 Thread Thierry Reding
On Sat, Nov 19, 2016 at 05:28:06AM +0200, Laurent Pinchart wrote: > This driver supports LVDS panels that don't require device-specific > handling of power supplies or control signals. It implements automatic > backlight handling if the panel is attached to a backlight controller. > > Signed-off-b

Re: [PATCH 16/18] arm64: dts: h3ulcb: rename SDHI0 pins

2016-11-22 Thread Vladimir Barinov
Hi Sergei, On 21.11.2016 16:13, Sergei Shtylyov wrote: Hello. On 11/21/2016 03:05 PM, Simon Horman wrote: From: Vladimir Barinov This changes SDHI0 pin names for H3ULCB board Signed-off-by: Vladimir Barinov Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts |

Re: [PATCH 16/18] arm64: dts: h3ulcb: rename SDHI0 pins

2016-11-22 Thread Sergei Shtylyov
On 11/22/2016 2:22 PM, Vladimir Barinov wrote: From: Vladimir Barinov This changes SDHI0 pin names for H3ULCB board Signed-off-by: Vladimir Barinov Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | 8 1 file changed, 4 insertions(+), 4 deletions(-)

Re: [PATCH 16/18] arm64: dts: h3ulcb: rename SDHI0 pins

2016-11-22 Thread Vladimir Barinov
Hi Sergei, On 22.11.2016 14:40, Sergei Shtylyov wrote: On 11/22/2016 2:22 PM, Vladimir Barinov wrote: From: Vladimir Barinov This changes SDHI0 pin names for H3ULCB board Signed-off-by: Vladimir Barinov Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | 8 ++

Re: [PATCH v2 01/13] devicetree/bindings: display: Document common panel properties

2016-11-22 Thread Laurent Pinchart
Hi Thierry, On Tuesday 22 Nov 2016 12:05:48 Thierry Reding wrote: > On Sat, Nov 19, 2016 at 05:28:01AM +0200, Laurent Pinchart wrote: > > Document properties common to several display panels in a central > > location that can be referenced by the panel device tree bindings. > > > > Signed-off-by:

Re: [PATCH v2 06/13] drm: panels: Add LVDS panel driver

2016-11-22 Thread Laurent Pinchart
Hi Thierry, On Tuesday 22 Nov 2016 12:14:57 Thierry Reding wrote: > On Sat, Nov 19, 2016 at 05:28:06AM +0200, Laurent Pinchart wrote: > > This driver supports LVDS panels that don't require device-specific > > handling of power supplies or control signals. It implements automatic > > backlight han

Re: [PATCH v2 02/13] devicetree/bindings: display: Add bindings for LVDS panels

2016-11-22 Thread Laurent Pinchart
Hi Thierry, On Tuesday 22 Nov 2016 12:02:41 Thierry Reding wrote: > On Sat, Nov 19, 2016 at 05:28:02AM +0200, Laurent Pinchart wrote: > > LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. > > Multiple incompatible data link layers have been used over time to > > transmit image

[PATCH 3/3] clk: renesas: r8a7796: Add CAN FD peripheral clock

2016-11-22 Thread Chris Paterson
Signed-off-by: Ramesh Shanmugasundaram Signed-off-by: Chris Paterson --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c b/drivers/clk/renesas/r8a7796-cpg-mssr.c index b461383..a09d6f8 100644 --- a/drivers/clk/ren

[PATCH 2/3] clk: renesas: r8a7796: Add CANFD clock

2016-11-22 Thread Chris Paterson
Signed-off-by: Ramesh Shanmugasundaram Signed-off-by: Chris Paterson --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c b/drivers/clk/renesas/r8a7796-cpg-mssr.c index 99b19ce..b461383 100644 --- a/drivers/clk/ren

[PATCH 1/3] clk: renesas: r8a7796: Add CAN peripheral clock

2016-11-22 Thread Chris Paterson
Signed-off-by: Ramesh Shanmugasundaram Signed-off-by: Chris Paterson --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c b/drivers/clk/renesas/r8a7796-cpg-mssr.c index 7d298c5..99b19ce 100644 --- a/drivers/clk/r

[PATCH 0/3] clk: renesas: r8a7796: Add CAN/CAN FD support

2016-11-22 Thread Chris Paterson
This patch series adds clk support for CAN and CAN FD to the r8a7796. Based on renesas-drivers-2016-11-15-v4.9-rc5. Chris Paterson (3): clk: renesas: r8a7796: Add CAN peripheral clock clk: renesas: r8a7796: Add CANFD clock clk: renesas: r8a7796: Add CAN FD peripheral clock drivers/clk/ren

[PATCH 1/2] pinctrl: sh-pfc: r8a7796: Add CAN support

2016-11-22 Thread Chris Paterson
This patch adds CAN[0-1] pinmux support to r8a7796 SoC. Signed-off-by: Ramesh Shanmugasundaram Signed-off-by: Chris Paterson --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 52 1 file changed, 52 insertions(+) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c b

[PATCH 2/2] pinctrl: sh-pfc: r8a7796: Add CAN FD support

2016-11-22 Thread Chris Paterson
This patch adds CAN FD[0-1] pinmux support to r8a7796 SoC. Signed-off-by: Ramesh Shanmugasundaram Signed-off-by: Chris Paterson --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 37 1 file changed, 37 insertions(+) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c

[PATCH 0/2] pinctrl: sh-pfc: r8a7796: Add CAN/CAN FD support

2016-11-22 Thread Chris Paterson
This patch series adds pinctrl support for CAN and CAN FD to the r8a7796. Based on renesas-drivers-2016-11-15-v4.9-rc5. Chris Paterson (2): pinctrl: sh-pfc: r8a7796: Add CAN support pinctrl: sh-pfc: r8a7796: Add CAN FD support drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 89 ++

Re: [PATCH] [media] v4l: vsp1: Fix format-info documentation

2016-11-22 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Thursday 09 Jun 2016 18:57:02 Kieran Bingham wrote: > Minor tweaks to document the swap register and make the documentation > match the struct ordering > > Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart and applied to my tree. > --- > dri

renesas-drivers-2016-11-22-v4.9-rc6

2016-11-22 Thread Geert Uytterhoeven
submission to maintainers into the development branch of Simon Horman's renesas.git tree. As we are currently focusing on a stable v4.9, no for-next branches of various subsystem trees have been included. Today's version is based on renesas-devel-20161122-v4.9-rc6. Included branches with d

[PATCH/RFC -next] net: phy: Fix double free in phy_detach()

2016-11-22 Thread Geert Uytterhoeven
During "poweroff" on sh73a0/kzm9g: WARNING: CPU: 0 PID: 1271 at drivers/base/devres.c:889 phy_detach+0x44/0x60 Modules linked in: CPU: 0 PID: 1271 Comm: halt Not tainted 4.9.0-rc6-kzm9g-05637-gb090128865050239 #823 Hardware name: Generic SH73A0 (Flattened Device Tree) [] (unwi

Re: [PATCH v2 01/13] devicetree/bindings: display: Document common panel properties

2016-11-22 Thread Rob Herring
On Tue, Nov 22, 2016 at 5:05 AM, Thierry Reding wrote: > On Sat, Nov 19, 2016 at 05:28:01AM +0200, Laurent Pinchart wrote: >> Document properties common to several display panels in a central >> location that can be referenced by the panel device tree bindings. >> >> Signed-off-by: Laurent Pinchar

Re: [GIT PULL] Second Round of Renesas ARM Based SoC Updates for v4.10

2016-11-22 Thread Olof Johansson
On Tue, Nov 22, 2016 at 1:56 AM, Geert Uytterhoeven wrote: > Hi Olof, > > On Mon, Nov 21, 2016 at 5:35 PM, Olof Johansson wrote: >> On Mon, Nov 21, 2016 at 8:27 AM, Geert Uytterhoeven >> wrote: >>> On Mon, Nov 21, 2016 at 5:19 PM, Olof Johansson wrote: On Mon, Nov 21, 2016 at 1:31 AM, Geer