From: "liaochen (A)" <liaochen4@huawei.com>
To: <linux-crypto@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <declan.murphy@intel.com>,
<herbert@gondor.apana.org.au>, <davem@davemloft.net>
Subject: Re: [PATCH -next] crypto: keembay - fix module autoloading
Date: Mon, 19 Aug 2024 20:21:22 +0800 [thread overview]
Message-ID: <63efd8d1-e294-42f0-8b0f-ec0ceb793772@huawei.com> (raw)
In-Reply-To: <20240814024406.3875287-1-liaochen4@huawei.com>
On 2024/8/14 10:44, Liao Chen wrote:
> Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
> based on the alias from of_device_id table.
>
> Signed-off-by: Liao Chen <liaochen4@huawei.com>
> ---
> drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c b/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
> index c2dfca73fe4e..e54c79890d44 100644
> --- a/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
> +++ b/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
> @@ -1150,6 +1150,7 @@ static const struct of_device_id kmb_ocs_hcu_of_match[] = {
> },
> {}
> };
> +MODULE_DEVICE_TABLE(of, kmb_ocs_hcu_of_match);
>
> static void kmb_ocs_hcu_remove(struct platform_device *pdev)
> {
Gentle ping
Thanks,
Chen
next prev parent reply other threads:[~2024-08-19 12:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-14 2:44 Liao Chen
2024-08-19 12:21 ` liaochen (A) [this message]
2024-08-19 13:14 ` Alessandrelli, Daniele
2024-08-24 13:49 ` Herbert Xu
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=63efd8d1-e294-42f0-8b0f-ec0ceb793772@huawei.com \
--to=liaochen4@huawei.com \
--cc=davem@davemloft.net \
--cc=declan.murphy@intel.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®