summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-273-3/+43
|\
| * crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-163-3/+43
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-145-40/+75
|\|
| * crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49
| * crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-214-24/+26
* | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
* | crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0
|/
* crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier2016-08-091-1/+1
* crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier2016-08-091-6/+9
* crypto: marvell - Update transformation context for each dequeued reqRomain Perier2016-08-091-0/+1
* crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni2016-08-091-11/+9
* crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni2016-08-091-3/+1
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-091-2/+1
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-091-0/+1
* crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier2016-07-291-10/+1
* crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier2016-07-281-6/+6
* crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier2016-07-281-3/+4
* crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier2016-07-281-8/+6
* crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier2016-07-191-1/+1
* crypto: marvell - Increase the size of the crypto queueRomain Perier2016-06-231-1/+1
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-235-27/+221
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-234-86/+84
* crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2016-06-232-12/+12
* crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-234-15/+39
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-235-98/+84
* crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-234-9/+60
* crypto: marvell - Fix wrong type check in dma functionsRomain Perier2016-06-231-2/+3
* crypto: marvell - Check engine is not already running when enabling a reqRomain Perier2016-06-233-0/+6
* crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier2016-06-231-1/+4
* crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall2016-05-031-3/+2
* crypto: marvell/cesa - Improving code readabilityRomain Perier2016-04-201-5/+5
* crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-051-2/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-233-70/+41
|\
| * crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON2016-03-171-1/+1
| * crypto: marvell/cesa - initialize hash statesBoris BREZILLON2016-03-171-0/+20
| * crypto: marvell/cesa - fix memory leakBoris BREZILLON2016-03-172-69/+20
* | crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON2016-02-061-1/+1
|/
* crypto: marvell - check return value of sg_nents_for_lenLABBE Corentin2015-11-172-0/+12
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-044-295/+286
|\
| * crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King2015-10-202-19/+22
| * crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op()Russell King2015-10-201-1/+1
| * crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King2015-10-202-13/+14
| * crypto: marvell/cesa - use gfp_t for gfp flagsRussell King2015-10-202-7/+4
| * crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King2015-10-202-4/+6
| * crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-204-16/+15
| * crypto: marvell/cesa - fix memory leakBoris Brezillon2015-10-201-12/+10
| * crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_...Russell King2015-10-201-8/+0
| * crypto: marvell/cesa - rearrange handling for sw padded hashesRussell King2015-10-201-26/+18
| * crypto: marvell/cesa - rearrange handling for hw finished hashesRussell King2015-10-201-11/+24
| * crypto: marvell/cesa - rearrange last request handlingRussell King2015-10-201-11/+19