mbox series

[0/4] Add RZ/G2N DU support

Message ID 1569834905-42868-1-git-send-email-biju.das@bp.renesas.com (mailing list archive)
Headers show
Series Add RZ/G2N DU support | expand

Message

Biju Das Sept. 30, 2019, 9:15 a.m. UTC
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(+)

Comments

Biju Das Oct. 4, 2019, 6:30 a.m. UTC | #1
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
Laurent Pinchart Oct. 4, 2019, 7:02 a.m. UTC | #2
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(+)