[PATCH v6] media: platform: Renesas IMR driver

2017-06-23 Thread Sergei Shtylyov
From: Konstantin Kozhevnikov The image renderer, or the distortion correction engine, is a drawing processor with a simple instruction system capable of referencing video capture data or data in an external memory as the 2D texture data and performing texture mapping and drawing with respect to a

Re: [PATCH v2] i2c: algo-bit: add support for I2C_M_STOP

2017-06-23 Thread Wolfram Sang
> > > + bit_dbg(3, &i2c_adap->dev, > > > + "emitting enforced stop/start > > > condition\n"); > > > > Go ahead, fine with me. Did so and applied to for-next, thanks! signature.asc Description: PGP signature

Re: [PATCH] i2c: rcar: document HW incapabilities

2017-06-23 Thread Wolfram Sang
On Mon, Jun 19, 2017 at 11:41:46PM +0200, Wolfram Sang wrote: > Add recent findings (IGNORE_NAK) and document in a bit more detail why > the feature is not possible. > > Signed-off-by: Wolfram Sang Applied to for-next, thanks! signature.asc Description: PGP signature

Re: [PATCH/RFC] phy: renesas: rcar-gen3-usb2-clksel: Add R-Car Gen3 USB 2.0 clock selector PHY

2017-06-23 Thread Rob Herring
On Thu, Jun 15, 2017 at 08:34:22PM +0900, Yoshihiro Shimoda wrote: > USB 2.0 PHY of R-Car Gen3 can change the clock source from an oscillator > to an external clock via a register. So, this patch adds support > the clock source selector as a generic PHY driver. > > Signed-off-by: Yoshihiro Shimoda

Applied "ASoC: audio-graph-scu-card: support 2nd codec endpoint on DT" to the asoc tree

2017-06-23 Thread Mark Brown
The patch ASoC: audio-graph-scu-card: support 2nd codec endpoint on DT has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours

Applied "ASoC: audio-graph-scu-card: tidyup asoc_simple_card_canonicalize_cpu() parameter" to the asoc tree

2017-06-23 Thread Mark Brown
The patch ASoC: audio-graph-scu-card: tidyup asoc_simple_card_canonicalize_cpu() parameter has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime

Applied "ASoC: audio-graph-card: tidyup asoc_simple_card_canonicalize_cpu() parameter" to the asoc tree

2017-06-23 Thread Mark Brown
The patch ASoC: audio-graph-card: tidyup asoc_simple_card_canonicalize_cpu() parameter has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in t

RE: [PATCH] arm64: dts: r8a7795: Add DRIF support

2017-06-23 Thread Ramesh Shanmugasundaram
Hi Simon, > Subject: Re: [PATCH] arm64: dts: r8a7795: Add DRIF support > > On Fri, Jun 23, 2017 at 10:13:20AM +0100, Ramesh Shanmugasundaram wrote: > > Adds the DRIF controller nodes for r8a7795. > > > > Signed-off-by: Ramesh Shanmugasundaram > > > > --- > > Hi Simon, > > > >This patch is ba

Re: [PATCH 1/6] v4l: vsp1: Remove WPF vertical flip support on VSP2-B[CD] and VSP2-D

2017-06-23 Thread Laurent Pinchart
Hi Hans, On Friday 23 Jun 2017 11:10:45 Hans Verkuil wrote: > On 06/19/17 13:18, Hans Verkuil wrote: > > On 06/19/2017 01:16 PM, Laurent Pinchart wrote: > >> On Thursday 15 Jun 2017 10:53:33 Hans Verkuil wrote: > >>> On 06/15/17 10:24, Laurent Pinchart wrote: > The WPF vertical flip is only s

Re: [PATCH] PCI: rcar-gen2: make of_device_ids const

2017-06-23 Thread Simon Horman
On Fri, Jun 23, 2017 at 02:59:52PM +0530, Arvind Yadav wrote: > of_device_ids are not supposed to change at runtime. All functions > working with of_device_ids provided by work with const > of_device_ids. So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav Acked-by: Simon Ho

Re: [PATCH] arm64: dts: r8a7795: Add DRIF support

2017-06-23 Thread Simon Horman
On Fri, Jun 23, 2017 at 10:13:20AM +0100, Ramesh Shanmugasundaram wrote: > Adds the DRIF controller nodes for r8a7795. > > Signed-off-by: Ramesh Shanmugasundaram > > --- > Hi Simon, > >This patch is based on renesas-devel-20170622-v4.12-rc6 tag. >It is verified on both H3 ES1.1 and ES2.

[PATCH] dt-bindings: media: Add r8a7796 DRIF bindings

2017-06-23 Thread Ramesh Shanmugasundaram
Add r8a7796 DRIF bindings. Signed-off-by: Ramesh Shanmugasundaram --- Hi DT & Media maintainers, All, This patch adds DRIF bindings for R8A7796 SoC. It is based on media_tree - commit 76724b30f222 Thanks, Ramesh. Documentation/devicetree/bindings/media/renesas,drif.txt | 1 + 1 file cha

[PATCH] PCI: rcar-gen2: make of_device_ids const

2017-06-23 Thread Arvind Yadav
of_device_ids are not supposed to change at runtime. All functions working with of_device_ids provided by work with const of_device_ids. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/pci/host/pci-rcar-gen2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] arm64: dts: r8a7795: Add DRIF support

2017-06-23 Thread Ramesh Shanmugasundaram
Adds the DRIF controller nodes for r8a7795. Signed-off-by: Ramesh Shanmugasundaram --- Hi Simon, This patch is based on renesas-devel-20170622-v4.12-rc6 tag. It is verified on both H3 ES1.1 and ES2.0 SoC revisions. The bindings[1] and the driver[2] were pushed into the media_tree.

Re: [PATCH 1/6] v4l: vsp1: Remove WPF vertical flip support on VSP2-B[CD] and VSP2-D

2017-06-23 Thread Hans Verkuil
On 06/19/17 13:18, Hans Verkuil wrote: > On 06/19/2017 01:16 PM, Laurent Pinchart wrote: >> Hi Hans, >> >> On Thursday 15 Jun 2017 10:53:33 Hans Verkuil wrote: >>> On 06/15/17 10:24, Laurent Pinchart wrote: The WPF vertical flip is only supported on Gen3 SoCs on the VSP2-I. Don't enable i

Re: [PATCH v6 2/8] dt-bindings: pinctrl: Add RZ/A1 bindings doc

2017-06-23 Thread jmondi
Hi Rob, On Thu, Jun 22, 2017 at 04:09:17PM -0500, Rob Herring wrote: > On Thu, Jun 22, 2017 at 04:54:30PM +0200, Jacopo Mondi wrote: > > Add device tree bindings documentation for Renesas RZ/A1 gpio and pin > > controller. > > > > Signed-off-by: Jacopo Mondi > > --- > > .../bindings/pinctrl/rene

Re: [PATCH v5 2/2] arm64: dts: renesas: salvator-x: Add ADV7482 support

2017-06-23 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Wednesday 14 Jun 2017 20:58:13 Kieran Bingham wrote: > From: Kieran Bingham > > The Salvator boards use an ADV7482 receiver for HDMI and CVBS inputs. > > Provide ADV7482 node on the i2c4 bus, along with connectors for the > hdmi and cvbs inputs, and link