summaryrefslogtreecommitdiff
path: root/drivers/crypto/rockchip/rk3288_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-24crypto: rockchip - fix to check return valueKilian Zinnecker1-0/+5
2023-10-27crypto: rockchip/rk3288 - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-1/+0
2023-08-18crypto: rk3288 - Use new crypto_engine_op interfaceHerbert Xu1-24/+34
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li1-1/+0
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe1-19/+73
2022-10-28crypto: rockchip - permit to have more than one resetCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe1-10/+65
2022-10-28crypto: rockchip - add support for rk3328Corentin Labbe1-0/+1
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe1-57/+9
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe1-12/+10
2022-10-28crypto: rockchip - introduce PMCorentin Labbe1-2/+49
2022-10-28crypto: rockchip - add debugfsCorentin Labbe1-0/+47
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe1-8/+18
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe1-143/+9
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe1-53/+16
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe1-2/+2
2022-10-28crypto: rockchip - do not use uninitialized variableCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - use dev_err for error message about interruptCorentin Labbe1-2/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2019-11-17crypto: rockchip - switch to skcipher APIArd Biesheuvel1-4/+4
2019-08-09crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie1-1/+1
2017-08-22crypto: rockchip - Don't dequeue the request when device is busyZain Wang1-3/+43
2017-08-03crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang1-19/+0
2017-08-03crypto: rockchip - move the crypto completion from interrupt contextZain Wang1-11/+28
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee1-4/+2
2016-02-27crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang1-5/+23
2015-12-04crypto: rockchip - fix possible deadlockHeiko Stuebner1-2/+3
2015-11-27crypto: rockchip - add crypto driver for rk3288Zain Wang1-0/+393