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
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
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
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
Add support for the R-Car V3H (R8A77980) SoC to the LVDS encoder driver.
Signed-off-by: Sergei Shtylyov sergei.shtylyov@cogentembedded.com
--- drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + 1 file changed, 1 insertion(+)
Index: drm/drivers/gpu/drm/rcar-du/rcar_lvds.c =================================================================== --- drm.orig/drivers/gpu/drm/rcar-du/rcar_lvds.c +++ drm/drivers/gpu/drm/rcar-du/rcar_lvds.c @@ -519,6 +519,7 @@ static const struct of_device_id rcar_lv { .compatible = "renesas,r8a7795-lvds", .data = &rcar_lvds_gen3_info }, { .compatible = "renesas,r8a7796-lvds", .data = &rcar_lvds_gen3_info }, { .compatible = "renesas,r8a77970-lvds", .data = &rcar_lvds_r8a77970_info }, + { .compatible = "renesas,r8a77980-lvds", .data = &rcar_lvds_gen3_info }, { } };
Hi Sergei,
Thank you for the patch.
On Tuesday, 5 June 2018 23:30:36 EEST Sergei Shtylyov wrote:
Add support for the R-Car V3H (R8A77980) SoC to the LVDS encoder driver.
Signed-off-by: Sergei Shtylyov sergei.shtylyov@cogentembedded.com
Reviewed-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
and applied to my tree.
drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + 1 file changed, 1 insertion(+)
Index: drm/drivers/gpu/drm/rcar-du/rcar_lvds.c
--- drm.orig/drivers/gpu/drm/rcar-du/rcar_lvds.c +++ drm/drivers/gpu/drm/rcar-du/rcar_lvds.c @@ -519,6 +519,7 @@ static const struct of_device_id rcar_lv { .compatible = "renesas,r8a7795-lvds", .data = &rcar_lvds_gen3_info }, { .compatible = "renesas,r8a7796-lvds", .data = &rcar_lvds_gen3_info }, { .compatible = "renesas,r8a77970-lvds", .data = &rcar_lvds_r8a77970_info }, + { .compatible = "renesas,r8a77980-lvds", .data = &rcar_lvds_gen3_info }, { } };
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
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.
dri-devel@lists.freedesktop.org