Re: [PATCH v1 34/36] dt-bindings: display: convert seiko,43wvf1g to DT Schema

2020-03-17 Thread Marco Franchi
Em dom., 15 de mar. de 2020 às 10:46, Sam Ravnborg escreveu: > Signed-off-by: Sam Ravnborg > Cc: Marco Franchi > Cc: Thierry Reding > Cc: Sam Ravnborg > --- > Thanks! Reviewed-by: Marco Franchi ___ dri-devel mail

Re: [PATCH 1/3] drm/panel: simple: fix vertical timings for Innolux AT043TN24

2017-10-12 Thread Marco Franchi
utronix.de> Thank you for all these fixes. Tested-by: Marco Franchi <marco.fran...@nxp.com> ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH 2/3] drm/panel: simple: add bus flags for Innolux AT043TN24

2017-10-12 Thread Marco Franchi
On Qua, 2017-10-11 at 14:59 +0200, Philipp Zabel wrote: > For LCD interface controllers that support configuring polarity of > pixel clock and data enable signal, specify bus flags in the panel > descriptor. > > Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> Tes

Re: [PATCH 3/3] drm/panel: simple: add delays for Innolux AT043TN24

2017-10-12 Thread Marco Franchi
On Qua, 2017-10-11 at 14:59 +0200, Philipp Zabel wrote: > The delays between video data and backlight enable and between > backlight > disable and end of video data are given as >= 160 ms in the > datasheet. > > Signed-off-by: Philipp Zabel <p.za...@pengutronix.de>

[PATCH v2] dt-bindings: fsl-imx-drm: Remove incorrect "@di0" usage

2017-10-03 Thread Marco Franchi
Improve the binding example by removing the '@di0' notation, which fixes the following build warning: Warning (unit_address_vs_reg): Node /display@di0 has a unit name, but no reg property Signed-off-by: Marco Franchi <marco.fran...@nxp.com> --- Change since v1: -change 'display-di0' to

[PATCH] dt-bindings: fsl-imx-drm: Remove incorrect "@di0" usage

2017-09-24 Thread Marco Franchi
Improve the binding example by removing the '@di0' notation, which fixes the following build warning: Warning (unit_address_vs_reg): Node /display@di0 has a unit name, but no reg property Signed-off-by: Marco Franchi <marco.fran...@nxp.com> --- Documentation/devicetree/bindings/display/i

[PATCH v2 resend] drm/panel: Add driver for Seiko 43WVF1G panel

2017-07-21 Thread Marco Franchi
eason the simple panel driver cannot be used to drive this panel, so create a new one heavily based on simple panel. Based on initial patch submission from Breno Lima. Signed-off-by: Marco Franchi <marco.fran...@nxp.com> --- Changes since v1: -Change supply names to dvdd-supply and avdd-supply .

[PATCH v2] drm/panel: Add driver for Seiko 43WVF1G panel

2017-07-02 Thread Marco Franchi
eason the simple panel driver cannot be used to drive this panel, so create a new one heavily based on simple panel. Based on initial patch submission from Breno Lima. Signed-off-by: Marco Franchi <marco.fran...@nxp.com> --- Changes since v1: -Change supply names to dvdd-supply and avdd-supply .

Re: [PATCH] drm/panel: Add driver for Seiko 43WVF1G panel

2017-05-24 Thread Marco Franchi
Hi Thierry, From: Fabio Estevam <feste...@gmail.com> Sent: Monday, May 8, 2017 10:54 AM To: Marco Franchi Cc: DRI mailing list; Thierry Reding; robh...@kernel.org Subject: Re: [PATCH] drm/panel: Add driver for Seiko 43WVF1G panel On Tue, Apr 25, 2017 at 1

[PATCH] drm/panel: Add driver for Seiko 43WVF1G panel

2017-04-25 Thread Marco Franchi
eason the simple panel driver cannot be used to drive this panel, so create a new one heavily based on simple panel. Based on initial patch submission from Breno Lima. Signed-off-by: Marco Franchi <marco.fran...@nxp.com> --- .../bindings/display/panel/seiko,43wvf1g.txt | 23 ++ drivers/gp