linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Crypto] chcr: Print the chcr driver information while module load.
@ 2020-02-05 10:34 Devulapally Shiva Krishna
  2020-02-13  9:25 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Devulapally Shiva Krishna @ 2020-02-05 10:34 UTC (permalink / raw)
  To: herbert, linux-crypto; +Cc: manojmalviya, Devulapally Shiva Krishna

No logs are recorded in dmesg during chcr module load, hence
adding the print and also appending -ko to driver version.

Signed-off-by: Devulapally Shiva Krishna <shiva@chelsio.com>
---
 drivers/crypto/chelsio/chcr_core.c | 1 +
 drivers/crypto/chelsio/chcr_core.h | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/crypto/chelsio/chcr_core.c b/drivers/crypto/chelsio/chcr_core.c
index e937605670ac..507ba20f0874 100644
--- a/drivers/crypto/chelsio/chcr_core.c
+++ b/drivers/crypto/chelsio/chcr_core.c
@@ -190,6 +190,7 @@ static void *chcr_uld_add(const struct cxgb4_lld_info *lld)
 	struct uld_ctx *u_ctx;
 
 	/* Create the device and add it in the device list */
+	pr_info_once("%s - version %s\n", DRV_DESC, DRV_VERSION);
 	if (!(lld->ulp_crypto & ULP_CRYPTO_LOOKASIDE))
 		return ERR_PTR(-EOPNOTSUPP);
 
diff --git a/drivers/crypto/chelsio/chcr_core.h b/drivers/crypto/chelsio/chcr_core.h
index ad874d548aa5..b41ef1abfe74 100644
--- a/drivers/crypto/chelsio/chcr_core.h
+++ b/drivers/crypto/chelsio/chcr_core.h
@@ -43,7 +43,8 @@
 #include "cxgb4_uld.h"
 
 #define DRV_MODULE_NAME "chcr"
-#define DRV_VERSION "1.0.0.0"
+#define DRV_VERSION "1.0.0.0-ko"
+#define DRV_DESC "Chelsio T6 Crypto Co-processor Driver"
 
 #define MAX_PENDING_REQ_TO_HW 20
 #define CHCR_TEST_RESPONSE_TIMEOUT 1000
-- 
2.18.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Crypto] chcr: Print the chcr driver information while module load.
  2020-02-05 10:34 [Crypto] chcr: Print the chcr driver information while module load Devulapally Shiva Krishna
@ 2020-02-13  9:25 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2020-02-13  9:25 UTC (permalink / raw)
  To: Devulapally Shiva Krishna; +Cc: linux-crypto, manojmalviya

On Wed, Feb 05, 2020 at 04:04:33PM +0530, Devulapally Shiva Krishna wrote:
> No logs are recorded in dmesg during chcr module load, hence
> adding the print and also appending -ko to driver version.
> 
> Signed-off-by: Devulapally Shiva Krishna <shiva@chelsio.com>
> ---
>  drivers/crypto/chelsio/chcr_core.c | 1 +
>  drivers/crypto/chelsio/chcr_core.h | 3 ++-
>  2 files changed, 3 insertions(+), 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-13  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 10:34 [Crypto] chcr: Print the chcr driver information while module load Devulapally Shiva Krishna
2020-02-13  9:25 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).