devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel
@ 2021-09-09  4:39 Yassine Oudjana
  2021-09-09  4:40 ` [PATCH v2 1/2] drm/panel: Add driver " Yassine Oudjana
  2021-09-09  4:40 ` [PATCH v2 2/2] dt-bindings: display: Add binding for LG.Philips SW43101 Yassine Oudjana
  0 siblings, 2 replies; 4+ messages in thread
From: Yassine Oudjana @ 2021-09-09  4:39 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring
  Cc: Yassine Oudjana, dri-devel, devicetree, phone-devel,
	~postmarketos/upstreaming, linux-kernel

This adds a driver for the LG.Philips SW43101 FHD (1080x1920) 58Hz OLED DSI
video mode panel, found on the Xiaomi Mi Note 2.

Changes since v1:
 - Add regulator support.
 - Add MAINTAINERS entry.
 - Dual-license DT binding.

Yassine Oudjana (2):
  drm/panel: Add driver for LG.Philips SW43101 DSI video mode panel
  dt-bindings: display: Add binding for LG.Philips SW43101

 .../display/panel/lgphilips,sw43101.yaml      |  75 ++++
 MAINTAINERS                                   |   6 +
 drivers/gpu/drm/panel/Kconfig                 |  10 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-lgphilips-sw43101.c   | 363 ++++++++++++++++++
 5 files changed, 455 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/lgphilips,sw43101.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-lgphilips-sw43101.c

-- 
2.33.0



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

end of thread, other threads:[~2021-09-21 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-09  4:39 [PATCH v2 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel Yassine Oudjana
2021-09-09  4:40 ` [PATCH v2 1/2] drm/panel: Add driver " Yassine Oudjana
2021-09-09  4:40 ` [PATCH v2 2/2] dt-bindings: display: Add binding for LG.Philips SW43101 Yassine Oudjana
2021-09-21 17:41   ` Rob Herring

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