All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support
@ 2019-03-01 14:24 Biju Das
  2019-03-01 14:24 ` [PATCH RESEND v2 2/2] media: dt-bindings: media: rcar_vin: " Biju Das
  2019-03-01 14:35 ` [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: " Hans Verkuil
  0 siblings, 2 replies; 5+ messages in thread
From: Biju Das @ 2019-03-01 14:24 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: Biju Das, Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro

Document RZ/G2M (R8A774A1) SoC bindings.

The RZ/G2M SoC is similar to R-Car M3-W (R8A7796).

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Rob Herring <robh@kernel.org>
---
V1->V2
   * No change
---
 Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
index d63275e..9932458 100644
--- a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
+++ b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
@@ -8,6 +8,7 @@ R-Car VIN module, which provides the video capture capabilities.
 Mandatory properties
 --------------------
  - compatible: Must be one or more of the following
+   - "renesas,r8a774a1-csi2" for the R8A774A1 device.
    - "renesas,r8a774c0-csi2" for the R8A774C0 device.
    - "renesas,r8a7795-csi2" for the R8A7795 device.
    - "renesas,r8a7796-csi2" for the R8A7796 device.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH RESEND v2 2/2] media: dt-bindings: media: rcar_vin: Add r8a774a1 support
  2019-03-01 14:24 [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support Biju Das
@ 2019-03-01 14:24 ` Biju Das
  2019-03-01 14:35 ` [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: " Hans Verkuil
  1 sibling, 0 replies; 5+ messages in thread
From: Biju Das @ 2019-03-01 14:24 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: Biju Das, Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro

Document RZ/G2M (R8A774A1) SoC bindings.

The RZ/G2M SoC is similar to R-Car M3-W (R8A7796).

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Rob Herring <robh@kernel.org>
---
V1-->V2
  * No change
---
 Documentation/devicetree/bindings/media/rcar_vin.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/devicetree/bindings/media/rcar_vin.txt
index 224a461..aa217b0 100644
--- a/Documentation/devicetree/bindings/media/rcar_vin.txt
+++ b/Documentation/devicetree/bindings/media/rcar_vin.txt
@@ -13,6 +13,7 @@ on Gen3 and RZ/G2 platforms to a CSI-2 receiver.
    - "renesas,vin-r8a7743" for the R8A7743 device
    - "renesas,vin-r8a7744" for the R8A7744 device
    - "renesas,vin-r8a7745" for the R8A7745 device
+   - "renesas,vin-r8a774a1" for the R8A774A1 device
    - "renesas,vin-r8a774c0" for the R8A774C0 device
    - "renesas,vin-r8a7778" for the R8A7778 device
    - "renesas,vin-r8a7779" for the R8A7779 device
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support
  2019-03-01 14:24 [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support Biju Das
  2019-03-01 14:24 ` [PATCH RESEND v2 2/2] media: dt-bindings: media: rcar_vin: " Biju Das
@ 2019-03-01 14:35 ` Hans Verkuil
  2019-03-01 14:52   ` Biju Das
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2019-03-01 14:35 UTC (permalink / raw)
  To: Biju Das, Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: Niklas Söderlund, linux-media, linux-renesas-soc,
	devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro

On 3/1/19 3:24 PM, Biju Das wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.

Please resend the whole series, not just the dt-bindings patches.

Also note that the original v1 series said that there were 5 patches in
the series, but only the first 4 were received on linux-media. So I have
no idea what the 5th patch was (dts change perhaps?).

Having a newly posted patch series avoids confusion.

Regards,

	Hans

> 
> The RZ/G2M SoC is similar to R-Car M3-W (R8A7796).
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
> V1->V2
>    * No change
> ---
>  Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> index d63275e..9932458 100644
> --- a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> +++ b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> @@ -8,6 +8,7 @@ R-Car VIN module, which provides the video capture capabilities.
>  Mandatory properties
>  --------------------
>   - compatible: Must be one or more of the following
> +   - "renesas,r8a774a1-csi2" for the R8A774A1 device.
>     - "renesas,r8a774c0-csi2" for the R8A774C0 device.
>     - "renesas,r8a7795-csi2" for the R8A7795 device.
>     - "renesas,r8a7796-csi2" for the R8A7796 device.
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support
  2019-03-01 14:35 ` [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: " Hans Verkuil
@ 2019-03-01 14:52   ` Biju Das
  2019-03-01 15:18     ` Biju Das
  0 siblings, 1 reply; 5+ messages in thread
From: Biju Das @ 2019-03-01 14:52 UTC (permalink / raw)
  To: Hans Verkuil, Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: Niklas Söderlund, linux-media, linux-renesas-soc,
	devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro

Hi Hans,

Thanks for the feedback.

> Subject: Re: [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add
> r8a774a1 support
>
> On 3/1/19 3:24 PM, Biju Das wrote:
> > Document RZ/G2M (R8A774A1) SoC bindings.
>
> Please resend the whole series, not just the dt-bindings patches.
>
> Also note that the original v1 series said that there were 5 patches in the
> series, but only the first 4 were received on linux-media. So I have no idea
> what the 5th patch was (dts change perhaps?).

Yes,  It is dts patch

> Having a newly posted patch series avoids confusion.

OK. Will send the whole series again..

Regards,
Biju

> >
> > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796).
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> > Reviewed-by: Rob Herring <robh@kernel.org>
> > ---
> > V1->V2
> >    * No change
> > ---
> >  Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git
> > a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> > b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> > index d63275e..9932458 100644
> > --- a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> > +++ b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> > @@ -8,6 +8,7 @@ R-Car VIN module, which provides the video capture
> capabilities.
> >  Mandatory properties
> >  --------------------
> >   - compatible: Must be one or more of the following
> > +   - "renesas,r8a774a1-csi2" for the R8A774A1 device.
> >     - "renesas,r8a774c0-csi2" for the R8A774C0 device.
> >     - "renesas,r8a7795-csi2" for the R8A7795 device.
> >     - "renesas,r8a7796-csi2" for the R8A7796 device.
> >



Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support
  2019-03-01 14:52   ` Biju Das
@ 2019-03-01 15:18     ` Biju Das
  0 siblings, 0 replies; 5+ messages in thread
From: Biju Das @ 2019-03-01 15:18 UTC (permalink / raw)
  To: Hans Verkuil, Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: Niklas Söderlund, linux-media, linux-renesas-soc,
	devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro

Hi Hans,

> Subject: RE: [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add
> r8a774a1 support
>
> Hi Hans,
>
> Thanks for the feedback.
>
> > Subject: Re: [PATCH RESEND v2 1/2] media: dt-bindings: media:
> > rcar-csi2: Add
> > r8a774a1 support
> >
> > On 3/1/19 3:24 PM, Biju Das wrote:
> > > Document RZ/G2M (R8A774A1) SoC bindings.
> >
> > Please resend the whole series, not just the dt-bindings patches.
> >
> > Also note that the original v1 series said that there were 5 patches
> > in the series, but only the first 4 were received on linux-media. So I
> > have no idea what the 5th patch was (dts change perhaps?).
>
> Yes,  It is dts patch.

This 5th patch is already in media tree . commit 0c85e78fb1d3742c ("arm64: dts: renesas: r8a774a1: Add VIN and CSI-2 nodes")
So I will resend the patch series with first 4 patches.

Regards,
Biju

>
> > >
> > > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796).
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> > > Reviewed-by: Rob Herring <robh@kernel.org>
> > > ---
> > > V1->V2
> > >    * No change
> > > ---
> > >  Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git
> > > a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> > > b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> > > index d63275e..9932458 100644
> > > --- a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> > > +++ b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
> > > @@ -8,6 +8,7 @@ R-Car VIN module, which provides the video capture
> > capabilities.
> > >  Mandatory properties
> > >  --------------------
> > >   - compatible: Must be one or more of the following
> > > +   - "renesas,r8a774a1-csi2" for the R8A774A1 device.
> > >     - "renesas,r8a774c0-csi2" for the R8A774C0 device.
> > >     - "renesas,r8a7795-csi2" for the R8A7795 device.
> > >     - "renesas,r8a7796-csi2" for the R8A7796 device.
> > >



Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-01 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 14:24 [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support Biju Das
2019-03-01 14:24 ` [PATCH RESEND v2 2/2] media: dt-bindings: media: rcar_vin: " Biju Das
2019-03-01 14:35 ` [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: " Hans Verkuil
2019-03-01 14:52   ` Biju Das
2019-03-01 15:18     ` Biju Das

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.