diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-02 18:53:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-02 18:53:46 -0400 |
commit | 5a0387a8a8efb90ae7fea1e2e5c62de3efa74691 (patch) | |
tree | 9e5bbbafe7fea01c843d86c7c3d40f29f962c474 /MAINTAINERS | |
parent | 204f144c9fcac355843412b6ba1150086488a208 (diff) | |
parent | 929562b144783b9212625305eadcbbd800809643 (diff) |
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu:
"Here is the crypto update for 4.12:
API:
- Add batch registration for acomp/scomp
- Change acomp testing to non-unique compressed result
- Extend algorithm name limit to 128 bytes
- Require setkey before accept(2) in algif_aead
Algorithms:
- Add support for deflate rfc1950 (zlib)
Drivers:
- Add accelerated crct10dif for powerpc
- Add crc32 in stm32
- Add sha384/sha512 in ccp
- Add 3des/gcm(aes) for v5 devices in ccp
- Add Queue Interface (QI) backend support in caam
- Add new Exynos RNG driver
- Add ThunderX ZIP driver
- Add driver for hardware random generator on MT7623 SoC"
* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (101 commits)
crypto: stm32 - Fix OF module alias information
crypto: algif_aead - Require setkey before accept(2)
crypto: scomp - add support for deflate rfc1950 (zlib)
crypto: scomp - allow registration of multiple scomps
crypto: ccp - Change ISR handler method for a v5 CCP
crypto: ccp - Change ISR handler method for a v3 CCP
crypto: crypto4xx - rename ce_ring_contol to ce_ring_control
crypto: testmgr - Allow ecb(cipher_null) in FIPS mode
Revert "crypto: arm64/sha - Add constant operand modifier to ASM_EXPORT"
crypto: ccp - Disable interrupts early on unload
crypto: ccp - Use only the relevant interrupt bits
hwrng: mtk - Add driver for hardware random generator on MT7623 SoC
dt-bindings: hwrng: Add Mediatek hardware random generator bindings
crypto: crct10dif-vpmsum - Fix missing preempt_disable()
crypto: testmgr - replace compression known answer test
crypto: acomp - allow registration of multiple acomps
hwrng: n2 - Use devm_kcalloc() in n2rng_probe()
crypto: chcr - Fix error handling related to 'chcr_alloc_shash'
padata: get_next is never NULL
crypto: exynos - Add new Exynos RNG driver
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 24f894eb2a7f..756da3f484d1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6242,7 +6242,7 @@ F: drivers/crypto/nx/nx_csbcpb.h | |||
6242 | F: drivers/crypto/nx/nx_debugfs.h | 6242 | F: drivers/crypto/nx/nx_debugfs.h |
6243 | 6243 | ||
6244 | IBM Power 842 compression accelerator | 6244 | IBM Power 842 compression accelerator |
6245 | M: Dan Streetman <ddstreet@ieee.org> | 6245 | M: Haren Myneni <haren@us.ibm.com> |
6246 | S: Supported | 6246 | S: Supported |
6247 | F: drivers/crypto/nx/Makefile | 6247 | F: drivers/crypto/nx/Makefile |
6248 | F: drivers/crypto/nx/Kconfig | 6248 | F: drivers/crypto/nx/Kconfig |
@@ -10954,6 +10954,14 @@ L: alsa-devel@alsa-project.org (moderated for non-subscribers) | |||
10954 | S: Supported | 10954 | S: Supported |
10955 | F: sound/soc/samsung/ | 10955 | F: sound/soc/samsung/ |
10956 | 10956 | ||
10957 | SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER | ||
10958 | M: Krzysztof Kozlowski <krzk@kernel.org> | ||
10959 | L: linux-crypto@vger.kernel.org | ||
10960 | L: linux-samsung-soc@vger.kernel.org | ||
10961 | S: Maintained | ||
10962 | F: drivers/crypto/exynos-rng.c | ||
10963 | F: Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt | ||
10964 | |||
10957 | SAMSUNG FRAMEBUFFER DRIVER | 10965 | SAMSUNG FRAMEBUFFER DRIVER |
10958 | M: Jingoo Han <jingoohan1@gmail.com> | 10966 | M: Jingoo Han <jingoohan1@gmail.com> |
10959 | L: linux-fbdev@vger.kernel.org | 10967 | L: linux-fbdev@vger.kernel.org |
@@ -10978,6 +10986,14 @@ F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt | |||
10978 | F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt | 10986 | F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt |
10979 | F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt | 10987 | F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt |
10980 | 10988 | ||
10989 | SAMSUNG S5P Security SubSystem (SSS) DRIVER | ||
10990 | M: Krzysztof Kozlowski <krzk@kernel.org> | ||
10991 | M: Vladimir Zapolskiy <vz@mleia.com> | ||
10992 | L: linux-crypto@vger.kernel.org | ||
10993 | L: linux-samsung-soc@vger.kernel.org | ||
10994 | S: Maintained | ||
10995 | F: drivers/crypto/s5p-sss.c | ||
10996 | |||
10981 | SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS | 10997 | SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS |
10982 | M: Kyungmin Park <kyungmin.park@samsung.com> | 10998 | M: Kyungmin Park <kyungmin.park@samsung.com> |
10983 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> | 10999 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |