index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
rockchip
/
rk3288_crypto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-19
crypto: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-02-24
crypto: rockchip - fix to check return value
Kilian Zinnecker
1
-0
/
+5
2023-10-27
crypto: rockchip/rk3288 - Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-08-23
crypto: drivers - Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-08-18
crypto: rk3288 - Use new crypto_engine_op interface
Herbert Xu
1
-24
/
+34
2022-11-11
crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()
Yang Li
1
-1
/
+0
2022-10-28
crypto: rockchip - Add support for RK3399
Corentin Labbe
1
-19
/
+73
2022-10-28
crypto: rockchip - permit to have more than one reset
Corentin Labbe
1
-1
/
+1
2022-10-28
crypto: rockchip - Check for clocks numbers and their frequencies
Corentin Labbe
1
-10
/
+65
2022-10-28
crypto: rockchip - add support for rk3328
Corentin Labbe
1
-0
/
+1
2022-10-28
crypto: rockchip - use clk_bulk to simplify clock management
Corentin Labbe
1
-57
/
+9
2022-10-28
crypto: rockchip - handle reset also in PM
Corentin Labbe
1
-12
/
+10
2022-10-28
crypto: rockchip - introduce PM
Corentin Labbe
1
-2
/
+49
2022-10-28
crypto: rockchip - add debugfs
Corentin Labbe
1
-0
/
+47
2022-10-28
crypto: rockchip - rewrite type
Corentin Labbe
1
-8
/
+18
2022-10-28
crypto: rockchip - rework by using crypto_engine
Corentin Labbe
1
-143
/
+9
2022-10-28
crypto: rockchip - remove non-aligned handling
Corentin Labbe
1
-53
/
+16
2022-10-28
crypto: rockchip - do not do custom power management
Corentin Labbe
1
-2
/
+2
2022-10-28
crypto: rockchip - do not use uninitialized variable
Corentin Labbe
1
-1
/
+1
2022-10-28
crypto: rockchip - use dev_err for error message about interrupt
Corentin Labbe
1
-2
/
+1
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
1
-0
/
+1
2019-11-17
crypto: rockchip - switch to skcipher API
Ard Biesheuvel
1
-4
/
+4
2019-08-09
crypto: rockchip - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
1
-4
/
+1
2019-02-22
crypto: rockchip - fix scatterlist nents error
Zhang Zhijie
1
-1
/
+1
2017-08-22
crypto: rockchip - Don't dequeue the request when device is busy
Zain Wang
1
-3
/
+43
2017-08-03
crypto: rockchip - return the err code when unable dequeue the crypto request
Zain Wang
1
-19
/
+0
2017-08-03
crypto: rockchip - move the crypto completion from interrupt context
Zain Wang
1
-11
/
+28
2016-08-24
crypto: rockchip - use devm_add_action_or_reset()
Sudip Mukherjee
1
-4
/
+2
2016-02-28
crypto: rockchip - add hash support for crypto engine in rk3288
Zain Wang
1
-5
/
+23
2015-12-04
crypto: rockchip - fix possible deadlock
Heiko Stuebner
1
-2
/
+3
2015-11-27
crypto: rockchip - add crypto driver for rk3288
Zain Wang
1
-0
/
+393