[PATCH v3 0/3] Use proper printk format in appletbdrm

From: Aditya Garg
Date: Mon Apr 07 2025 - 09:37:29 EST


The vsprint patch was originally being sent as a seperate patch [1], and
I was waiting it to be taken up. But as suggested by Petr, I'm sending
them via DRM.

v2:
Remove printf tests, will merge later through Kees' tree

v3:
Re-add printf tests, since 6.15-rc1 has the necessary commits merged now.

[1]: https://lore.kernel.org/lkml/1A03A5B4-93AC-4307-AE6A-4A4C4B7E9472@xxxxxxxx/

Aditya Garg (2):
printf: add tests for generic FourCCs
drm/appletbdrm: use %p4cl instead of %p4cc

Hector Martin (1):
lib/vsprintf: Add support for generic FourCCs by extending %p4cc

Documentation/core-api/printk-formats.rst | 32 +++++++++++++++++++
drivers/gpu/drm/tiny/appletbdrm.c | 4 +--
lib/tests/printf_kunit.c | 39 +++++++++++++++++++----
lib/vsprintf.c | 35 ++++++++++++++++----
scripts/checkpatch.pl | 2 +-
5 files changed, 96 insertions(+), 16 deletions(-)

--
2.43.0