/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2008-2011 Freescale Semiconductor, Inc. */ #ifndef CAAM_COMPAT_H #define CAAM_COMPAT_H #include <linux/kernel.h> #include <linux/module.h> #include <linux/mod_devicetable.h> #include <linux/device.h> #include <linux/interrupt.h> #include <linux/crypto.h> #include <linux/hash.h> #include <linux/hw_random.h> #include <linux/of_platform.h> #include <linux/dma-mapping.h> #include <linux/io.h> #include <linux/spinlock.h> #include <linux/rtnetlink.h> #include <linux/in.h> #include <linux/slab.h> #include <linux/types.h> #include <linux/debugfs.h> #include <linux/circ_buf.h> #include <linux/clk.h> #include <net/xfrm.h> #include <crypto/algapi.h> #include <crypto/null.h> #include <crypto/aes.h> #include <crypto/ctr.h> #include <crypto/des.h> #include <crypto/gcm.h> #include <crypto/sha.h> #include <crypto/md5.h> #include <crypto/internal/aead.h> #include <crypto/authenc.h> #include <crypto/akcipher.h> #include <crypto/scatterwalk.h> #include <crypto/internal/skcipher.h> #include <crypto/internal/hash.h> #include <crypto/internal/rsa.h> #include <crypto/internal/akcipher.h> #endif /* !defined(CAAM_COMPAT_H) */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kim Phillips | 87 | 73.11% | 2 | 18.18% |
Tudor Ambarus | 9 | 7.56% | 1 | 9.09% |
Yuan Kang | 9 | 7.56% | 2 | 18.18% |
Horia Geantă | 3 | 2.52% | 1 | 9.09% |
Victoria Milhoan | 3 | 2.52% | 1 | 9.09% |
Corentin Labbe | 3 | 2.52% | 1 | 9.09% |
Catalin Vasile | 3 | 2.52% | 1 | 9.09% |
Herbert Xu | 1 | 0.84% | 1 | 9.09% |
Greg Kroah-Hartman | 1 | 0.84% | 1 | 9.09% |
Total | 119 | 100.00% | 11 | 100.00% |