linux/arch/sparc/crypto
David S. Miller 979e93ca24 sparc64: Add auto-loading mechanism to crypto-opcode drivers.
Just simply provide a device table containing an entry for sun4v cpus,
the capability mask checks in the drivers themselves will take care of
the rest.

This makes the bootup logs on pre-T4 cpus slightly more verbose, with
each driver indicating lack of support for the associated opcode(s).

But this isn't too much of a real problem.

I toyed with the idea of using explicit entries with compatability
fields of "SPARC-T4", "SPARC-T5", etc. but all future cpus will have
some subset of these opcodes available and this would just be one more
pointless thing to do as each new cpu is released with a new string.

Signed-off-by: David S. Miller <davem@davemloft.net>
2012-09-15 09:46:25 -07:00
..
aes_asm.S sparc64: Fix bugs in unrolled 256-bit loops. 2012-09-01 23:05:43 -07:00
aes_glue.c sparc64: Add missing pr_fmt define to crypto opcode drivers. 2012-09-15 09:17:10 -07:00
camellia_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
camellia_glue.c sparc64: Add missing pr_fmt define to crypto opcode drivers. 2012-09-15 09:17:10 -07:00
crc32c_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
crc32c_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
crop_devid.c sparc64: Add auto-loading mechanism to crypto-opcode drivers. 2012-09-15 09:46:25 -07:00
des_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
des_glue.c sparc64: Add missing pr_fmt define to crypto opcode drivers. 2012-09-15 09:17:10 -07:00
Makefile sparc64: Add auto-loading mechanism to crypto-opcode drivers. 2012-09-15 09:46:25 -07:00
md5_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
md5_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
opcodes.h sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
sha1_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
sha1_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
sha256_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
sha256_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
sha512_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
sha512_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00