devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm: panel: add support lincolntech LCD197 panel
@ 2024-06-26 14:22 Jerome Brunet
  2024-06-26 14:22 ` [PATCH v2 1/3] dt-bindings: panel-simple-dsi: add lincoln LCD197 panel bindings Jerome Brunet
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jerome Brunet @ 2024-06-26 14:22 UTC (permalink / raw)
  To: Neil Armstrong, Jessica Zhang, Sam Ravnborg, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, David Airlie, Daniel Vetter
  Cc: Jerome Brunet, linux-kernel, devicetree, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, dri-devel, Dmitry Baryshkov

This patchset adds support for the Lincolntech LCD197 1080x1920 DSI panel.

Changes since v1 [1]:
 * Rebased on drm-misc-next
 * Drop vendor prefix change (lincolntech recently added)
 * Use mipi_dsi_dcs_*multi()
 * Drop the shutdown callback
 * Insert mipi_dsi_usleep_range() for _multi usage as suggested.
 * Downcase hexadecimal values

[1]: https://lore.kernel.org/lkml/20240625142552.1000988-1-jbrunet@baylibre.com

Jerome Brunet (3):
  dt-bindings: panel-simple-dsi: add lincoln LCD197 panel bindings
  drm/mipi-dsi: add mipi_dsi_usleep_range helper
  drm/panel: add lincolntech lcd197 support

 .../display/panel/panel-simple-dsi.yaml       |   2 +
 drivers/gpu/drm/panel/Kconfig                 |  11 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-lincolntech-lcd197.c  | 262 ++++++++++++++++++
 include/drm/drm_mipi_dsi.h                    |   7 +
 5 files changed, 283 insertions(+)
 create mode 100644 drivers/gpu/drm/panel/panel-lincolntech-lcd197.c

-- 
2.43.0


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

end of thread, other threads:[~2024-06-26 16:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 14:22 [PATCH v2 0/3] drm: panel: add support lincolntech LCD197 panel Jerome Brunet
2024-06-26 14:22 ` [PATCH v2 1/3] dt-bindings: panel-simple-dsi: add lincoln LCD197 panel bindings Jerome Brunet
2024-06-26 15:29   ` Conor Dooley
2024-06-26 14:22 ` [PATCH v2 2/3] drm/mipi-dsi: add mipi_dsi_usleep_range helper Jerome Brunet
2024-06-26 16:35   ` Neil Armstrong
2024-06-26 14:22 ` [PATCH v2 3/3] drm/panel: add lincolntech lcd197 support Jerome Brunet
2024-06-26 16:35   ` Neil Armstrong
2024-06-26 16:45 ` [PATCH v2 0/3] drm: panel: add support lincolntech LCD197 panel Neil Armstrong

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