Re: [PATCH v2] drm: pl111: replace dev_* print functions with drm_* variants
From: Linus Walleij
Date: Wed Dec 10 2025 - 18:41:15 EST
On Tue, Nov 25, 2025 at 8:42 PM Eslam Khafagy
<eslam.medhat1993@xxxxxxxxx> wrote:
> Update the PL111 CLCD driver to use DRM print macros drm_*() instead of
> dev_*(). This change ensures consistency with DRM subsystem
> logging conventions [1].
>
> [1]
> Link: https://docs.kernel.org/gpu/todo.html#convert-logging-to-drm-functions-with-drm-device-parameter
>
> Signed-off-by: Eslam Khafagy <eslam.medhat1993@xxxxxxxxx>
> ---
> v2:
> * Add mssing include file drm/drm_print.h
> v1: https://lore.kernel.org/all/20251122004951.567753-1-eslam.medhat1993@xxxxxxxxx/
Patch applied and pushed for next.
Yours,
Linus Walleij