Re: [PATCH] cpufreq: rcar: Add support for R8A7795 SoC

2017-08-15 Thread Viresh Kumar
On 14-08-17, 15:36, Geert Uytterhoeven wrote: > I'm still a bit confused about your original comment when introducing this > file with the ever-growing table of SoCs: > > "And for new platforms we may do things differently as they are going > to use opp-v2 bindings." > > Hence I was

Re: [PATCH] cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver

2017-08-15 Thread Viresh Kumar
On 11-08-17, 17:36, Simon Horman wrote: > From: Khiem Nguyen > > This patch adds the r8a7796 support the generic cpufreq driver > by adding an appropriate compat string. This is in keeping > with support for other Renesas ARM and arm64 based SoCs. > >

Re: [PATCH ] dt-bindings: net: ravb : Add support for r8a7745 SoC

2017-08-15 Thread David Miller
From: Biju Das <biju@bp.renesas.com> Date: Tue, 15 Aug 2017 15:40:20 +0100 > Add a new compatible string for the RZ/G1E (R8A7745) SoC. > > Signed-off-by: Biju Das <biju@bp.renesas.com> > --- > This patch is tested against linux-next tag next-20170815 > as well as net-next. Applied.

[ANN] R-Car DU Test Suite

2017-08-15 Thread Laurent Pinchart
Hello, In the spirit of the VSP unit test suite, new Python-based unit tests for the R-Car DU are now available at git://git.ideasonboard.com/renesas/kms-tests.git The http://elinux.org/R-Car/Devices wiki page has been updated to reference the unit test suite. The tests were written

[PATCH 0/3] R-Car DU: Clip planes to screen boundaries

2017-08-15 Thread Laurent Pinchart
Hello, This patch series fixes support for planes that cross the screen boundaries. The KMS API supports such a configuration, but the DU and VSP hardware doesn't. This leads to different kind of dispay artifacts or hangs. The series starts with a bit of refactoring to share existing code and

[PATCH 1/3] drm: rcar-du: Share plane atomic check code between Gen2 and Gen3

2017-08-15 Thread Laurent Pinchart
The plane atomic check implementation is identical on Gen2 (DU planes) and Gen3 (VSP planes), but two separate functions exist as they operate on different data structures. Refactor the code to share the implementation. Signed-off-by: Laurent Pinchart

[PATCH 2/3] drm: rcar-du: Reject planes located fully off-screen

2017-08-15 Thread Laurent Pinchart
There is no point in accepting fully off-screen planes as they won't be displayed. Reject them in the atomic check. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_plane.c | 16 1 file changed, 16 insertions(+)

[PATCH 3/3] drm: rcar-du: Clip planes to screen boundaries

2017-08-15 Thread Laurent Pinchart
Unlike the KMS API, the hardware doesn't support planes exceeding the screen boundaries. Clip plane coordinates to support the use case. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_plane.c | 66 +

[PATCH] v4l: vsp1: Start and stop DRM pipeline independently of planes

2017-08-15 Thread Laurent Pinchart
The KMS API supports enabling a CRTC without any plane. To enable that use case, we need to start the pipeline when configuring the LIF, instead of when enabling the first plane. Signed-off-by: Laurent Pinchart ---

Re: [PATCH v2 0/2] PCI: rcar-pcie: Fix memory leak

2017-08-15 Thread Bjorn Helgaas
On Fri, Aug 04, 2017 at 12:32:53PM +0900, Harunobu Kurokawa wrote: > When no PCIe card is inserted, there is a memory leak as > pci_free_resource_list is not called before returning. > > v2: > separate the patch to two files. > > Harunobu Kurokawa (1): > PCI: rcar-pcie: Fix memory leak when

[PATCH] dt-bindings: mmc: sh_mmcif: Document r8a7745 DT bindings

2017-08-15 Thread Fabrizio Castro
Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH 1/4] v4l: async: fix unbind error in v4l2_async_notifier_unregister()

