[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1875fe8015d.134ced49297190.1370743243402238612@siddh.me>
Date: Sat, 08 Apr 2023 13:37:32 +0530
From: Siddh Raman Pant <code@...dh.me>
To: "Maarten Lankhorst" <maarten.lankhorst@...ux.intel.com>,
"Maxime Ripard" <mripard@...nel.org>,
"Thomas Zimmermann" <tzimmermann@...e.de>,
"David Airlie" <airlied@...il.com>,
"Daniel Vetter" <daniel@...ll.ch>,
"Jim Cromie" <jim.cromie@...il.com>,
"Sam Ravnborg" <sam@...nborg.org>,
"Jani Nikula" <jani.nikula@...ux.intel.com>,
"Suraj Upadhyay" <usuraj35@...il.com>
Cc: "linux-kernel" <linux-kernel@...r.kernel.org>,
"dri-devel" <dri-devel@...ts.freedesktop.org>
Subject: Re: [PATCH v8 0/8] drm: Remove usage of deprecated DRM_* macros
On Tue, 28 Feb 2023 14:55:04 +0530, Siddh Raman Pant wrote:
> This patchset aims to remove usages of deprecated DRM_* macros from the
> files residing in drivers/gpu/drm root.
>
> In process, I found out that NULL as first argument of drm_dbg_* wasn't
> working, but it was listed as the alternative in deprecation comment,
> so I fixed that before removing usages of DRM_DEBUG_* macros.
>
> Courtesy discussion on v1, I added support for NULL in drm_()* macros too.
>
> Courtesy discussion on v7, I removed generic macro stuff meant to accomodate
> stuff like mipi_dsi_host, and instead reverted a commit which used the
> drm_err() macro incorrectly by passing mipi_dsi_host.
>
> This patchset should be applied in order as changes might be dependent.
>
> Please review and let me know if any errors are there, and hopefully
> this gets accepted.
>
> [...]
>
> Siddh Raman Pant (8):
> Revert "drm: mipi-dsi: Convert logging to drm_* functions."
> drm/print: Fix and add support for NULL as first argument in drm_*
> macros
> drm: Remove usage of deprecated DRM_INFO
> drm: Remove usage of deprecated DRM_NOTE
> drm: Remove usage of deprecated DRM_ERROR
> drm: Remove usage of deprecated DRM_DEBUG
> drm: Remove usage of deprecated DRM_DEBUG_DRIVER
> drm: Remove usage of deprecated DRM_DEBUG_KMS
>
> [...]
Hello,
Please review these patches and let me know if any further changes
are required. I feel they should be good to merge now.
Context: https://lore.kernel.org/dri-devel/cover.1677574322.git.code@siddh.me/
Thanks,
Siddh
Powered by blists - more mailing lists