RE: [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1

2019-03-01 Thread Fabrizio Castro
gt; The VIN module of RZ/G2M is similar to R-Car M3-W. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > drivers/media/platform/rcar-vin/rcar-core.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/media/platform/rcar-vin/rcar-core.c

RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support

2019-03-01 Thread Fabrizio Castro
74a1 support > > Document RZ/G2M (R8A774A1) SoC bindings. > > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/media/rcar_vin.txt | 5 +++-- > 1 file changed, 3 inser

RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1

2019-03-01 Thread Fabrizio Castro
> Add the MIPI CSI-2 driver support for RZ/G2M(r8a774a1) SoC. > The CSI-2 module of RZ/G2M is similar to R-Car M3-W. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > drivers/media/platform/rcar-vin/rcar-csi2.c | 4 > 1 file changed, 4 insertions(+) &

RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support

2019-03-01 Thread Fabrizio Castro
dings. > > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff

RE: [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1

2019-01-21 Thread Fabrizio Castro
riginal Message- > > From: Biju Das > > Sent: 10 September 2018 15:31 > > To: Mauro Carvalho Chehab > > Cc: Biju Das ; Niklas Söderlund > > ; linux-media@vger.kernel.org; linux- > > renesas-...@vger.kernel.org; Simon Horman ; Geert > > Uytterhoeven ; C

RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support

2019-01-21 Thread Fabrizio Castro
Hello Mauro, This is a gentle reminder. Thanks, Fab > From: Fabrizio Castro > Sent: 08 November 2018 14:26 > Subject: RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 > support > > Hello Mauro, > > Does this patch look ok to you? > > Thanks, >

RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1

2019-01-21 Thread Fabrizio Castro
Hello Mauro, This is a gentle reminder. Thanks, Fab > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Fabrizio Castro > Sent: 08 November 2018 14:24 > Subject: RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1 > > Hello Mauro, > > Does t

RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support

2019-01-21 Thread Fabrizio Castro
Hello Mauro, This is a gentle reminder. Thanks, Fab > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Fabrizio Castro > Sent: 08 November 2018 14:19 > Subject: RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 > support > > Hello Mauro, >

[PATCH] media: rcar-csi2: Add support for RZ/G2E

2018-12-13 Thread Fabrizio Castro
According to the RZ/G2 User's manual, RZ/G2E and R-Car E3 CSI-2 blocks are identical, therefore use R-Car E3 definitions to add RZ/G2E support. Signed-off-by: Fabrizio Castro --- drivers/media/platform/rcar-vin/rcar-csi2.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/

[PATCH] media: dt-bindings: rcar-vin: Add R8A774C0 support

2018-12-13 Thread Fabrizio Castro
Add the compatible string for RZ/G2E (a.k.a. R8A774C0) to the list of SoCs supported by rcar-vin driver. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/media/rcar_vin.txt | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree

[PATCH] [media] v4l: vsp1: Add RZ/G support

2018-12-13 Thread Fabrizio Castro
Document RZ/G1 and RZ/G2 support. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/media/renesas,vsp1.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.txt b/Documentation/devicetree/bindings

[PATCH] media: rcar-vin: Add support for RZ/G2E

2018-12-13 Thread Fabrizio Castro
According to the RZ/G2 User's manual, RZ/G2E and R-Car E3 VIN blocks are identical, therefore use R-Car E3 definitions to add RZ/G2E support. Signed-off-by: Fabrizio Castro --- drivers/media/platform/rcar-vin/rcar-core.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/

[PATCH] media: dt-bindings: rcar-csi2: Add r8a774c0

2018-12-13 Thread Fabrizio Castro
Add the compatible string for RZ/G2E (a.k.a. R8A774C0) to the list of supported SoCs. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media

[PATCH] dt-bindings: media: renesas-fcp: Add RZ/G2 support

2018-12-13 Thread Fabrizio Castro
Document RZ/G2 support. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/media/renesas,fcp.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/media/renesas,fcp.txt b/Documentation/devicetree/bindings/media/renesas

RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support

2018-11-08 Thread Fabrizio Castro
Thank you Simon for getting back to me. Cheers, Fab > Subject: Re: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 > support > > On Thu, Nov 08, 2018 at 12:52:30PM +0000, Fabrizio Castro wrote: > > Dear All, > > > > Who is the best person to take thi

RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support

2018-11-08 Thread Fabrizio Castro
74A1) SoC bindings. > > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/media/rcar_vin.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff

RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1

2018-11-08 Thread Fabrizio Castro
Thank you Simon for getting back to me. Cheers, Fab > Subject: Re: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1 > > On Thu, Nov 08, 2018 at 12:51:29PM +, Fabrizio Castro wrote: > > Dear All, > > > > Who is the best person to take this patch? >

RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1

2018-11-08 Thread Fabrizio Castro
/G2M(r8a774a1) SoC. > The CSI-2 module of RZ/G2M is similar to R-Car M3-W. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > drivers/media/platform/rcar-vin/rcar-csi2.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/media/pla

RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support

2018-11-08 Thread Fabrizio Castro
Thank you Simon for getting back to me. Cheers, Fab > Subject: Re: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 > support > > On Thu, Nov 08, 2018 at 12:50:22PM +0000, Fabrizio Castro wrote: > > Dear All, > > > > Who is the best person to take

RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support

2018-11-08 Thread Fabrizio Castro
r to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/re

RE: [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1

2018-11-08 Thread Fabrizio Castro
imilar to R-Car M3-W. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > drivers/media/platform/rcar-vin/rcar-core.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/media/platform/rcar-vin/rcar-core.c > b/drivers/media/platform/

RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support

2018-11-08 Thread Fabrizio Castro
74A1) SoC bindings. > > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/media/rcar_vin.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff

RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1

2018-11-08 Thread Fabrizio Castro
support for RZ/G2M(r8a774a1) SoC. > The CSI-2 module of RZ/G2M is similar to R-Car M3-W. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > drivers/media/platform/rcar-vin/rcar-csi2.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/med

RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support

2018-11-08 Thread Fabrizio Castro
is similar to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindin

RE: [PATCH v13 02/33] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2018-04-10 Thread Fabrizio Castro
Hello Niklas, > Subject: Re: [PATCH v13 02/33] dt-bindings: media: rcar_vin: add device tree > support for r8a774[35] > > Hi Fabrizio, > > On 2018-04-10 09:55:29 +0000, Fabrizio Castro wrote: > > Dear All, > > > > this patch was originally sent on the

RE: [PATCH v13 02/33] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2018-04-10 Thread Fabrizio Castro
To: Laurent Pinchart ; Hans Verkuil > ; linux-media@vger.kernel.org > Cc: linux-renesas-...@vger.kernel.org; TOMOHARU FUKAWA > ; Kieran Bingham > ; Fabrizio Castro > > Subject: [PATCH v13 02/33] dt-bindings: media: rcar_vin: add device tree > support for r8a774[35] > > Fr

RE: [PATCH v5 4/5] media: ov5640: add support of DVP parallel interface

2018-02-05 Thread Fabrizio Castro
Hello Maxime, thank you for your feedback. > > > +/* > > > + * configure parallel port control lines polarity > > > + * > > > + * POLARITY CTRL0 > > > + * - [5]:PCLK polarity (0: active low, 1: active high) > > > + * - [1]:HREF polarity (0: active low, 1: active high) > > > + * - [0]:VSYNC polari

RE: [PATCH v5 4/5] media: ov5640: add support of DVP parallel interface

2018-02-01 Thread Fabrizio Castro
Hello Hugues, > Subject: [PATCH v5 4/5] media: ov5640: add support of DVP parallel interface > > Add support of DVP parallel mode in addition of > existing MIPI CSI mode. The choice between two modes > and configuration is made through device tree. > > Signed-off-by: Hugues Fruchet > --- > drive

RE: [PATCH v2 2/4] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2018-01-24 Thread Fabrizio Castro
allow > checkpatch.pl to validate compatible string values. > > Signed-off-by: Fabrizio Castro > Reviewed-by: Biju Das > --- > v1->v2: > * Fixed double "change" in changelog > > Documentation/devicetree/bindings/media/rcar_vin.txt | 5 - > 1 file chan

RE: [PATCH v2 1/4] dt-bindings: media: rcar_vin: Reverse SoC part number list

2018-01-24 Thread Fabrizio Castro
g to > match with other documentation. > > Signed-off-by: Fabrizio Castro > Reviewed-by: Biju Das > --- > v1->v2: > * new patch triggered by Geert's comment, see the below link for details: > https://www.mail-archive.com/linux-media@vger.kernel.org/msg121992.html

RE: [PATCH v5 0/5] Add OV5640 parallel interface and RGB565/YUYV support

2018-01-09 Thread Fabrizio Castro
yavta -s 320x240 -n 3 -w '0x009f0903 1' --capture=1 --format=RGB565 > /dev/video0 --file=grab-colorbar-320x240-rgb565-#.raw > > * disable colorbars > yavta -s 320x240 -n 3 -w '0x009f0903 0' /dev/video0 > > > Hope this will help ! > > Best regards, >

RE: [PATCH v5 0/5] Add OV5640 parallel interface and RGB565/YUYV support

2018-01-08 Thread Fabrizio Castro
Hello Hugues, thank you for the patch series. I am having a go with your patches, and although they seem alright, I don't seem to be able to grab a non-black picture on the iWave iwg20d in plain DVP mode, but if I switch to BT656 just by setting register 0x4730 to 0x01 (I know, it's a nasty hac

RE: [PATCH v2 2/4] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2017-12-19 Thread Fabrizio Castro
l activate the right code. > However, it is good practice to document compatible strings for the > specific SoC as this allows SoC specific changes to the driver if > needed, in addition to document SoC support and therefore allow > checkpatch.pl to validate compatible string value

[PATCH v2 1/4] dt-bindings: media: rcar_vin: Reverse SoC part number list

2017-11-16 Thread Fabrizio Castro
Change the sorting of the part numbers from descending to ascending to match with other documentation. Signed-off-by: Fabrizio Castro Reviewed-by: Biju Das --- v1->v2: * new patch triggered by Geert's comment, see the below link for details: https://www.mail-archive.com/lin

[PATCH v2 2/4] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2017-11-16 Thread Fabrizio Castro
o document SoC support and therefore allow checkpatch.pl to validate compatible string values. Signed-off-by: Fabrizio Castro Reviewed-by: Biju Das --- v1->v2: * Fixed double "change" in changelog Documentation/devicetree/bindings/media/rcar_vin.txt | 5 - 1 file changed, 4 in

[PATCH v2 0/4] Add VIN support to r8a774[35]

2017-11-16 Thread Fabrizio Castro
Hello, this series documents VIN related dt-bindings for r8a774[35], adds VIN[012] nodes to the r8a7743 SoC dtsi and adds VIN[01] nodes to the r8a7745 SoC dtsi. Best regards, Fabrizio Castro (4): dt-bindings: media: rcar_vin: Reverse SoC part number list dt-bindings: media: rcar_vin: add

RE: [PATCH 1/2] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2017-11-16 Thread Fabrizio Castro
Hi Geert, > >> > >> Please keep the list sorted by SoC part number. > > > > It is sorted, just in descending order. Do you want me to re-order the full > > list in ascending order? > > That may be a good idea, given the current order is non-standard and > counter-intuitive. sure, dropping this s

RE: [PATCH 1/2] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2017-11-16 Thread Fabrizio Castro
Hello Geert, thank you for your comment! > Subject: Re: [PATCH 1/2] dt-bindings: media: rcar_vin: add device tree > support for r8a774[35] > > On Thu, Nov 16, 2017 at 1:11 PM, Fabrizio Castro > wrote: > > --- a/Documentation/devicetree/bindings/media/rcar_vin.txt &g

RE: [PATCH 1/2] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2017-11-16 Thread Fabrizio Castro
Hello Geert, thank you for your comment! > > Add compatible strings for r8a7743 and r8a7745. No driver change > > change is needed as "renesas,rcar-gen2-vin" will activate the right > > double "change" ps, do you think a v2 is in order? Thanks, Fab Renesas Electronics Europe Ltd, Dukes M

[PATCH 1/2] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2017-11-16 Thread Fabrizio Castro
ddition to document SoC support and therefore allow checkpatch.pl to validate compatible string values. Signed-off-by: Fabrizio Castro Reviewed-by: Biju Das --- Documentation/devicetree/bindings/media/rcar_vin.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc

[PATCH 0/2] Add VIN support to r8a7743

2017-11-16 Thread Fabrizio Castro
Hello, this series documents VIN related dt-bindings for r8a774[35], and adds VIN[012] nodes to the r8a7743 SoC dtsi. Best regards, Fabrizio Castro (2): dt-bindings: media: rcar_vin: add device tree support for r8a774[35] ARM: dts: r8a7743: add VIN dt support .../devicetree/bindings/media