summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/rockchip/rk3288_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li2022-11-111-1/+0
* crypto: rockchip - Add support for RK3399Corentin Labbe2022-10-281-19/+73
* crypto: rockchip - permit to have more than one resetCorentin Labbe2022-10-281-1/+1
* crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe2022-10-281-10/+65
* crypto: rockchip - add support for rk3328Corentin Labbe2022-10-281-0/+1
* crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe2022-10-281-57/+9
* crypto: rockchip - handle reset also in PMCorentin Labbe2022-10-281-12/+10
* crypto: rockchip - introduce PMCorentin Labbe2022-10-281-2/+49
* crypto: rockchip - add debugfsCorentin Labbe2022-10-281-0/+47
* crypto: rockchip - rewrite typeCorentin Labbe2022-10-281-8/+18
* crypto: rockchip - rework by using crypto_engineCorentin Labbe2022-10-281-143/+9
* crypto: rockchip - remove non-aligned handlingCorentin Labbe2022-10-281-53/+16
* crypto: rockchip - do not do custom power managementCorentin Labbe2022-10-281-2/+2
* crypto: rockchip - do not use uninitialized variableCorentin Labbe2022-10-281-1/+1
* crypto: rockchip - use dev_err for error message about interruptCorentin Labbe2022-10-281-2/+1
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* crypto: rockchip - switch to skcipher APIArd Biesheuvel2019-11-171-4/+4
* crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* crypto: rockchip - fix scatterlist nents errorZhang Zhijie2019-02-221-1/+1
* crypto: rockchip - Don't dequeue the request when device is busyZain Wang2017-08-221-3/+43
* crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang2017-08-031-19/+0
* crypto: rockchip - move the crypto completion from interrupt contextZain Wang2017-08-031-11/+28
* crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee2016-08-241-4/+2
* crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang2016-02-281-5/+23
* crypto: rockchip - fix possible deadlockHeiko Stuebner2015-12-041-2/+3
* crypto: rockchip - add crypto driver for rk3288Zain Wang2015-11-271-0/+393