linux/drivers/crypto
Uwe Kleine-König (The Capable Hub) 995832b2ce Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Replace the #include of <linux/mod_devicetable.h> by the more specific
<linux/device-id/*.h> where applicable. For most cases the include
can be dropped completely, only a few drivers need one or two headers
added.

Acked-by: Danilo Krummrich <dakr@kernel.org>
Acked-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/1a3f2007c5c5dcf555c09a4035ce3ae8ef1b6c49.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
2026-07-03 07:38:17 +02:00
..
allwinner crypto: sun4i-ss - Remove insecure and unused rng_alg 2026-06-12 09:56:45 +08:00
amcc crypto: amcc - convert irq_of_parse_and_map to platform_get_irq 2026-06-12 09:56:45 +08:00
amlogic crypto: amlogic - avoid double cleanup in meson_crypto_probe() 2026-05-15 18:08:48 +08:00
aspeed crypto: aspeed - Use memcpy_from_sglist() in aspeed_ahash_dma_prepare() 2026-04-03 08:56:12 +08:00
axis crypto: artpec6 - refactor crypto_setup_out_descr for readability 2026-05-15 18:08:47 +08:00
bcm crypto: drivers - remove of_match_ptr from OF match tables 2026-05-22 20:25:30 +08:00
caam crypto: caam - use print_hex_dump_devel to guard key hex dumps 2026-05-07 16:10:02 +08:00
cavium crypto: cavium/cpt - fix DMA cleanup using wrong loop index 2026-06-12 09:56:45 +08:00
ccp Arm: 2026-06-19 08:56:49 -07:00
ccree crypto: ccree - replace snprintf("%s") with strscpy 2026-05-15 18:08:47 +08:00
chelsio Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
gemini
hisilicon hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/ 2026-06-11 14:02:58 +08:00
inside-secure crypto: inside-secure/eip93 - Add check for devm_request_threaded_irq 2026-05-29 13:54:43 +08:00
intel Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
marvell crypto: marvell/octeontx - fix DMA cleanup using wrong loop index 2026-06-12 09:56:45 +08:00
nx crypto: nx - fix nx_crypto_ctx_exit argument 2026-06-05 19:36:35 +08:00
qce Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
rockchip crypto: rockchip - drop redundant crypto_skcipher_ivsize() calls 2025-11-14 18:15:48 +08:00
starfive Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
stm32 crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_dev 2026-03-27 18:52:43 +09:00
tegra Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
ti Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
virtio crypto: virtio - Convert from tasklet to BH workqueue 2026-02-28 12:54:14 +09:00
xilinx Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
atmel-aes-regs.h
atmel-aes.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
atmel-authenc.h
atmel-ecc.c crypto: atmel-ecc - drop dead code in atmel_ecdh_max_size 2026-06-12 09:56:45 +08:00
atmel-i2c.c crypto: atmel-i2c - drop redundant void * callback cast in enqueue 2026-05-22 20:25:30 +08:00
atmel-i2c.h
atmel-sha-regs.h
atmel-sha.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
atmel-sha204a.c crypto: atmel-sha204a - Use named initializers for struct i2c_device_id 2026-05-29 13:55:58 +08:00
atmel-tdes-regs.h
atmel-tdes.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
geode-aes.c
geode-aes.h
hifn_795x.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
img-hash.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
Kconfig hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/ 2026-06-12 09:56:26 +08:00
Makefile crypto: exynos-rng - Remove exynos-rng driver 2026-06-11 14:03:13 +08:00
mxs-dcp.c
omap-aes-gcm.c crypto: omap - Use new AES library API 2026-01-15 14:09:08 -08:00
omap-aes.c crypto: omap - add omap_aes_unregister_algs helper 2026-05-07 16:10:02 +08:00
omap-aes.h crypto: omap - Use new AES library API 2026-01-15 14:09:08 -08:00
omap-crypto.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
omap-crypto.h
omap-des.c crypto: omap-des - drop of_match_ptr from OF match table 2026-05-22 20:25:30 +08:00
omap-sham.c crypto: omap - add omap_sham_unregister_algs helper 2026-05-07 16:10:02 +08:00
padlock-aes.c
padlock-sha.c crypto: padlock-sha - Disable for Zhaoxin processor 2026-03-14 11:34:06 -07:00
qcom-rng.c crypto: drivers - remove of_match_ptr from OF match tables 2026-05-22 20:25:30 +08:00
s5p-sss.c crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/remove 2026-03-27 18:52:25 +09:00
sa2ul.c crypto: sa2ul - Fix AEAD fallback algorithm names 2026-04-16 17:29:40 +08:00
sa2ul.h
sahara.c
talitos.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
talitos.h crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueue 2026-05-15 18:08:48 +08:00