2017-08-15 Thread Sakari Ailus
On Mon, Jul 31, 2017 at 12:31:55AM +0200, Niklas Söderlund wrote: > The call to v4l2_async_cleanup() will set sd->asd to NULL so passing it > to notifier->unbind() have no effect and leaves the notifier confused. > Call the unbind() callback prior to cleaning up the subdevice to avoid > this. > >

Re: [PATCH 4/4] v4l: async: add comment about re-probing to v4l2_async_notifier_unregister()

2017-08-15 Thread Sakari Ailus
Hi Niklas, Thanks for the patchset. On Mon, Jul 31, 2017 at 12:31:58AM +0200, Niklas Söderlund wrote: > The re-probing of subdevices when unregistering a notifier is tricky to > understand, and implemented somewhat as a hack. Add a comment trying to > explain why the re-probing is needed in the

Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support

2017-08-15 Thread Sergei Shtylyov
On 08/15/2017 07:00 PM, Simon Horman wrote: Define the generic R8A7745 part of the PFC device node. Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven It looks like the dependencies for this patch are met now [1].

Re: [PATCH] arm64: dts: renesas: r8a7795: correct whitespace of companion property

2017-08-15 Thread Simon Horman
On Tue, Aug 08, 2017 at 09:39:12AM +0200, Simon Horman wrote: > Fixes: 4dad6dcdae7b ("arm64: dts: renesas: r8a7795: add usb2.0 host ch3 > device nodes") > Fixes: 1c422b4c501e ("arm64: dts: renesas: r8a7795: Add usb companion > property in EHCI") > Signed-off-by: Simon Horman

