mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-13 18:04:01 +00:00
On my renesas salavator-X, I saw some cavium driver failing crypto self-tests. But salvator does not have such hardware. This is due to cavium/zip driver registering algorithms even if hardware is not present. The solution is to move algorithm registration in the probe function. This permits also to simplify module init/exit by using module_pci_driver. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
|---|---|---|
| .. | ||
| common.h | ||
| Makefile | ||
| zip_crypto.c | ||
| zip_crypto.h | ||
| zip_deflate.c | ||
| zip_deflate.h | ||
| zip_device.c | ||
| zip_device.h | ||
| zip_inflate.c | ||
| zip_inflate.h | ||
| zip_main.c | ||
| zip_main.h | ||
| zip_mem.c | ||
| zip_mem.h | ||
| zip_regs.h | ||