linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/panel: Add Novatek NT35596 panel driver
@ 2019-03-03 20:06 Jagan Teki
  2019-03-03 20:06 ` [PATCH 1/4] dt-bindings: Add vendor prefix for novatek Jagan Teki
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jagan Teki @ 2019-03-03 20:06 UTC (permalink / raw)
  To: Thierry Reding, David Airlie, Daniel Vetter, Sam Ravnborg,
	Rob Herring, Mark Rutland
  Cc: Michael Trimarchi, dri-devel, linux-kernel, linux-amarula,
	devicetree, Jagan Teki

This patch set support Microtech MTF050FHDI-03 MIPI DSI panel, which
has Novatek NT35596 controller IC.

Since there is no proper programming guide for NT35596 IC, the driver 
init sequence is referenced from [1] but analyzed based on datasheet.

NT35596 support several regulators on the chip, among those ony 4
regulators like VCI, VDDI/DVDD, AVDD, AVEE are used during power-on
sequence. Right now driver added code for 3-regulator based power-on
sequence since MTF050FHDI-03 panel support. This power-on sequence may
be moved to panel_desc in future, if there is any new panel would come
up with other type of sequence.

[1] https://android.googlesource.com/kernel/msm/+/android-msm-shamu-3.10-lollipop-mr1/arch/arm/boot/dts/qcom/dsi-panel-nt35596-1080p-video.dtsi

Any inputs?
Jagan.

Jagan Teki (4):
  dt-bindings: Add vendor prefix for novatek
  dt-bindings: Add vendor prefix for microtech
  dt-bindings: display: Add Novatek NT35596 panel documentation
  drm/panel: Add Novatek NT35596 panel driver

 .../display/panel/novatek,nt35596.txt         |  32 +
 .../devicetree/bindings/vendor-prefixes.txt   |   2 +
 MAINTAINERS                                   |   6 +
 drivers/gpu/drm/panel/Kconfig                 |  13 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-novatek-nt35596.c | 860 ++++++++++++++++++
 6 files changed, 914 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt35596.txt
 create mode 100644 drivers/gpu/drm/panel/panel-novatek-nt35596.c

-- 
2.18.0.321.gffc6fa0e3


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

end of thread, other threads:[~2019-03-03 20:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-03 20:06 [PATCH 0/4] drm/panel: Add Novatek NT35596 panel driver Jagan Teki
2019-03-03 20:06 ` [PATCH 1/4] dt-bindings: Add vendor prefix for novatek Jagan Teki
2019-03-03 20:06 ` [PATCH 2/4] dt-bindings: Add vendor prefix for microtech Jagan Teki
2019-03-03 20:06 ` [PATCH 3/4] dt-bindings: display: Add Novatek NT35596 panel documentation Jagan Teki
2019-03-03 20:06 ` [PATCH 4/4] drm/panel: Add Novatek NT35596 panel driver Jagan Teki

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).