[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250331172534353mkMR1nv-dsjFTZTXCPY0a@zte.com.cn>
Date: Mon, 31 Mar 2025 17:25:34 +0800 (CST)
From: <shao.mingyin@....com.cn>
To: <j@...nau.net>, <liviu.dudau@....com>, <chunkuang.hu@...nel.org>
Cc: <fnkl.kernel@...il.com>, <maarten.lankhorst@...ux.intel.com>,
<mripard@...nel.org>, <tzimmermann@...e.de>, <airlied@...il.com>,
<simona@...ll.ch>, <dri-devel@...ts.freedesktop.org>,
<asahi@...ts.linux.dev>, <linux-kernel@...r.kernel.org>,
<p.zabel@...gutronix.de>, <matthias.bgg@...il.com>,
<angelogioacchino.delregno@...labora.com>,
<linux-mediatek@...ts.infradead.org>,
<linux-arm-kernel@...ts.infradead.org>, <yang.yang29@....com.cn>,
<xu.xin16@....com.cn>, <ye.xingchen@....com.cn>,
<tang.dongxing@....com.cn>
Subject: [PATCH 0/4] Replace custom compare_dev with component_compare_of in drm
From: Tang Dongxing <tang.dongxing@....com.cn>
Remove the custom device comparison function compare_dev and replace it
with the existing kernel helper component_compare_of, as suggested in
the review feedback. This simplifies the code by eliminating redundant
logic and aligns with the pattern used in other DRM drivers like
hdlcd_drv.c and malidp_drv.c.
Tang Dongxing (4):
drm: adp: Replace custom compare_dev with component_compare_of
drm: arm: hdlcd: Replace custom compare_dev with component_compare_of
drm: malidp: Replace custom compare_dev with component_compare_of
drm: mediatek: Replace custom compare_dev with component_compare_of
drivers/gpu/drm/adp/adp_drv.c | 7 +------
drivers/gpu/drm/arm/hdlcd_drv.c | 7 +------
drivers/gpu/drm/arm/malidp_drv.c | 9 +--------
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 7 +------
4 files changed, 4 insertions(+), 26 deletions(-)
--
2.25.1
Powered by blists - more mailing lists