aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-31crypto: qat - fix constants table DMAGravatar Maksim Lukoshkov 1-8/+12
2016-08-31hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerGravatar PrasannaKumar Muralidharan 1-10/+1
2016-08-31hwrng: Remove check for max less than 4 bytesGravatar PrasannaKumar Muralidharan 2-6/+0
2016-08-31hwrng: amd - Convert to new hwrng read() APIGravatar Corentin LABBE 1-19/+28
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Gravatar Corentin LABBE 1-6/+25
2016-08-31hwrng: amd - Replace global variable with private structGravatar Corentin LABBE 1-19/+38
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterGravatar Corentin LABBE 1-1/+2
2016-08-31hwrng: amd - Remove asm/io.hGravatar Corentin LABBE 1-4/+3
2016-08-31hwrng: amd - Be consitent with the driver nameGravatar Corentin LABBE 1-6/+5
2016-08-31hwrng: amd - use the BIT macroGravatar Corentin LABBE 1-3/+3
2016-08-31hwrng: amd - Fix style problem with blank lineGravatar Corentin LABBE 1-5/+1
2016-08-31crypto: caam - add missing header dependenciesGravatar Baoyou Xie 1-0/+1
2016-08-31hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Gravatar Omer Khaliq 4-0/+207
2016-08-31PCI: quirk fixup for cavium invalid sriov link value.Gravatar Ananth Jasty 1-0/+11
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Gravatar Sudip Mukherjee 1-4/+2
2016-08-24crypto: mxc-scc - check clk_prepare_enable() errorGravatar Fabio Estevam 1-1/+3
2016-08-24hwrng: omap3-rom - Remove obsoleted functionsGravatar PrasannaKumar Muralidharan 1-8/+2
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Gravatar Wei Yongjun 1-1/+2
2016-08-16hwrng: pic32 - Delete unnecessary assignment for the field "owner"Gravatar Markus Elfring 1-1/+0
2016-08-16crypto: ccp - Fix non static symbol warningGravatar Wei Yongjun 1-1/+1
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algGravatar Corentin LABBE 1-34/+34
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssGravatar Corentin LABBE 2-3/+11
2016-08-16crypto: sun4i-ss - fix spellingGravatar Corentin LABBE 1-2/+2
2016-08-16crypto: sun4i-ss - clean unused ssGravatar Corentin LABBE 1-2/+0
2016-08-16crypto: sun4i-ss - unify update/final functionGravatar Corentin LABBE 2-63/+85
2016-08-16crypto: sun4i-ss - fix a few signed warningGravatar Corentin LABBE 1-2/+4
2016-08-09crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqGravatar Romain Perier 1-1/+1
2016-08-09crypto: marvell - Don't overwrite default creq->state during initializationGravatar Romain Perier 1-6/+9
2016-08-09crypto: marvell - Update transformation context for each dequeued reqGravatar Romain Perier 1-0/+1
2016-08-09crypto: marvell - make mv_cesa_ahash_cache_req() return boolGravatar Thomas Petazzoni 1-11/+9
2016-08-09crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidGravatar Thomas Petazzoni 1-3/+1
2016-08-09crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Gravatar Thomas Petazzoni 1-2/+1
2016-08-09crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Gravatar Thomas Petazzoni 1-0/+1
2016-08-09crypto: caam - avoid kernel warnings on probe failureGravatar Russell King 1-0/+2
2016-08-09crypto: caam - get rid of taskletGravatar Russell King 2-17/+9
2016-08-09crypto: caam - add ahash_edesc_add_src()Gravatar Russell King 1-80/+57
2016-08-09crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Gravatar Russell King 1-50/+34
2016-08-09crypto: caam - add ahash_edesc_alloc() for descriptor allocationGravatar Russell King 1-27/+33
2016-08-09crypto: caam - check and use dma_map_sg() return codeGravatar Russell King 1-35/+103
2016-08-09crypto: caam - ensure that we clean up after an errorGravatar Russell King 1-53/+79
2016-08-09crypto: caam - replace sec4_sg pointer with arrayGravatar Russell King 1-9/+3
2016-08-09crypto: caam - mark the hardware descriptor as cache line alignedGravatar Russell King 1-1/+1
2016-08-09crypto: caam - incorporate job descriptor into struct ahash_edescGravatar Russell King 1-30/+19
2016-08-09crypto: caam - ensure descriptor buffers are cacheline alignedGravatar Russell King 1-7/+7
2016-08-09crypto: caam - fix DMA API mapping leakGravatar Russell King 1-9/+17
2016-08-09crypto: img-hash - Fix set_reqsize callGravatar Will Thomas 1-0/+1
2016-08-09crypto: img-hash - log a successful probeGravatar James Hartley 1-1/+1
2016-08-09crypto: img-hash - Add support for export and importGravatar James Hartley 1-6/+63
2016-08-09crypto: img-hash - Add suspend resume hooks for img hashGravatar Govindraj Raja 1-0/+27
2016-08-09crypto: img-hash - Reconfigure DMA Burst lengthGravatar Will Thomas 1-1/+2