From: Stephen Boyd <sboyd@kernel.org>
To: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
patches@lists.linux.dev,
Garmin . Chang <Garmin.Chang@mediatek.com>,
Chen-Yu Tsai <wenst@chromium.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
kernel test robot <lkp@intel.com>
Subject: Re: [PATCH v2] clk: mediatek: Use right match table, include mod_devicetable
Date: Tue, 04 Apr 2023 13:10:38 -0700 [thread overview]
Message-ID: <e69cb2aba5e932491981eb6ccd320766.sboyd@kernel.org> (raw)
In-Reply-To: <20230404045636.1114141-1-sboyd@kernel.org>
Quoting Stephen Boyd (2023-04-03 21:56:36)
> diff --git a/drivers/clk/mediatek/clk-mt8188-wpe.c b/drivers/clk/mediatek/clk-mt8188-wpe.c
> index 5abded13cece..c372ff703f9c 100644
> --- a/drivers/clk/mediatek/clk-mt8188-wpe.c
> +++ b/drivers/clk/mediatek/clk-mt8188-wpe.c
> @@ -88,7 +88,7 @@ static const struct of_device_id of_match_clk_mt8188_wpe[] = {
> { .compatible = "mediatek,mt8188-wpesys-vpp0", .data = &wpe_vpp0_desc },
> { /* sentinel */ }
> };
> -MODULE_DEVICE_TABLE(platform, clk_mt8188_vpp1_id_table);
> +MODULE_DEVICE_TABLE(platform, of_match_clk_mt8188_wpe);
This one is still wrong. v3 coming up.
prev parent reply other threads:[~2023-04-04 20:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-04 4:56 [PATCH v2] clk: mediatek: Use right match table, include mod_devicetable Stephen Boyd
2023-04-04 7:37 ` AngeloGioacchino Del Regno
2023-04-04 20:10 ` Stephen Boyd [this message]
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=e69cb2aba5e932491981eb6ccd320766.sboyd@kernel.org \
--to=sboyd@kernel.org \
--cc=Garmin.Chang@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=mturquette@baylibre.com \
--cc=patches@lists.linux.dev \
--cc=wenst@chromium.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.