All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] dt-bindings: media: rcar-vin: Add R8A77995 support
@ 2018-07-04  8:51 Jacopo Mondi
  2018-07-13  7:31 ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Jacopo Mondi @ 2018-07-04  8:51 UTC (permalink / raw)
  To: hverkuil, horms, geert; +Cc: Jacopo Mondi, linux-renesas-soc, linux-media

Add compatible string for R-Car D3 R8A7795 to list of SoCs supported by
rcar-vin driver.

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
---

Re-sending to have this collected with the following series:
[PATCH v6 0/10] rcar-vin: Add support for parallel input on Gen3

Thanks
  j
---
 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 a19517e1..5c6f2a7 100644
--- a/Documentation/devicetree/bindings/media/rcar_vin.txt
+++ b/Documentation/devicetree/bindings/media/rcar_vin.txt
@@ -22,6 +22,7 @@ on Gen3 platforms to a CSI-2 receiver.
    - "renesas,vin-r8a7795" for the R8A7795 device
    - "renesas,vin-r8a7796" for the R8A7796 device
    - "renesas,vin-r8a77970" for the R8A77970 device
+   - "renesas,vin-r8a77995" for the R8A77995 device
    - "renesas,rcar-gen2-vin" for a generic R-Car Gen2 or RZ/G1 compatible
      device.

--
2.7.4

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

* Re: [PATCH RESEND] dt-bindings: media: rcar-vin: Add R8A77995 support
  2018-07-04  8:51 [PATCH RESEND] dt-bindings: media: rcar-vin: Add R8A77995 support Jacopo Mondi
@ 2018-07-13  7:31 ` Simon Horman
  2018-07-13  8:50   ` jacopo mondi
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2018-07-13  7:31 UTC (permalink / raw)
  To: Jacopo Mondi; +Cc: hverkuil, geert, linux-renesas-soc, linux-media

On Wed, Jul 04, 2018 at 10:51:36AM +0200, Jacopo Mondi wrote:
> Add compatible string for R-Car D3 R8A7795 to list of SoCs supported by
> rcar-vin driver.
> 
> Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> 
> Re-sending to have this collected with the following series:
> [PATCH v6 0/10] rcar-vin: Add support for parallel input on Gen3

Jacopo,

Can I pick up the related DTS patches once this one is accepted
into the media-tree? If so, please ping me once that happens.

> 
> Thanks
>   j
> ---
>  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 a19517e1..5c6f2a7 100644
> --- a/Documentation/devicetree/bindings/media/rcar_vin.txt
> +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt
> @@ -22,6 +22,7 @@ on Gen3 platforms to a CSI-2 receiver.
>     - "renesas,vin-r8a7795" for the R8A7795 device
>     - "renesas,vin-r8a7796" for the R8A7796 device
>     - "renesas,vin-r8a77970" for the R8A77970 device
> +   - "renesas,vin-r8a77995" for the R8A77995 device
>     - "renesas,rcar-gen2-vin" for a generic R-Car Gen2 or RZ/G1 compatible
>       device.
> 
> --
> 2.7.4
> 

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

* Re: [PATCH RESEND] dt-bindings: media: rcar-vin: Add R8A77995 support
  2018-07-13  7:31 ` Simon Horman
@ 2018-07-13  8:50   ` jacopo mondi
  0 siblings, 0 replies; 3+ messages in thread
From: jacopo mondi @ 2018-07-13  8:50 UTC (permalink / raw)
  To: Simon Horman
  Cc: Jacopo Mondi, hverkuil, geert, linux-renesas-soc, linux-media

[-- Attachment #1: Type: text/plain, Size: 1782 bytes --]

Hi Simon,

On Fri, Jul 13, 2018 at 09:31:59AM +0200, Simon Horman wrote:
> On Wed, Jul 04, 2018 at 10:51:36AM +0200, Jacopo Mondi wrote:
> > Add compatible string for R-Car D3 R8A7795 to list of SoCs supported by
> > rcar-vin driver.
> >
> > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> > Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >
> > Re-sending to have this collected with the following series:
> > [PATCH v6 0/10] rcar-vin: Add support for parallel input on Gen3
>
> Jacopo,
>
> Can I pick up the related DTS patches once this one is accepted
> into the media-tree? If so, please ping me once that happens.
>

Yes, please.

Hans collected this one already and it's now in the media tree master
branch.

Thanks
   j



> >
> > Thanks
> >   j
> > ---
> >  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 a19517e1..5c6f2a7 100644
> > --- a/Documentation/devicetree/bindings/media/rcar_vin.txt
> > +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt
> > @@ -22,6 +22,7 @@ on Gen3 platforms to a CSI-2 receiver.
> >     - "renesas,vin-r8a7795" for the R8A7795 device
> >     - "renesas,vin-r8a7796" for the R8A7796 device
> >     - "renesas,vin-r8a77970" for the R8A77970 device
> > +   - "renesas,vin-r8a77995" for the R8A77995 device
> >     - "renesas,rcar-gen2-vin" for a generic R-Car Gen2 or RZ/G1 compatible
> >       device.
> >
> > --
> > 2.7.4
> >

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2018-07-13  9:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-04  8:51 [PATCH RESEND] dt-bindings: media: rcar-vin: Add R8A77995 support Jacopo Mondi
2018-07-13  7:31 ` Simon Horman
2018-07-13  8:50   ` jacopo mondi

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.