index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
allwinner
/
sun8i-ce
/
sun8i-ce-core.c
Age
Commit message (
Expand
)
Author
2025-05-05
crypto: sun8i-ce - undo runtime PM changes during driver removal
Ovidiu Panait
2024-10-19
crypto: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-07-06
crypto: sun8i-ce - add Allwinner H616 support
Andre Przywara
2024-07-06
crypto: sun8i-ce - wrap accesses to descriptor address fields
Andre Przywara
2023-10-27
crypto: sun8i-ce - remove unnecessary alignmask for ahashes
Eric Biggers
2023-10-27
crypto: sun8i-ce - Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-23
crypto: drivers - Explicitly include correct DT includes
Rob Herring
2023-08-18
crypto: sun8i-ce - Use new crypto_engine_op interface
Herbert Xu
2023-06-13
crypto: update some Arm documentation references
Jonathan Corbet
2023-01-13
crypto: sun8i-ce - Add TRNG clock to the D1 variant
Samuel Holland
2022-05-13
crypto: sun8i-ce - rework debugging
Corentin Labbe
2022-05-13
crypto: sun8i-ce - do not allocate memory when handling requests
Corentin Labbe
2021-11-26
crypto: sun8i-ce - Add support for the D1 variant
Corentin Labbe
2021-04-16
crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()
Shixin Liu
2020-09-25
crypto: sun8i-ce - fix comparison of integer expressions of different signedness
Corentin Labbe
2020-09-25
crypto: sun8i-ce - Add support for the TRNG
Corentin Labbe
2020-09-25
crypto: sun8i-ce - Add support for the PRNG
Corentin Labbe
2020-09-25
crypto: sun8i-ce - support hash algorithms
Corentin Labbe
2020-09-25
crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytes
Corentin Labbe
2020-09-25
crypto: sun8i-ce - handle different error registers
Corentin Labbe
2020-09-25
crypto: sun8i-ce - handle endianness of t_common_ctl
Corentin Labbe
2020-09-25
crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
2020-09-18
crypto: sun8i - Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-04-20
docs: fix broken references for ReST files that moved around
Mauro Carvalho Chehab
2020-02-13
crypto: allwinner - remove redundant platform_get_irq error message
Chen Zhou
2020-01-16
crypto: sun8i-ce - fix removal of module
Corentin Labbe
2019-12-27
crypto: allwinner - remove unneeded semicolon
Chen Zhou
2019-11-15
crypto: allwinner - fix some spelling mistakes
Colin Ian King
2019-11-01
crypto: allwinner - Add sun8i-ce Crypto Engine
Corentin Labbe