Herbert Xu
c114cf7f86
crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer
...
The cesa driver mixes use of iomem pointers and normal kernel
pointers. Sometimes it uses memcpy_toio/memcpy_fromio on both
while other times it would use straight memcpy on both, through
the sg_pcopy_* helpers.
This patch fixes this by adding a new field sram_pool to the engine
for the normal pointer case which then allows us to use the right
interface depending on the value of engine->pool.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2021-01-29 16:07:03 +11:00
..
2020-12-24 12:18:11 -08:00
2020-12-24 12:28:35 -08:00
2020-12-16 16:38:41 -08:00
2021-01-03 08:41:37 +11:00
2020-12-21 10:39:37 -08:00
2020-12-22 17:59:11 +01:00
2020-12-16 16:38:41 -08:00
2021-01-29 16:07:03 +11:00
2020-12-24 12:18:11 -08:00
2020-12-17 12:52:23 -08:00
2020-12-24 12:14:29 -08:00
2020-12-24 12:40:07 -08:00
2020-12-17 18:07:20 -08:00
2020-12-25 15:41:13 -08:00
2020-12-22 08:18:36 -08:00
2020-12-17 10:31:30 +01:00
2020-12-16 16:27:35 -08:00
2020-12-20 10:44:05 -08:00
2020-12-24 12:28:35 -08:00
2020-12-16 16:38:41 -08:00
2020-12-26 09:19:49 -08:00
2020-12-17 13:34:25 -08:00
2020-12-17 17:46:34 -08:00
2021-01-03 08:41:39 +11:00
2020-12-27 09:22:55 -08:00
2020-12-16 16:53:00 -08:00
2020-12-25 20:17:40 -08:00
2020-12-19 12:50:10 -08:00
2020-12-24 13:50:23 -08:00
2020-12-23 15:06:22 -08:00
2020-12-19 11:51:32 -08:00
2020-12-16 16:38:41 -08:00
2020-12-16 16:38:41 -08:00
2020-12-20 10:12:06 -08:00
2020-12-24 12:28:35 -08:00
2020-12-17 13:34:25 -08:00
2020-12-17 13:41:27 -08:00
2020-12-18 12:38:28 -08:00
2020-12-16 16:38:41 -08:00
2020-12-18 12:19:37 -08:00
2020-12-17 13:41:27 -08:00
2020-12-17 13:34:25 -08:00
2020-12-24 12:06:46 -08:00
2020-12-20 10:44:05 -08:00
2020-12-24 12:06:46 -08:00
2020-12-18 12:38:28 -08:00
2020-12-24 12:06:46 -08:00
2020-12-23 15:01:49 -08:00
2020-12-24 13:50:23 -08:00