Re: [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.14

2017-08-15 Thread Arnd Bergmann
On Mon, Jul 31, 2017 at 5:02 PM, Simon Horman wrote: > > Renesas ARM64 Based SoC Defconfig Updates for v4.14 > > * compile ak4613 and renesas sound as modules > > This is intended to reduce the size of

Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support

2017-08-15 Thread Simon Horman
On Tue, Aug 15, 2017 at 01:39:56PM +0300, Sergei Shtylyov wrote: > On 8/15/2017 11:47 AM, Chris Paterson wrote: > > >>>Define the generic R8A7745 part of the PFC device node. > >>> > >>>Signed-off-by: Sergei Shtylyov > >> > >>Reviewed-by: Geert Uytterhoeven

Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.14

2017-08-15 Thread Arnd Bergmann
On Mon, Jul 31, 2017 at 5:03 PM, Simon Horman wrote: > > Renesas ARM Based SoC Defconfig Updates for v4.14 > > * Enable DMA for Renesas serial ports > > Geert Uytterhoeven says, "DMA for (H)SCIF(A|B)

Re: [PATCH v2 0/2] PCI: rcar-pcie: Fix memory leak

2017-08-15 Thread Simon Horman
On Mon, Aug 14, 2017 at 04:11:14PM -0500, Bjorn Helgaas wrote: > On Fri, Aug 04, 2017 at 12:32:53PM +0900, Harunobu Kurokawa wrote: > > When no PCIe card is inserted, there is a memory leak as > > pci_free_resource_list is not called before returning. > > > > v2: > > separate the patch to two

Re: [PATCH 1/2] ARM: dts: iwg20d-q7: Add RTC support

2017-08-15 Thread Simon Horman
On Mon, Aug 14, 2017 at 02:26:08PM +, Biju Das wrote: > > > > -Original Message- > > From: geert.uytterhoe...@gmail.com [mailto:geert.uytterhoe...@gmail.com] > > On Behalf Of Geert Uytterhoeven > > Sent: 14 August 2017 15:12 > > To: Biju Das > > Cc: Rob

Re: [PATCH ] dt-bindings: net: ravb : Add support for r8a7745 SoC

2017-08-15 Thread Sergei Shtylyov
On 08/15/2017 05:40 PM, Biju Das wrote: Add a new compatible string for the RZ/G1E (R8A7745) SoC. Signed-off-by: Biju Das Acked-by: Sergei Shtylyov [...] MBR, Sergei

Re: [PATCH v2 1/3] ARM: dts: r8a7790: Use R-Car SATA Gen2 fallback compat string

2017-08-15 Thread Simon Horman
On Mon, Aug 14, 2017 at 03:57:59PM +0200, Geert Uytterhoeven wrote: > On Wed, Aug 9, 2017 at 10:26 AM, Simon Horman > wrote: > > Use newly added R-Car SATA Gen2 fallback compat string > > in the DT of the r8a7790 SoC. > > > > This should have no run-time effect as the

[PATCH ] dt-bindings: net: ravb : Add support for r8a7745 SoC

2017-08-15 Thread Biju Das
Add a new compatible string for the RZ/G1E (R8A7745) SoC. Signed-off-by: Biju Das <biju@bp.renesas.com> --- This patch is tested against linux-next tag next-20170815 as well as net-next. Documentation/devicetree/bindings/net/renesas,ravb.txt | 1 + 1 file changed, 1 insertion(+) diff

Re: [PATCH V3 1/2] mfd: Add ROHM BD9571MWV-M PMIC DT bindings

2017-08-15 Thread Lee Jones
On Tue, 02 May 2017, Marek Vasut wrote: > Add DT bindings for the ROHM BD9571MWV-M PMIC. This PMIC has > the following features: > - multiple voltage monitors for 1V8, 2V5, 3V3 voltage rail > - one voltage regulator for DVFS > - two GPIOs > > Signed-off-by: Marek Vasut

[PATCH 2/2] drm: rcar-du: Don't set connector DPMS property

2017-08-15 Thread Laurent Pinchart
Since commit 4a97a3da420b ("drm: Don't update property values for atomic drivers") atomic drivers must not update property values as properties are read from the state instead. To catch remaining users, the drm_object_property_set_value() function now throws a warning when called by atomic drivers

[PATCH 2/2] ARM: dts: iwg22d-sodimm: Add support for iWave G22D-SODIMM board

2017-08-15 Thread Biju Das
Add support for iWave RainboW-G22D-SODIMM board based on RZ/G1E. Signed-off-by: Biju Das --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts | 29 + 2 files changed, 30 insertions(+) create

[PATCH 0/2] ARM: dts: Add iWave RZ/G1E board support

2017-08-15 Thread Biju Das
Hello, This series aims to add iWave RZ/G1E (R8A7745) based RainboW-G22M-SM SODIMM SoM and RainboW-G22D board support. This series has been tested against linux-next tag next-20170815 as well as renesas-dev tag 20170814-v4.13-rc5 This patch has documentation dependency on below patches

[PATCH 1/2] ARM: dts: iwg22m: Add iWave RZG1E SODIMM SOM

2017-08-15 Thread Biju Das
Add support for iWave RZG1E SODIMM System On Module. http://www.iwavesystems.com/rz-g1e-sodimm-module.html Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7745-iwg22m.dtsi | 24 1 file changed, 24 insertions(+) create mode 100644

Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support

2017-08-15 Thread Sergei Shtylyov
On 8/15/2017 11:47 AM, Chris Paterson wrote: Define the generic R8A7745 part of the PFC device node. Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven It looks like the dependencies for this patch are met now [1].

Re: [PATCH v2 3/3] usb: gadget: udc: renesas_usb3: add support for R-Car M3-W

2017-08-15 Thread Felipe Balbi
Hi, Rob Herring writes: > On Fri, Aug 04, 2017 at 11:16:58AM +0900, Yoshihiro Shimoda wrote: >> This patch adds support for R-Car M3-W. This patch also adds R-Car >> Gen3 generic version's compatible and changes ".compatible" in >> the usb3_of_match from

RE: [PATCH 1/3] ARM: dts: r8a7745: add PFC support

2017-08-15 Thread Chris Paterson
Hello Simon, > From: linux-renesas-soc-ow...@vger.kernel.org [mailto:linux-renesas-soc- > ow...@vger.kernel.org] On Behalf Of Geert Uytterhoeven > Sent: 20 April 2017 15:09 > To: Sergei Shtylyov > Cc: Simon Horman ; Rob Herring >