[PATCH v4 2/2] drm: panel: Add novatek nt35596s panel driver

2022-07-27 Thread Molly Sophia
(panel-novatek-nt36672a), as these two IC are similar with different initialization commands. Signed-off-by: Molly Sophia --- drivers/gpu/drm/panel/Kconfig | 7 +- .../gpu/drm/panel/panel-novatek-nt36672a.c| 246 -- 2 files changed, 234 insertions(+), 19

[PATCH v4 0/2] Add driver for Novatek NT35596S panel

2022-07-27 Thread Molly Sophia
different initialization commands. Changes in v2: - Correct items order in Makefile and improve failure handling. Molly Sophia (2): dt-bindings: display: panel: Add Novatek NT35596S panel bindings drm: panel: Add novatek nt35596s panel driver .../display/panel/novatek,nt36672a.yaml | 20

[PATCH v4 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings

2022-07-27 Thread Molly Sophia
Add documentation for "novatek,nt35596s" panel. Changes in v4: - Correct numeric order of the items. Changes in v3: - Embed the documentation into existing one (novatek,nt36672a). Signed-off-by: Molly Sophia --- .../display/panel/novatek,nt36672a.yaml | 20 -

Re: [PATCH v3 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings

2022-07-27 Thread Molly Sophia
Thanks! I'll handle that and send the new patches later. Best regards, Molly On Wed, Jul 27, 2022 at 6:24 PM Krzysztof Kozlowski wrote: > > On 26/07/2022 12:15, Molly Sophia wrote: > > Add documentation for "novatek,nt35596s" panel. > > > > Changes in

[PATCH v3 2/2] drm: panel: Add novatek nt35596s panel driver

2022-07-26 Thread Molly Sophia
these two IC are similar with different initialization commands. Signed-off-by: Molly Sophia --- drivers/gpu/drm/panel/Kconfig | 7 +- .../gpu/drm/panel/panel-novatek-nt36672a.c| 246 -- 2 files changed, 234 insertions(+), 19 deletions(-) diff --git a

[PATCH v3 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings

2022-07-26 Thread Molly Sophia
Add documentation for "novatek,nt35596s" panel. Changes in v3: - Embed the documentation into existing one (novatek,nt36672a). Signed-off-by: Molly Sophia --- .../display/panel/novatek,nt36672a.yaml | 20 --- 1 file changed, 13 insertions(+), 7 deletions(-) dif

[PATCH v3 0/2] Add driver for Novatek NT35596S panel

2022-07-26 Thread Molly Sophia
order in Makefile and improve failure handling. Molly Sophia (2): dt-bindings: display: panel: Add Novatek NT35596S panel bindings drm: panel: Add novatek nt35596s panel driver .../display/panel/novatek,nt36672a.yaml | 20 +- drivers/gpu/drm/panel/Kconfig | 7 +- .../gpu

Re: [PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings

2022-07-12 Thread Molly Sophia
I'm really sorry about that. I made a stupid mistake when sending the mail. Apology for the mess I've made. Best regards, Molly On Tue, Jul 12, 2022 at 10:08 PM Krzysztof Kozlowski < krzysztof.kozlow...@linaro.org> wrote: > On 09/07/2022 16:11, MollySophia wrote: > > Add documentation for "novat

Re: [PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings

2022-07-10 Thread Molly Sophia
Hi Sam, Thank you again for your support. I forgot that point, which is really important to know. Molly Sam Ravnborg 于2022年7月10日周日 18:13写道: > Hi Molly, > > On Sun, Jul 10, 2022 at 02:19:41PM +0800, Molly Sophia wrote: > > Hi Sam, > > > > Thanks for your suggestio

Re: [PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT35596S panel bindings

2022-07-09 Thread Molly Sophia
icetree/bindings/display/panel/novatek,nt35596s.yaml > b/Documentation/devicetree/bindings/display/panel/novatek,nt35596s.yaml > > new file mode 100644 > > index ..f724f101a6fd > > --- /dev/null > > +++ > b/Documentation/devicetree/bindings/display/pan