[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250921183720.237761-8-rtapadia730@gmail.com>
Date: Mon, 22 Sep 2025 00:07:24 +0530
From: rtapadia730@...il.com
To: neil.armstrong@...aro.org,
maarten.lankhorst@...ux.intel.com
Cc: mripard@...nel.org,
tzimmermann@...e.de,
airlied@...il.com,
simona@...ll.ch,
jessica.zhang@....qualcomm.com,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org,
corbet@....net,
Rajeev Tapadia <rtapadia730@...il.com>
Subject: [PATCH 4/4] drm/todo: remove todo entry for deprecated mipi_dsi_*_write_seq()
From: Rajeev Tapadia <rtapadia730@...il.com>
The todo entry about transitioning from mipi_dsi_*_write_seq() is
completed.
Signed-off-by: Rajeev Tapadia <rtapadia730@...il.com>
---
Documentation/gpu/todo.rst | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index be8637da3fe9..76afb8a784e3 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -497,24 +497,6 @@ Contact: Douglas Anderson <dianders@...omium.org>
Level: Intermediate
-Transition away from using mipi_dsi_*_write_seq()
--------------------------------------------------
-
-The macros mipi_dsi_generic_write_seq() and mipi_dsi_dcs_write_seq() are
-non-intuitive because, if there are errors, they return out of the *caller's*
-function. We should move all callers to use mipi_dsi_generic_write_seq_multi()
-and mipi_dsi_dcs_write_seq_multi() macros instead.
-
-Once all callers are transitioned, the macros and the functions that they call,
-mipi_dsi_generic_write_chatty() and mipi_dsi_dcs_write_buffer_chatty(), can
-probably be removed. Alternatively, if people feel like the _multi() variants
-are overkill for some use cases, we could keep the mipi_dsi_*_write_seq()
-variants but change them not to return out of the caller.
-
-Contact: Douglas Anderson <dianders@...omium.org>
-
-Level: Starter
-
Remove devm_drm_put_bridge()
----------------------------
--
2.51.0
Powered by blists - more mailing lists