public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/panel: novatek-nt35560: Fix bug and clean up
@ 2025-07-24 20:23 Brigham Campbell
  2025-07-24 20:23 ` [PATCH 1/2] drm: Create mipi_dsi_dcs_read_multi() Brigham Campbell
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Brigham Campbell @ 2025-07-24 20:23 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, simona,
	linus.walleij, neil.armstrong, jessica.zhang, sam
  Cc: dianders, skhan, linux-kernel-mentees, dri-devel, linux-kernel,
	Brigham Campbell

This series does the following:
 - Add mipi_dsi_dcs_read_multi() to drm_mipi_dsi.c for improved error
   handling in drivers which use mipi_dsi_dcs_read() such as the
   novatek-nt35560 driver.
 - Fix a bug in nt35560_set_brightness() which causes the driver to
   incorrectly report that it "failed to disable display backlight".
 - Clean up novatek-nt35560 driver to use "multi" variants of MIPI
   functions which promote cleaner code.

If there's a reason that mipi_dsi_dcs_read_multi doesn't exist, I'm
happy to drop it.

Brigham Campbell (2):
  drm: Create mipi_dsi_dcs_read_multi()
  drm/panel: novatek-nt35560: Fix bug and clean up

 drivers/gpu/drm/drm_mipi_dsi.c                |  37 +++
 drivers/gpu/drm/panel/panel-novatek-nt35560.c | 212 ++++++------------
 include/drm/drm_mipi_dsi.h                    |   2 +
 3 files changed, 105 insertions(+), 146 deletions(-)


base-commit: 1511d3c4d2bb30f784924a877f3cef518bb73077
-- 
2.50.1


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 20:23 [PATCH 0/2] drm/panel: novatek-nt35560: Fix bug and clean up Brigham Campbell
2025-07-24 20:23 ` [PATCH 1/2] drm: Create mipi_dsi_dcs_read_multi() Brigham Campbell
2025-07-25 21:16   ` Doug Anderson
2025-07-28  0:48     ` Brigham Campbell
2025-07-24 20:23 ` [PATCH 2/2] drm/panel: novatek-nt35560: Fix bug and clean up Brigham Campbell
2025-07-25 21:17   ` Doug Anderson
2025-07-28  6:04     ` Brigham Campbell
2025-07-28 16:28       ` Doug Anderson
2025-07-25 21:16 ` [PATCH 0/2] " Doug Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox