[PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property

2020-08-11 Thread Biju Das
Document optional vcc-supply property that may be used as VCC source. Signed-off-by: Biju Das --- New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ --- .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH v2 0/3] Add optional regulator support for LVDS codec.

2020-08-11 Thread Biju Das
This patch series add support for enabling optional regulator for LVDS codec bridge driver that may be used as VCC source. Ref:https://patchwork.kernel.org/patch/11705819/ Biju Das (3): dt-bindings: display: bridge: lvds-codec: Document vcc-supply property drm/bridge: lvds-codec: Add support

[PATCH v2 2/3] drm/bridge: lvds-codec: Add support for regulator

2020-08-11 Thread Biju Das
Add the support for enabling optional regulator that may be used as VCC source. Signed-off-by: Biju Das --- New Patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ --- drivers/gpu/drm/bridge/lvds-codec.c | 29 + 1 file changed, 29 insertions(+) diff --git

[PATCH] drm: of: Fix double-free bug

2020-07-24 Thread Biju Das
Fix double-free bug in the error path. Fixes: 6529007522de ("drm: of: Add drm_of_lvds_get_dual_link_pixel_order") Reported-by: Pavel Machek Signed-off-by: Biju Das Cc: sta...@vger.kernel.org --- This patch is tested against drm-fixes and drm-next. --- drivers/gpu/drm/drm_of.c | 4 +-

RE: [PATCH] dt-bindings: display: renesas: Add r8a774b1 support

2019-10-04 Thread Biju Das
Hi Laurent, Thanks for the feedback. > Subject: Re: [PATCH] dt-bindings: display: renesas: Add r8a774b1 support > > Hi Biju, > > Thank you for the patch. > > On Mon, Sep 30, 2019 at 10:28:51AM +0100, Biju Das wrote: > > Document RZ/G2N (R8A774B1) SoC bindings. >

RE: [PATCH 0/4] Add RZ/G2N DU support

2019-10-04 Thread Biju Das
N) 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: lv

[PATCH] dt-bindings: display: renesas: Add r8a774b1 support

2019-09-30 Thread Biju Das
Document RZ/G2N (R8A774B1) SoC bindings. Signed-off-by: Biju Das --- Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt b/Documentation/devicetree

[PATCH 2/4] drm: rcar-du: Add R8A774B1 support

2019-09-30 Thread Biju Das
Add support for the R8A774B1 DU (which is very similar to the R8A77965 DU except that it lacks TCON and CMM); it has one RGB output, one LVDS output and one HDMI output. Signed-off-by: Biju Das --- drivers/gpu/drm/rcar-du/rcar_du_drv.c | 30 ++ 1 file changed, 30

[PATCH 1/4] dt-bindings: display: renesas: du: Document the r8a774b1 bindings

2019-09-30 Thread Biju Das
Document the RZ/G2N (R8A774B1) SoC in the R-Car DU bindings. Signed-off-by: Biju Das --- Documentation/devicetree/bindings/display/renesas,du.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/renesas,du.txt b/Documentation/devicetree/bindings

[PATCH 0/4] Add RZ/G2N DU support

2019-09-30 Thread Biju Das
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

[PATCH 3/4] dt-bindings: display: renesas: lvds: Document r8a774b1 bindings

2019-09-30 Thread Biju Das
Document the RZ/G2N (R8A774B1) LVDS bindings. Signed-off-by: Biju Das --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt b/Documentation/devicetree/bindings

[PATCH 4/4] drm: rcar-du: lvds: Add r8a774b1 support

2019-09-30 Thread Biju Das
The LVDS encoders on RZ/G2N SoC is similar to R-Car M3-N. Add support for RZ/G2N (R8A774B1) SoC to the LVDS encoder driver. Signed-off-by: Biju Das --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/rcar-du/rcar_lvds.c b/drivers/gpu/drm

[PATCH V2 3/4] drm: rcar-du: Add R8A774A1 support

2019-04-15 Thread Biju Das
Add support for the R8A774A1 DU (which is very similar to the R8A7796 DU except that it lacks TCON and CMM); it has one RGB output, one LVDS output and one HDMI output. Signed-off-by: Biju Das --- V1-->V2 * Incorporated Kieran's review comment (https://patchwork.kernel.org/patch/10896

[PATCH V2 1/4] dt-bindings: display: renesas: du: Document the r8a774a1 bindings

2019-04-15 Thread Biju Das
Document the RZ/G2M (R8A774A1) SoC in the R-Car DU bindings. Signed-off-by: Biju Das Reviewed-by: Kieran Bingham --- V1-->V2 * Added Kieran's Reviewed-by tag. --- Documentation/devicetree/bindings/display/renesas,du.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentat

RE: [PATCH 3/4] drm: rcar-du: Add R8A774A1 support

2019-04-15 Thread Biju Das
Hi Kieran, Thanks for the feedback. > Subject: Re: [PATCH 3/4] drm: rcar-du: Add R8A774A1 support > > Hi Biju, > > On 11/04/2019 15:34, Biju Das wrote: > > Add support for the R8A774A1 DU (which is very similar to the R8A7796 > > DU); it has one RGB output, one LVDS

[PATCH V2 2/4] dt-bindings: display: renesas: lvds: Document r8a774a1 bindings

