mbox series

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

Message ID 20250419041210.515517-1-tejasvipin76@gmail.com (mailing list archive)
Headers show
Series Transition remaining mipi_dsi_dcs_write_seq commands and remove it | expand

Message

Tejas Vipin April 19, 2025, 4:12 a.m. UTC
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(-)