Re: [PATCH 0/2] of: overlay: Crash fix and improvement

2017-12-11 Thread Frank Rowand
On 12/09/17 01:04, Geert Uytterhoeven wrote: > Hi Frank, > > On Sat, Dec 9, 2017 at 7:01 AM, Frank Rowand wrote: >> On 12/08/17 05:13, Geert Uytterhoeven wrote: >>> This patch series fixes memory corruption when applying overlays. >>> I first noticed this when using OF

Re: [PATCH v2 2/3] PM / core: Add IN_BAND_WAKEUP driver flag

2017-12-11 Thread Ulf Hansson
On 11 December 2017 at 11:48, Geert Uytterhoeven wrote: > Hi Ulf, > > On Mon, Dec 11, 2017 at 11:24 AM, Ulf Hansson wrote: >> On 10 December 2017 at 11:16, Geert Uytterhoeven >> wrote: >>> On Sun, Dec 10, 2017 at 3:30 AM,

Re: [PATCH v2 13/14] drm: rcar-du: Restrict DPLL duty cycle workaround to H3 ES1.x

2017-12-11 Thread Laurent Pinchart
Hi Kieran, I found this e-mail already written and sitting in my outbox, so even if it's quite outdated I decided to still send it. On Tuesday 01 Aug 2017 15:06:20 Kieran Bingham wrote: > On 26/06/17 19:12, Laurent Pinchart wrote: > > The H3 ES1.x exhibits dot clock duty cycle stability issues.

Re: [PATCH] Revert "ravb: add workaround for clock when resuming with WoL enabled"

2017-12-11 Thread Sergei Shtylyov
Hello! On 12/11/2017 11:54 AM, Geert Uytterhoeven wrote: This reverts commit fbf3d034f2ff6264183cfa6845770e8cc2a986c8. As of commit 560869100b99a3da ("clk: renesas: cpg-mssr: Restore module clocks during resume"), the workaround is no longer needed. Signed-off-by: Geert Uytterhoeven

Re: [PATCH v12 2/2] rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver

2017-12-11 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Wednesday, 29 November 2017 21:32:35 EET Niklas Söderlund wrote: > A V4L2 driver for Renesas R-Car MIPI CSI-2 receiver. The driver > supports the rcar-vin driver on R-Car Gen3 SoCs where separate CSI-2 The driver supports the driver ? > hardware blocks

Re: [PATCH v12 1/2] rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver documentation

2017-12-11 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Wednesday, 29 November 2017 21:32:34 EET Niklas Söderlund wrote: > Documentation for Renesas R-Car MIPI CSI-2 receiver. The CSI-2 receivers > are located between the video sources (CSI-2 transmitters) and the video > grabbers (VIN) on Gen3 of Renesas R-Car

Re: [PATCH v3] net: sh_eth: do not advertise Gigabit capabilities when not available

2017-12-11 Thread David Miller
From: Thomas Petazzoni Date: Fri, 8 Dec 2017 16:35:40 +0100 > Not all variants of the sh_eth hardware have Gigabit > support. Unfortunately, the current driver doesn't tell the PHY about > the limited MAC capabilities. Due to this, if you have a Gigabit >

Re: [PATCH v1 03/10] v4l: platform: Add Renesas CEU driver

2017-12-11 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wednesday, 15 November 2017 12:55:56 EET Jacopo Mondi wrote: > Add driver for Renesas Capture Engine Unit (CEU). > > The CEU interface supports capturing 'data' (YUV422) and 'images' > (NV[12|21|16|61]). > > This driver aims to replace the soc_camera

Re: [PATCH v1 03/10] v4l: platform: Add Renesas CEU driver

2017-12-11 Thread Laurent Pinchart
Hi Sakari, On Friday, 17 November 2017 02:36:51 EET Sakari Ailus wrote: > On Wed, Nov 15, 2017 at 03:25:11PM +0100, jacopo mondi wrote: > > On Wed, Nov 15, 2017 at 02:45:51PM +0200, Sakari Ailus wrote: > >> Hi Jacopo, > >> > >> Could you remove the original driver and send the patch using git >

Re: [PATCH v1 10/10] media: i2c: tw9910: Remove soc_camera dependencies

2017-12-11 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wednesday, 15 November 2017 12:56:03 EET Jacopo Mondi wrote: > Remove soc_camera framework dependencies from tw9910 sensor driver. > - Handle clock directly > - Register async subdevice > - Add platform specific enable/disable functions > - Adjust build

Re: [PATCH v1 09/10] v4l: i2c: Copy tw9910 soc_camera sensor driver

2017-12-11 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wednesday, 15 November 2017 12:56:02 EET Jacopo Mondi wrote: > Copy the soc_camera based driver in v4l2 sensor driver directory. > This commit just copies the original file without modifying it. As for patch 07/10, you might want to explain why you're not

Re: [PATCH v1 07/10] v4l: i2c: Copy ov772x soc_camera sensor driver

