devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver
@ 2018-06-05 20:25 Sergei Shtylyov
  2018-06-05 20:28 ` [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings Sergei Shtylyov
  2018-08-23 16:53 ` [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver Sergei Shtylyov
  0 siblings, 2 replies; 6+ messages in thread
From: Sergei Shtylyov @ 2018-06-05 20:25 UTC (permalink / raw)
  To: Laurent Pinchart, David Airlie, Rob Herring, dri-devel,
	linux-renesas-soc, devicetree
  Cc: Mark Rutland

Hello!

Here's the set of 2 patches against the 'drm-next' branch of the 'drm.git' repo.
The purpose of these patches is to add the R-Car V3H (R8A77980) support to the
R-Car LVDS driver.

[1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings
[2/2] drm: rcar-du: lvds: add R8A77980 support

MBR, Sergei
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings
  2018-06-05 20:25 [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver Sergei Shtylyov
@ 2018-06-05 20:28 ` Sergei Shtylyov
  2018-06-12 21:41   ` Rob Herring
  2018-08-24 11:25   ` Laurent Pinchart
  2018-08-23 16:53 ` [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver Sergei Shtylyov
  1 sibling, 2 replies; 6+ messages in thread
From: Sergei Shtylyov @ 2018-06-05 20:28 UTC (permalink / raw)
  To: Laurent Pinchart, David Airlie, Rob Herring, dri-devel,
	linux-renesas-soc, devicetree
  Cc: Mark Rutland

Document the R-Car V3H (R8A77980) SoC in the R-Car LVDS bindings.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
 Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt |    1 +
 1 file changed, 1 insertion(+)

Index: drm/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
===================================================================
--- drm.orig/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
+++ drm/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
@@ -14,6 +14,7 @@ Required properties:
   - "renesas,r8a7795-lvds" for R8A7795 (R-Car H3) compatible LVDS encoders
   - "renesas,r8a7796-lvds" for R8A7796 (R-Car M3-W) compatible LVDS encoders
   - "renesas,r8a77970-lvds" for R8A77970 (R-Car V3M) compatible LVDS encoders
+  - "renesas,r8a77980-lvds" for R8A77980 (R-Car V3H) compatible LVDS encoders
   - "renesas,r8a77995-lvds" for R8A77995 (R-Car D3) compatible LVDS encoders
 
 - reg: Base address and length for the memory-mapped registers
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings
  2018-06-05 20:28 ` [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings Sergei Shtylyov
@ 2018-06-12 21:41   ` Rob Herring
  2018-08-24 11:25   ` Laurent Pinchart
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2018-06-12 21:41 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Mark Rutland, devicetree, David Airlie, dri-devel,
	linux-renesas-soc, Laurent Pinchart

On Tue, Jun 05, 2018 at 11:28:58PM +0300, Sergei Shtylyov wrote:
> Document the R-Car V3H (R8A77980) SoC in the R-Car LVDS bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
>  Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt |    1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver
  2018-06-05 20:25 [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver Sergei Shtylyov
  2018-06-05 20:28 ` [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings Sergei Shtylyov
@ 2018-08-23 16:53 ` Sergei Shtylyov
  2018-08-24 11:29   ` Laurent Pinchart
  1 sibling, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2018-08-23 16:53 UTC (permalink / raw)
  To: Laurent Pinchart, David Airlie, Rob Herring, dri-devel,
	linux-renesas-soc, devicetree
  Cc: Mark Rutland

On 06/05/2018 11:25 PM, Sergei Shtylyov wrote:

> Here's the set of 2 patches against the 'drm-next' branch of the 'drm.git' repo.
> The purpose of these patches is to add the R-Car V3H (R8A77980) support to the
> R-Car LVDS driver.
> 
> [1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings
> [2/2] drm: rcar-du: lvds: add R8A77980 support

   Laurent, I'm not seeing these patches merged... they are 2.5 months old without
a comment! :-(

MBR, Sergei
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings
  2018-06-05 20:28 ` [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings Sergei Shtylyov
  2018-06-12 21:41   ` Rob Herring
@ 2018-08-24 11:25   ` Laurent Pinchart
  1 sibling, 0 replies; 6+ messages in thread
From: Laurent Pinchart @ 2018-08-24 11:25 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Mark Rutland, devicetree, David Airlie, dri-devel,
	linux-renesas-soc, Rob Herring

Hi Sergei,

Thank you for the patch.

On Tuesday, 5 June 2018 23:28:58 EEST Sergei Shtylyov wrote:
> Document the R-Car V3H (R8A77980) SoC in the R-Car LVDS bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

and taken in my tree.

> ---
>  Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: drm/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
> =================================================================== ---
> drm.orig/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
> +++ drm/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
> @@ -14,6 +14,7 @@ Required properties:
>    - "renesas,r8a7795-lvds" for R8A7795 (R-Car H3) compatible LVDS encoders
>    - "renesas,r8a7796-lvds" for R8A7796 (R-Car M3-W) compatible LVDS
> encoders
>    - "renesas,r8a77970-lvds" for R8A77970 (R-Car V3M) compatible LVDS
> encoders
> +  - "renesas,r8a77980-lvds" for R8A77980 (R-Car V3H) compatible LVDS
> encoders
>    - "renesas,r8a77995-lvds" for R8A77995 (R-Car D3) compatible LVDS
> encoders
> 
>  - reg: Base address and length for the memory-mapped registers

-- 
Regards,

Laurent Pinchart



_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver
  2018-08-23 16:53 ` [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver Sergei Shtylyov
@ 2018-08-24 11:29   ` Laurent Pinchart
  0 siblings, 0 replies; 6+ messages in thread
From: Laurent Pinchart @ 2018-08-24 11:29 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Mark Rutland, devicetree, David Airlie, dri-devel,
	linux-renesas-soc, Rob Herring

Hi Sergei,

On Thursday, 23 August 2018 19:53:33 EEST Sergei Shtylyov wrote:
> On 06/05/2018 11:25 PM, Sergei Shtylyov wrote:
> > Here's the set of 2 patches against the 'drm-next' branch of the 'drm.git'
> > repo. The purpose of these patches is to add the R-Car V3H (R8A77980)
> > support to the R-Car LVDS driver.
> > 
> > [1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings
> > [2/2] drm: rcar-du: lvds: add R8A77980 support
> 
>    Laurent, I'm not seeing these patches merged... they are 2.5 months old
> without a comment! :-(

Thank you for pinging me, I've now applied both patches to my tree and will 
push include them in my v4.20 pull request.

-- 
Regards,

Laurent Pinchart



_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-08-24 11:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05 20:25 [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver Sergei Shtylyov
2018-06-05 20:28 ` [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings Sergei Shtylyov
2018-06-12 21:41   ` Rob Herring
2018-08-24 11:25   ` Laurent Pinchart
2018-08-23 16:53 ` [PATCH 0/2] Add R-Car V3H (R8A77980) support to the R-Car LVDS driver Sergei Shtylyov
2018-08-24 11:29   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).