From: Marek Vasut <marex@denx.de>
To: linux-crypto@vger.kernel.org
Cc: ch@denx.de, "Marek Vasut" <marex@denx.de>,
"Herbert Xu" <herbert@gondor.apana.org.au>,
"Horia Geantă" <horia.geanta@nxp.com>,
"Iuliana Prodan" <iuliana.prodan@nxp.com>,
"Krzysztof Kozlowski" <krzk@kernel.org>
Subject: [RFC][PATCH] crypto: caam - Add missing MODULE_ALIAS
Date: Thu, 16 Sep 2021 15:41:54 +0200 [thread overview]
Message-ID: <20210916134154.8764-1-marex@denx.de> (raw)
Add MODULE_ALIAS for caam and caam_jr modules, so they can be auto-loaded.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Horia Geantă <horia.geanta@nxp.com>
Cc: Iuliana Prodan <iuliana.prodan@nxp.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
---
drivers/crypto/caam/ctrl.c | 1 +
drivers/crypto/caam/jr.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c
index ca0361b2dbb07..f4a1babb418dc 100644
--- a/drivers/crypto/caam/ctrl.c
+++ b/drivers/crypto/caam/ctrl.c
@@ -923,3 +923,4 @@ module_platform_driver(caam_driver);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("FSL CAAM request backend");
MODULE_AUTHOR("Freescale Semiconductor - NMG/STC");
+MODULE_ALIAS("platform:caam");
diff --git a/drivers/crypto/caam/jr.c b/drivers/crypto/caam/jr.c
index 6f669966ba2c1..3b7ea315226aa 100644
--- a/drivers/crypto/caam/jr.c
+++ b/drivers/crypto/caam/jr.c
@@ -635,3 +635,4 @@ module_exit(jr_driver_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("FSL CAAM JR request backend");
MODULE_AUTHOR("Freescale Semiconductor - NMG/STC");
+MODULE_ALIAS("platform:caam_jr");
--
2.33.0
next reply other threads:[~2021-09-16 13:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-16 13:41 Marek Vasut [this message]
2021-09-16 13:59 ` [RFC][PATCH] crypto: caam - Add missing MODULE_ALIAS Krzysztof Kozlowski
2021-09-16 14:06 ` Marek Vasut
2021-09-16 14:22 ` Krzysztof Kozlowski
2021-09-17 9:51 ` Horia Geantă
2021-09-17 10:33 ` Krzysztof Kozlowski
2021-09-17 14:44 ` Horia Geantă
2021-09-17 16:21 ` Krzysztof Kozlowski
2021-09-17 17:30 ` Krzysztof Kozlowski
2021-09-20 13:43 ` Marek Vasut
2021-09-20 16:09 ` Claudius Heine
2021-09-20 16:16 ` Krzysztof Kozlowski
2021-09-21 11:08 ` Fabio Estevam
2021-09-21 11:19 ` Claudius Heine
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=20210916134154.8764-1-marex@denx.de \
--to=marex@denx.de \
--cc=ch@denx.de \
--cc=herbert@gondor.apana.org.au \
--cc=horia.geanta@nxp.com \
--cc=iuliana.prodan@nxp.com \
--cc=krzk@kernel.org \
--cc=linux-crypto@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