2017-12-11 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wednesday, 15 November 2017 12:56:00 EET Jacopo Mondi wrote: > Copy the soc_camera based driver in v4l2 sensor driver directory. > This commit just copies the original file without modifying it. You might want to explain why you're not patching the Kconfig

Re: [PATCH v1 08/10] media: i2c: ov772x: Remove soc_camera dependencies

2017-12-11 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wednesday, 15 November 2017 12:56:01 EET Jacopo Mondi wrote: > Remove soc_camera framework dependencies from ov772x sensor driver. > - Handle clock directly > - Register async subdevice > - Add platform specific enable/disable functions > - Adjust build

Re: [PATCH v1 05/10] arch: sh: migor: Use new renesas-ceu camera driver

2017-12-11 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wednesday, 15 November 2017 12:55:58 EET Jacopo Mondi wrote: > Migo-R platform uses sh_mobile_ceu camera driver, which is now being > replaced by a proper V4L2 camera driver named 'renesas-ceu'. > > Move Migo-R platform to use the v4l2 renesas-ceu camera

Re: [PATCH v1 02/10] include: media: Add Renesas CEU driver interface

2017-12-11 Thread Laurent Pinchart
Hi Jacopo, On Monday, 11 December 2017 16:26:27 EET Laurent Pinchart wrote: > On Wednesday, 15 November 2017 14:36:33 EET Sakari Ailus wrote: > > On Wed, Nov 15, 2017 at 11:55:55AM +0100, Jacopo Mondi wrote: > >> Add renesas-ceu header file. > >> > >> Do not remove the existing sh_mobile_ceu.h

Re: [PATCH v1 02/10] include: media: Add Renesas CEU driver interface

2017-12-11 Thread Laurent Pinchart
Hi Sakari, On Wednesday, 15 November 2017 14:36:33 EET Sakari Ailus wrote: > On Wed, Nov 15, 2017 at 11:55:55AM +0100, Jacopo Mondi wrote: > > Add renesas-ceu header file. > > > > Do not remove the existing sh_mobile_ceu.h one as long as the original > > driver does not go away. > > Hmm. This

Re: [PATCH v1 01/10] dt-bindings: media: Add Renesas CEU bindings

2017-12-11 Thread Laurent Pinchart
Hello, On Wednesday, 15 November 2017 14:33:12 EET Sakari Ailus wrote: > On Wed, Nov 15, 2017 at 11:55:54AM +0100, Jacopo Mondi wrote: > > Add bindings documentation for Renesas Capture Engine Unit (CEU). > > > > Signed-off-by: Jacopo Mondi > > --- > > > >

Re: [PATCH] Revert "ravb: add workaround for clock when resuming with WoL enabled"

2017-12-11 Thread Niklas Söderlund
Hi Geert, Thanks for your patch. Feels good to get rid of this hack :-) On 2017-12-11 09:54:09 +0100, Geert Uytterhoeven wrote: > This reverts commit fbf3d034f2ff6264183cfa6845770e8cc2a986c8. > > As of commit 560869100b99a3da ("clk: renesas: cpg-mssr: Restore module > clocks during resume"),

RE: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a7743

2017-12-11 Thread Biju Das
Hi Bjorn Helgaas, Does this patch look okay to you? Regards, Biju > -Original Message- > From: Biju Das [mailto:biju@bp.renesas.com] > Sent: 14 November 2017 09:59 > To: Bjorn Helgaas ; Rob Herring > ; Mark Rutland >

Re: [PATCH v2 2/3] PM / core: Add IN_BAND_WAKEUP driver flag

2017-12-11 Thread Geert Uytterhoeven
Hi Ulf, On Mon, Dec 11, 2017 at 11:24 AM, Ulf Hansson wrote: > On 10 December 2017 at 11:16, Geert Uytterhoeven wrote: >> On Sun, Dec 10, 2017 at 3:30 AM, Rafael J. Wysocki >> wrote: >>> On Monday, November 13, 2017 4:46:42 PM

Re: [PATCH v2 2/3] PM / core: Add IN_BAND_WAKEUP driver flag

2017-12-11 Thread Ulf Hansson
On 10 December 2017 at 11:16, Geert Uytterhoeven wrote: > Hi Rafael, Ulf, > > On Sun, Dec 10, 2017 at 3:30 AM, Rafael J. Wysocki wrote: >> On Monday, November 13, 2017 4:46:42 PM CET Ulf Hansson wrote: >>> For some bus types and PM domains, it's not

[PATCH] Revert "ravb: add workaround for clock when resuming with WoL enabled"

2017-12-11 Thread Geert Uytterhoeven
This reverts commit fbf3d034f2ff6264183cfa6845770e8cc2a986c8. As of commit 560869100b99a3da ("clk: renesas: cpg-mssr: Restore module clocks during resume"), the workaround is no longer needed. Signed-off-by: Geert Uytterhoeven ---