public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] staging: sm750fb: clean up logging
@ 2026-02-07 15:37 Artem Lytkin
  2026-02-07 15:37 ` [PATCH v4 1/3] staging: sm750fb: remove debug and diagnostic prints Artem Lytkin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Artem Lytkin @ 2026-02-07 15:37 UTC (permalink / raw)
  To: Sudip Mukherjee, Teddy Wang, Greg Kroah-Hartman
  Cc: linux-fbdev, linux-staging, linux-kernel, Artem Lytkin

This series cleans up the logging in the sm750fb driver.

Changes since v3:
  - Dropped the strcat and strncmp patches as requested by Greg KH
  - Consistently removed all pr_info/pr_debug/pr_warn diagnostic prints
    in one patch (previously some fb_find_mode prints were kept)
  - Split dev_err conversions into two patches: one for sm750.c
    and one for sm750_hw.c

Patch 1 removes all pr_info/pr_debug/pr_warn diagnostic prints
from both sm750.c and sm750_hw.c. These include address dumps,
debug variable prints, fb_find_mode result logging, and CH7301
DVI chip status messages.

Patches 2-3 convert the remaining pr_err() calls to dev_err()
for proper device context.

Artem Lytkin (3):
  staging: sm750fb: remove debug and diagnostic prints
  staging: sm750fb: convert logging to device-based in sm750.c
  staging: sm750fb: convert logging to device-based in sm750_hw.c

 drivers/staging/sm750fb/sm750.c    | 88 +++---------------------------
 drivers/staging/sm750fb/sm750_hw.c | 26 ++-------
 2 files changed, 14 insertions(+), 100 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-02-23 14:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-07 15:37 [PATCH v4 0/3] staging: sm750fb: clean up logging Artem Lytkin
2026-02-07 15:37 ` [PATCH v4 1/3] staging: sm750fb: remove debug and diagnostic prints Artem Lytkin
2026-02-07 15:37 ` [PATCH v4 2/3] staging: sm750fb: convert logging to device-based in sm750.c Artem Lytkin
2026-02-07 15:37 ` [PATCH v4 3/3] staging: sm750fb: convert logging to device-based in sm750_hw.c Artem Lytkin
2026-02-23 14:36 ` [PATCH v4 0/3] staging: sm750fb: clean up logging Greg Kroah-Hartman

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