All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add Sony Tulip Truly NT35521 panel support
@ 2021-08-09  5:10 Shawn Guo
  2021-08-09  5:10 ` [PATCH v2 1/2] dt-bindings: display: " Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shawn Guo @ 2021-08-09  5:10 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg
  Cc: Stephan Gerhold, Daniel Vetter, Rob Herring, dri-devel,
	devicetree, linux-arm-msm, Shawn Guo

It adds driver for Sony Tulip Truly NT35521 5.24" 1280x720 DSI panel,
which can be found on Sony Xperia M4 Aqua phone.

Changes for v2:
- Add `port` node into bindings.
- Re-create the driver using linux-mdss-dsi-panel-driver-generator[1].
- Rename the driver to include Sony Tulip.
- Model 5V control GPIOs with regulators.
- Rename Backlight GPIO as "backlight-gpios".

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

Shawn Guo (2):
  dt-bindings: display: Add Sony Tulip Truly NT35521 panel support
  drm/panel: Add Sony Tulip Truly NT35521 driver

 .../panel/sony,tulip-truly-nt35521.yaml       |  72 +++
 drivers/gpu/drm/panel/Kconfig                 |  10 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../panel/panel-sony-tulip-truly-nt35521.c    | 552 ++++++++++++++++++
 4 files changed, 635 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/sony,tulip-truly-nt35521.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-sony-tulip-truly-nt35521.c

-- 
2.17.1


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

end of thread, other threads:[~2021-10-17 17:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09  5:10 [PATCH v2 0/2] Add Sony Tulip Truly NT35521 panel support Shawn Guo
2021-08-09  5:10 ` [PATCH v2 1/2] dt-bindings: display: " Shawn Guo
2021-08-13 20:55   ` Rob Herring
2021-08-09  5:10 ` [PATCH v2 2/2] drm/panel: Add Sony Tulip Truly NT35521 driver Shawn Guo
2021-08-24  2:58   ` Shawn Guo
2021-08-24 19:59     ` Sam Ravnborg
2021-09-22  2:29       ` Shawn Guo
2021-10-17 17:38 ` [PATCH v2 0/2] Add Sony Tulip Truly NT35521 panel support Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.