Re: [PATCHv4] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-11-15 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Saturday 12 Nov 2016 13:29:11 Niklas Söderlund wrote: > A V4L2 driver for Renesas R-Car MIPI CSI-2 interface. The driver > supports the rcar-vin driver on R-Car Gen3 SoCs where a separate driver > is needed to receive CSI-2. > > Driver is based on a prototy

Re: [PATCHv4] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-11-15 Thread Geert Uytterhoeven
On Sat, Nov 12, 2016 at 1:29 PM, Niklas Söderlund wrote: > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/rcar-csi2.txt > +The device node should contain two 'port' child nodes according to the > +bindings defined in Documentation/devicetree/bindings/media/ > +video-interfaces.txt.

Re: [PATCHv4] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-11-14 Thread Geert Uytterhoeven
On Sat, Nov 12, 2016 at 1:29 PM, Niklas Söderlund wrote: > +Example: > + > +/* SoC properties */ > + > +csi20: csi2@fea8 { > +compatible = "renesas,r8a7795-csi2"; 7795 > +reg = <0 0xfea8 0 0x1>; > +interrupts = <0 184 IRQ_TYPE_L

[PATCHv4] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-11-12 Thread Niklas Söderlund
A V4L2 driver for Renesas R-Car MIPI CSI-2 interface. The driver supports the rcar-vin driver on R-Car Gen3 SoCs where a separate driver is needed to receive CSI-2. Driver is based on a prototype by Koji Matsuoka in the Renesas BSP. Signed-off-by: Niklas Söderlund --- Changes since v3: - Update