dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH 0/4] Add RZ/G2N DU support
       [not found] <1569834905-42868-1-git-send-email-biju.das@bp.renesas.com>
@ 2019-10-04  6:30 ` Biju Das
  2019-10-04  7:02 ` Laurent Pinchart
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: Biju Das @ 2019-10-04  6:30 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, devicetree@vger.kernel.org, Chris Paterson,
	Geert Uytterhoeven, Simon Horman, dri-devel@lists.freedesktop.org,
	linux-renesas-soc@vger.kernel.org, Kieran Bingham,
	Laurent Pinchart

Hi Laurent,

Are you happy with this patch? Please let me know.

https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=180271

regards,
Biju

> Subject: [PATCH 0/4] Add RZ/G2N DU support
> 
> This patch series aims to add binding/driver support for R8A774B1(a.k.a
> RZ/G2N) DU (which is very similar to the R8A77965 DU); it has one RGB
> output, one LVDS output and one HDMI output.
> 
> Biju Das (4):
>   dt-bindings: display: renesas: du: Document the r8a774b1 bindings
>   drm: rcar-du: Add R8A774B1 support
>   dt-bindings: display: renesas: lvds: Document r8a774b1 bindings
>   drm: rcar-du: lvds: Add r8a774b1 support
> 
>  .../bindings/display/bridge/renesas,lvds.txt       |  1 +
>  .../devicetree/bindings/display/renesas,du.txt     |  2 ++
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 30
> ++++++++++++++++++++++
>  drivers/gpu/drm/rcar-du/rcar_lvds.c                |  1 +
>  4 files changed, 34 insertions(+)
> 
> --
> 2.7.4

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

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

* Re: [PATCH 0/4] Add RZ/G2N DU support
       [not found] <1569834905-42868-1-git-send-email-biju.das@bp.renesas.com>
  2019-10-04  6:30 ` [PATCH 0/4] Add RZ/G2N DU support Biju Das
@ 2019-10-04  7:02 ` Laurent Pinchart
       [not found] ` <1569834905-42868-2-git-send-email-biju.das@bp.renesas.com>
       [not found] ` <1569834905-42868-4-git-send-email-biju.das@bp.renesas.com>
  3 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2019-10-04  7:02 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Rutland, devicetree, Chris Paterson, Geert Uytterhoeven,
	David Airlie, Simon Horman, Kieran Bingham, dri-devel,
	linux-renesas-soc, Rob Herring, Fabrizio Castro

Hi Biju,

Thank you for the patches;

On Mon, Sep 30, 2019 at 10:15:01AM +0100, Biju Das wrote:
> This patch series aims to add binding/driver support for
> R8A774B1(a.k.a RZ/G2N) DU (which is very similar to the R8A77965 DU);
> it has one RGB output, one LVDS output and one HDMI output.
> 
> Biju Das (4):
>   dt-bindings: display: renesas: du: Document the r8a774b1 bindings
>   drm: rcar-du: Add R8A774B1 support
>   dt-bindings: display: renesas: lvds: Document r8a774b1 bindings
>   drm: rcar-du: lvds: Add r8a774b1 support

For the whole series,

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

and applied to my tree.

>  .../bindings/display/bridge/renesas,lvds.txt       |  1 +
>  .../devicetree/bindings/display/renesas,du.txt     |  2 ++
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 30 ++++++++++++++++++++++
>  drivers/gpu/drm/rcar-du/rcar_lvds.c                |  1 +
>  4 files changed, 34 insertions(+)

-- 
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] 4+ messages in thread

* Re: [PATCH 1/4] dt-bindings: display: renesas: du: Document the r8a774b1 bindings
       [not found] ` <1569834905-42868-2-git-send-email-biju.das@bp.renesas.com>
@ 2019-10-15 18:56   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2019-10-15 18:56 UTC (permalink / raw)
  Cc: Mark Rutland, devicetree, Chris Paterson, Geert Uytterhoeven,
	David Airlie, Simon Horman, dri-devel, Biju Das,
	linux-renesas-soc, Kieran Bingham, Fabrizio Castro,
	Laurent Pinchart

On Mon, 30 Sep 2019 10:15:02 +0100, Biju Das wrote:
> Document the RZ/G2N (R8A774B1) SoC in the R-Car DU bindings.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/display/renesas,du.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

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] 4+ messages in thread

* Re: [PATCH 3/4] dt-bindings: display: renesas: lvds: Document r8a774b1 bindings
       [not found] ` <1569834905-42868-4-git-send-email-biju.das@bp.renesas.com>
@ 2019-10-15 18:56   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2019-10-15 18:56 UTC (permalink / raw)
  Cc: Mark Rutland, devicetree, Chris Paterson, Geert Uytterhoeven,
	David Airlie, Simon Horman, dri-devel, Biju Das,
	linux-renesas-soc, Kieran Bingham, Fabrizio Castro,
	Laurent Pinchart

On Mon, 30 Sep 2019 10:15:04 +0100, Biju Das wrote:
> Document the RZ/G2N (R8A774B1) LVDS bindings.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1569834905-42868-1-git-send-email-biju.das@bp.renesas.com>
2019-10-04  6:30 ` [PATCH 0/4] Add RZ/G2N DU support Biju Das
2019-10-04  7:02 ` Laurent Pinchart
     [not found] ` <1569834905-42868-2-git-send-email-biju.das@bp.renesas.com>
2019-10-15 18:56   ` [PATCH 1/4] dt-bindings: display: renesas: du: Document the r8a774b1 bindings Rob Herring
     [not found] ` <1569834905-42868-4-git-send-email-biju.das@bp.renesas.com>
2019-10-15 18:56   ` [PATCH 3/4] dt-bindings: display: renesas: lvds: Document " Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox