linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm: docs: Remove deprecated MIPI DSI macro
@ 2025-07-08  7:38 Brigham Campbell
  2025-07-08  7:38 ` [PATCH v2 1/3] drm/panel: jdi-lpm102a188a: Update deprecated MIPI function calls Brigham Campbell
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Brigham Campbell @ 2025-07-08  7:38 UTC (permalink / raw)
  To: dianders, tejasvipin76, skhan, linux-kernel-mentees, dri-devel,
	linux-doc, linux-kernel
  Cc: Brigham Campbell

This series removes the unintuitive mipi_dsi_generic_write_seq() macro
and related mipi_dsi_generic_write_chatty() method from the drm
subsystem. This is in accordance with a TODO item from Douglas Anderson
in the drm subsystem documentation. Tejas Vipin (among others) has
largely spearheaded this effort up until now, converting MIPI panel
drivers one at a time.

The first patch of the series removes the last remaining references to
mipi_dsi_generic_write_seq() in the jdi-lpm102a188a driver and updates
the driver to use the undeprecated _multi variants of MIPI functions.
Any behavioral modification to the jdi lpm102a188a panel driver by this
series is unintentional.

changes to v2:
 - Remove all usages of deprecated MIPI functions from jdi-lpm102a188a
   driver instead of just mipi_dsi_generic_write_seq().
 - Update TODO item in drm documentation instead of removing it
   entirely.

Brigham Campbell (3):
  drm/panel: jdi-lpm102a188a: Update deprecated MIPI function calls
  Remove unused MIPI write seq and chatty functions
  drm: docs: Update task from drm TODO list

 Documentation/gpu/todo.rst                    |  26 +--
 drivers/gpu/drm/drm_mipi_dsi.c                |  34 +---
 drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c | 150 +++++++-----------
 include/drm/drm_mipi_dsi.h                    |  23 ---
 4 files changed, 71 insertions(+), 162 deletions(-)


Link: https://lore.kernel.org/lkml/20250707075659.75810-1-me@brighamcampbell.com/
base-commit: e33f256dbc293a1a3a31f18d56f659e7a27a491a
-- 
2.49.0


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

end of thread, other threads:[~2025-07-16 15:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08  7:38 [PATCH v2 0/3] drm: docs: Remove deprecated MIPI DSI macro Brigham Campbell
2025-07-08  7:38 ` [PATCH v2 1/3] drm/panel: jdi-lpm102a188a: Update deprecated MIPI function calls Brigham Campbell
2025-07-14 21:46   ` Doug Anderson
2025-07-16  5:32     ` Brigham Campbell
2025-07-16 15:44       ` Doug Anderson
2025-07-08  7:38 ` [PATCH v2 2/3] drm: Remove unused MIPI write seq and chatty functions Brigham Campbell
2025-07-14 21:46   ` Doug Anderson
2025-07-08  7:39 ` [PATCH v2 3/3] drm: docs: Update task from drm TODO list Brigham Campbell
2025-07-14 21:47   ` Doug Anderson

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