2019-04-15 Thread Biju Das
Document the RZ/G2M (R8A774A1) LVDS bindings. Signed-off-by: Biju Das Reviewed-by: Kieran Bingham --- V1-->V2 * Added Kieran's Reviewed-by tag --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicet

[PATCH V2 0/4] Add RZ/G2M DU support

2019-04-15 Thread Biju Das
ent. (https://patchwork.kernel.org/patch/10896165/) Biju Das (4): dt-bindings: display: renesas: du: Document the r8a774a1 bindings dt-bindings: display: renesas: lvds: Document r8a774a1 bindings drm: rcar-du: Add R8A774A1 support drm: rcar-du: lvds: Add r8a774a1 support .../bindi

RE: [PATCH 1/4] dt-bindings: display: renesas: du: Document the r8a774a1 bindings

2019-04-15 Thread Biju Das
Hi Kieran, Thanks for the feedback. > Subject: Re: [PATCH 1/4] dt-bindings: display: renesas: du: Document the > r8a774a1 bindings > > Hi Biju, > > On 11/04/2019 15:34, Biju Das wrote: > > Document the RZ/G2M (R8A774A1) SoC in the R-Car DU bindings. >

[PATCH V2 4/4] drm: rcar-du: lvds: Add r8a774a1 support

2019-04-15 Thread Biju Das
The LVDS encoders on RZ/G2M SoC is similar to R-Car M3-W. Add support for RZ/G2M (R8A774A1) SoC to the LVDS encoder driver. Signed-off-by: Biju Das Reviewed-by: Kieran Bingham --- V1-->V2 * Added Kieran's Reviewed-by tag --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + 1 file changed

[PATCH 0/4] Add RZ/G2M DU support

2019-04-12 Thread Biju Das
This patch series aims to add binding/driver support for R8A774A1(a.k.a RZ/G2M) DU (which is very similar to the R8A7796 DU); it has one RGB output, one LVDS output and one HDMI output. This patchset is based on linux_next next-20190411 branch. Biju Das (4): dt-bindings: display: renesas: du

[PATCH 4/4] drm: rcar-du: lvds: Add r8a774a1 support

2019-04-12 Thread Biju Das
The LVDS encoders on RZ/G2M SoC is similar to R-Car M3-W. Add support for RZ/G2M (R8A774A1) SoC to the LVDS encoder driver. Signed-off-by: Biju Das --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/rcar-du/rcar_lvds.c b/drivers/gpu/drm

[PATCH 2/4] dt-bindings: display: renesas: lvds: Document r8a774a1 bindings

2019-04-12 Thread Biju Das
Document the RZ/G2M (R8A774A1) LVDS bindings. Signed-off-by: Biju Das --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt b/Documentation/devicetree/bindings

[PATCH 3/4] drm: rcar-du: Add R8A774A1 support

2019-04-12 Thread Biju Das
Add support for the R8A774A1 DU (which is very similar to the R8A7796 DU); it has one RGB output, one LVDS output and one HDMI output. Signed-off-by: Biju Das --- drivers/gpu/drm/rcar-du/rcar_du_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b

[PATCH 1/4] dt-bindings: display: renesas: du: Document the r8a774a1 bindings

2019-04-12 Thread Biju Das
Document the RZ/G2M (R8A774A1) SoC in the R-Car DU bindings. Signed-off-by: Biju Das --- Documentation/devicetree/bindings/display/renesas,du.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/renesas,du.txt b/Documentation/devicetree/bindings

[PATCH v3 4/5] ARM: dts: r8a7744: Add DU support

2019-01-23 Thread Biju Das
Add du node to r8a7744 SoC DT. Boards that want to enable the DU need to specify the output topology. Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7744.dtsi | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/r8a7744.dtsi b/arch/arm/boot/dts

[PATCH v3 3/5] drm: rcar-du: lvds: Add r8a7744 support

2019-01-23 Thread Biju Das
The LVDS encoders on RZ/G1N SoC is similar to RZ/G1M. Add support for RZ/G1N (R8A7744) SoC to the LVDS encoder driver. Signed-off-by: Biju Das --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/rcar-du/rcar_lvds.c b/drivers/gpu/drm/rcar

[PATCH v3 0/5] Add Display support

2019-01-23 Thread Biju Das
This patch series aims to add display support for iWave G20D-Q7 board based on RZ/G1N. This patch series is tested against linux-next V1--> V2 * Add DU support : Removed LVDS definition from r8a7743 DU node. V2--> V3 * Added LVDS support for both r8a7743 and r8a7744 SoC.

[PATCH v3 2/5] dt-bindings: display: renesas: lvds: Document r8a7744 bindings

2019-01-23 Thread Biju Das
Document the RZ/G1N (R8A7744) LVDS bindings. Signed-off-by: Biju Das --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt b/Documentation/devicetree/bindings

RE: [PATCH 01/10] dt-bindings: display: renesas: Add R-Car LVDS encoder DT bindings

2018-01-12 Thread Biju Das
Hi, > Subject: [PATCH 01/10] dt-bindings: display: renesas: Add R-Car LVDS encoder > DT bindings > > The Renesas R-Car Gen2 and Gen3 SoCs have internal LVDS encoders. Add > corresponding device tree bindings. > > Signed-off-by: Laurent Pinchart > > ---

<    1   2   3   4   5   6