[PATCH 0/2] Transition remaining mipi_dsi_dcs_write_seq commands and remove it

Tejas Vipin posted 2 patches 7 months, 4 weeks ago
drivers/gpu/drm/panel/panel-samsung-sofef00.c | 70 ++++++-------------
include/drm/drm_mipi_dsi.h                    | 22 ------
2 files changed, 21 insertions(+), 71 deletions(-)
[PATCH 0/2] Transition remaining mipi_dsi_dcs_write_seq commands and remove it
Posted by Tejas Vipin 7 months, 4 weeks ago
panel-samsung-sofef00 is the last remaining user of
mipi_dsi_dcs_write_seq, so mipi_dsi_dcs_write_seq can be removed after
the panel has been changed to use mipi_dsi_*_multi functions.

Tejas Vipin (2):
  drm/panel: panel-samsung-sofef00: transition to mipi_dsi wrapped
    functions
  drm/mipi-dsi: Remove mipi_dsi_dcs_write_seq

 drivers/gpu/drm/panel/panel-samsung-sofef00.c | 70 ++++++-------------
 include/drm/drm_mipi_dsi.h                    | 22 ------
 2 files changed, 21 insertions(+), 71 deletions(-)

-- 
2.49.0
Re: [PATCH 0/2] Transition remaining mipi_dsi_dcs_write_seq commands and remove it
Posted by Neil Armstrong 7 months, 3 weeks ago
Hi,

On Sat, 19 Apr 2025 09:42:08 +0530, Tejas Vipin wrote:
> panel-samsung-sofef00 is the last remaining user of
> mipi_dsi_dcs_write_seq, so mipi_dsi_dcs_write_seq can be removed after
> the panel has been changed to use mipi_dsi_*_multi functions.
> 
> Tejas Vipin (2):
>   drm/panel: panel-samsung-sofef00: transition to mipi_dsi wrapped
>     functions
>   drm/mipi-dsi: Remove mipi_dsi_dcs_write_seq
> 
> [...]

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/2] drm/panel: panel-samsung-sofef00: transition to mipi_dsi wrapped functions
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/d6a4da523deba1814a45a593c271c32efedc39f3
[2/2] drm/mipi-dsi: Remove mipi_dsi_dcs_write_seq
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/61a0fc33b8538169eb30365b1598eaf33895c34f

-- 
Neil