From: "CK Hu (胡俊光)" <ck.hu@mediatek.com>
To: "p.zabel@pengutronix.de" <p.zabel@pengutronix.de>,
"airlied@gmail.com" <airlied@gmail.com>,
"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
"krzysztof.kozlowski@linaro.org" <krzysztof.kozlowski@linaro.org>,
"chunkuang.hu@kernel.org" <chunkuang.hu@kernel.org>,
"angelogioacchino.delregno@collabora.com"
<angelogioacchino.delregno@collabora.com>,
"daniel@ffwll.ch" <daniel@ffwll.ch>
Cc: "dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mediatek@lists.infradead.org"
<linux-mediatek@lists.infradead.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 01/11] drm/mediatek: aal: drop driver owner initialization
Date: Mon, 1 Apr 2024 03:44:35 +0000 [thread overview]
Message-ID: <48612f68a7e7b6aab0c6d5cbc77d85b1389f4591.camel@mediatek.com> (raw)
In-Reply-To: <20240330-b4-module-owner-drm-mediatek-v1-1-fd5c4b8d633e@linaro.org>
Hi, Krzysztof:
On Sat, 2024-03-30 at 21:43 +0100, Krzysztof Kozlowski wrote:
>
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> Core in platform_driver_register() already sets the .owner, so
> driver
> does not need to. Whatever is set here will be anyway overwritten by
> main driver calling platform_driver_register().
For the whole series,
Reviewed-by: CK Hu <ck.hu@mediatek.com>
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> drivers/gpu/drm/mediatek/mtk_disp_aal.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/mediatek/mtk_disp_aal.c
> b/drivers/gpu/drm/mediatek/mtk_disp_aal.c
> index 40fe403086c3..f6f2c24abc93 100644
> --- a/drivers/gpu/drm/mediatek/mtk_disp_aal.c
> +++ b/drivers/gpu/drm/mediatek/mtk_disp_aal.c
> @@ -223,7 +223,6 @@ struct platform_driver mtk_disp_aal_driver = {
> .remove_new= mtk_disp_aal_remove,
> .driver= {
> .name= "mediatek-disp-aal",
> -.owner= THIS_MODULE,
> .of_match_table = mtk_disp_aal_driver_dt_match,
> },
> };
>
> --
> 2.34.1
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-04-01 3:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-30 20:43 [PATCH 00/11] drm/mediatek: drop driver owner initialization Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 01/11] drm/mediatek: aal: " Krzysztof Kozlowski
2024-04-01 3:44 ` CK Hu (胡俊光) [this message]
2024-04-10 7:43 ` Krzysztof Kozlowski
2024-04-10 8:13 ` CK Hu (胡俊光)
2024-03-30 20:43 ` [PATCH 02/11] drm/mediatek: ccorr: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 03/11] drm/mediatek: color: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 04/11] drm/mediatek: gamma: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 05/11] drm/mediatek: merge: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 06/11] drm/mediatek: ovl: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 07/11] drm/mediatek: ovl_adaptor: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 08/11] drm/mediatek: rdma: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 09/11] drm/mediatek: ethdr: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 10/11] drm/mediatek: mdp_rdma: " Krzysztof Kozlowski
2024-03-30 20:43 ` [PATCH 11/11] drm/mediatek: padding: " Krzysztof Kozlowski
2024-04-02 10:06 ` [PATCH 00/11] drm/mediatek: " AngeloGioacchino Del Regno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48612f68a7e7b6aab0c6d5cbc77d85b1389f4591.camel@mediatek.com \
--to=ck.hu@mediatek.com \
--cc=airlied@gmail.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=chunkuang.hu@kernel.org \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=p.zabel@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox