]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: talitos - be less noisy on startup
authorKim Phillips <kim.phillips@freescale.com>
Mon, 21 Nov 2011 08:13:26 +0000 (16:13 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Nov 2011 08:21:50 +0000 (16:21 +0800)
commit5b859b6ebb18b37244d44b5300bf765694b7303c
tree7e55af4294865c2b7316f57d554613619ee0a716
parent79b3a418e090248d00ceba40b81da9dfac753367
crypto: talitos - be less noisy on startup

talitos prints every algorithm it registers at module load time.
Algorithms are being added that make for an excessively noisy console
(latest HMACs patch makes an SEC 3.1 print 20 lines).
Instead, display the SEC h/w version number, and inform the
user of algorithm registration status in /proc/crypto, like so:

talitos ffe30000.crypto: fsl,sec3.1 algorithms registered in /proc/crypto

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c