Re: [PATCH v1] crypto: caam: use dma_alloc_coherent instead of dma_alloc

2017-07-11 Thread Oleksij Rempel
oops, please ignore this one. Am 12.07.2017 um 06:40 schrieb Oleksij Rempel: > It is a fixup for following patch: > | commit ef4144b4ab6301d7417af3eb4d79cfc66bf0e731 > | Date: Wed Mar 22 10:14:37 2017 +0100 > | > |crypto: caam - fix RNG buffer cache alignment > > Signed-off-by: Oleksij Remp

[PATCH v1] crypto: caam: use dma_alloc_coherent instead of dma_alloc

2017-07-11 Thread Oleksij Rempel
It is a fixup for following patch: | commit ef4144b4ab6301d7417af3eb4d79cfc66bf0e731 | Date: Wed Mar 22 10:14:37 2017 +0100 | |crypto: caam - fix RNG buffer cache alignment Signed-off-by: Oleksij Rempel --- drivers/crypto/caam/caamrng.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions

Re: [PATCH v1] crypto: caam: use dma_alloc_coherent instead of dma_alloc

2017-07-11 Thread Robert Schwebel
On Tue, Jul 11, 2017 at 04:51:41PM +0200, Oleksij Rempel wrote: > It is a fixup for fallowing patch: ^o > | commit ef4144b4ab6301d7417af3eb4d79cfc66bf0e731 > | Date: Wed Mar 22 10:14:37 2017 +0100 > | > |crypto: caam - fix RNG buffer cache alignmen

[PATCH v1] crypto: caam: use dma_alloc_coherent instead of dma_alloc

2017-07-11 Thread Oleksij Rempel
It is a fixup for fallowing patch: | commit ef4144b4ab6301d7417af3eb4d79cfc66bf0e731 | Date: Wed Mar 22 10:14:37 2017 +0100 | |crypto: caam - fix RNG buffer cache alignmen Signed-off-by: Oleksij Rempel --- drivers/crypto/caam/caamrng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)