summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_output.py
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2025-05-31 13:42:44 -0700
committerEric Biggers <ebiggers@kernel.org>2025-06-30 09:31:56 -0700
commit4be6cc8222a44e3165cd41731535c8e96b5e8104 (patch)
treefeac941b623d01bd2722341c08f7fc85b8c210ee /scripts/lib/kdoc/kdoc_output.py
parent0e238260d3c392de5259f3d796a09f5e46809090 (diff)
crypto: inside-secure - remove crc32 support
The crc32 acceleration in the inside-secure driver is accessible only as an asynchronous hash. However, there seems to be no corresponding user of crc32 in the kernel that supports asynchronous hashes. Therefore, this code seems to be unused. The patch that added this code provided no justification for its inclusion. All devicetree bindings for this accelerator are for arm64; arm64 CPUs often have CRC or PMULL instructions, which already accelerate crc32 very well. And these actually work with the crc32 users in the kernel, unlike this driver which doesn't. Remove this unnecessary code. Cc: Antoine Tenart <atenart@kernel.org> Acked-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20250531204244.24648-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions