[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <97a3b7683e665a9d44b407fe7a62f88b49ce38a8.camel@mediatek.com>
Date: Tue, 13 Jun 2023 02:37:31 +0000
From: CK Hu (胡俊光) <ck.hu@...iatek.com>
To: "robh+dt@...nel.org" <robh+dt@...nel.org>,
"kishon@...com" <kishon@...com>,
Chunfeng Yun (云春峰)
<Chunfeng.Yun@...iatek.com>,
"chunkuang.hu@...nel.org" <chunkuang.hu@...nel.org>,
Jitao Shi (石记涛) <jitao.shi@...iatek.com>,
"daniel@...ll.ch" <daniel@...ll.ch>,
"granquet@...libre.com" <granquet@...libre.com>,
"p.zabel@...gutronix.de" <p.zabel@...gutronix.de>,
"airlied@...il.com" <airlied@...il.com>,
"krzysztof.kozlowski+dt@...aro.org"
<krzysztof.kozlowski+dt@...aro.org>,
"vkoul@...nel.org" <vkoul@...nel.org>,
"matthias.bgg@...il.com" <matthias.bgg@...il.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-mediatek@...ts.infradead.org"
<linux-mediatek@...ts.infradead.org>,
Mac Shen (沈俊) <Mac.Shen@...iatek.com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"krzysztof.kozlowski@...aro.org" <krzysztof.kozlowski@...aro.org>,
Stuart Lee (李翰) <Stuart.Lee@...iatek.com>,
"dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"angelogioacchino.delregno@...labora.com"
<angelogioacchino.delregno@...labora.com>
Subject: Re: [PATCH v4 3/8] drm/mediatek: extract common functions from the
mtk hdmi driver
Hi, Guillaume:
On Mon, 2023-05-29 at 16:31 +0200, Guillaume Ranquet wrote:
>
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> Create a common "framework" that can be used to add support for
> different hdmi IPs within the mediatek range of products.
>
> Signed-off-by: Guillaume Ranquet <granquet@...libre.com>
> ---
> drivers/gpu/drm/mediatek/Makefile | 3 +-
> drivers/gpu/drm/mediatek/mtk_hdmi.c | 596 ++-----------------
> ----------
> drivers/gpu/drm/mediatek/mtk_hdmi.h | 18 +
> drivers/gpu/drm/mediatek/mtk_hdmi_common.c | 407
> ++++++++++++++++++++
> drivers/gpu/drm/mediatek/mtk_hdmi_common.h | 207 ++++++++++
> 5 files changed, 666 insertions(+), 565 deletions(-)
>
>
I would like the file naming as:
mtk_hdmi.c => mtk_hdmi_mt8173.c
mtk_hdmi.h => mtk_hdmi_mt8173.h
mtk_hdmi_common.c => mtk_hdmi.c
mtk_hdmi_common.h => mtk_hdmi.h
and your v2 file naming as:
mtk_hdmi_mt8195.c
mtk_hdmi_mt8195.h
Regards,
CK
Powered by blists - more mailing lists