All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add more multi functions to streamline error handling
@ 2024-07-30  6:06 Tejas Vipin
  2024-07-30  6:06 ` [PATCH v2 1/2] drm/mipi-dsi: add more multi functions for better " Tejas Vipin
  2024-07-30  6:06 ` [PATCH v2 2/2] drm/panel: startek-kd070fhfid015: transition to mipi_dsi wrapped functions Tejas Vipin
  0 siblings, 2 replies; 8+ messages in thread
From: Tejas Vipin @ 2024-07-30  6:06 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, neil.armstrong,
	quic_jesszhan
  Cc: dianders, airlied, daniel, dri-devel, linux-kernel, Tejas Vipin

This series adds more multi style functions and uses them in the 
startek-kd070fhfid015 panel. Additionally it marks the older functions
as deprecated.
---
Changes in v2:
    - Improved formatting
    - Rewrote hex as lowercase
    - Marked old functions as deprecated
    - Added more functions to transition
---
Tejas Vipin (2):
  drm/mipi-dsi: add more multi functions for better error handling
  drm/panel: startek-kd070fhfid015: transition to mipi_dsi wrapped
    functions

 drivers/gpu/drm/drm_mipi_dsi.c                | 226 ++++++++++++++++++
 .../drm/panel/panel-startek-kd070fhfid015.c   | 123 +++-------
 include/drm/drm_mipi_dsi.h                    |  12 +
 3 files changed, 277 insertions(+), 84 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-08-01 11:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30  6:06 [PATCH v2 0/2] add more multi functions to streamline error handling Tejas Vipin
2024-07-30  6:06 ` [PATCH v2 1/2] drm/mipi-dsi: add more multi functions for better " Tejas Vipin
2024-07-30  6:47   ` Maxime Ripard
2024-07-31 21:29   ` Doug Anderson
2024-08-01  4:41     ` Tejas Vipin
2024-08-01 11:09   ` Jani Nikula
2024-08-01 11:35     ` Tejas Vipin
2024-07-30  6:06 ` [PATCH v2 2/2] drm/panel: startek-kd070fhfid015: transition to mipi_dsi wrapped functions Tejas Vipin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.