linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for TM5P5 NT35596 video mode panel
@ 2020-05-01 20:48 Konrad Dybcio
  2020-05-01 20:48 ` [PATCH 1/2] drivers: drm: panel: Add TM5P5 NT35596 panel driver Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Konrad Dybcio @ 2020-05-01 20:48 UTC (permalink / raw)
  To: skrzynka
  Cc: Konrad Dybcio, Thierry Reding, Sam Ravnborg, David Airlie,
	Daniel Vetter, Rob Herring, dri-devel, devicetree, linux-kernel

I am aware of the fact that this is probably not the correct
naming of this panel, yet I am unable to retrieve any additional
information about it, as it is used in a smartphone to which no
schematics are released.

The driver has been generated with the help of 
linux-mdss-dsi-panel-driver-generator [1] and works perfectly
on a Asus Zenfone 2 Laser Z00T smartphone, including brighness
control and switching on/off.

[1] https://github.com/msm8916-mainline/linux-mdss-dsi-panel-driver-generator

Konrad Dybcio (2):
  drivers: drm: panel: Add TM5P5 NT35596 panel driver
  dt-bindings: display: Document TM5P5 NT35596 panel compatible

 .../bindings/display/panel/tm5p5,nt35596.txt  |   7 +
 drivers/gpu/drm/panel/Kconfig                 |   9 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-tm5p5-nt35596.c   | 366 ++++++++++++++++++
 4 files changed, 383 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/tm5p5,nt35596.txt
 create mode 100644 drivers/gpu/drm/panel/panel-tm5p5-nt35596.c

-- 
2.26.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-02 11:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01 20:48 [PATCH 0/2] Add support for TM5P5 NT35596 video mode panel Konrad Dybcio
2020-05-01 20:48 ` [PATCH 1/2] drivers: drm: panel: Add TM5P5 NT35596 panel driver Konrad Dybcio
2020-05-02  7:05   ` Sam Ravnborg
     [not found]     ` <CAMS8qEU7kX8Ts=hJkNNdgV_eOGXv3qG6iDWgjHRNXq3f7qoRuA@mail.gmail.com>
2020-05-02 11:16       ` Sam Ravnborg
2020-05-01 20:48 ` [PATCH 2/2] dt-bindings: display: Document TM5P5 NT35596 panel compatible Konrad Dybcio
2020-05-01 20:54   ` Sam Ravnborg
2020-05-01 21:00 ` [PATCH 0/2] Add support for TM5P5 NT35596 video mode panel Sam Ravnborg
2020-05-01 21:29   ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).