summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-08-31hwrng: amd - Convert to new hwrng read() APICorentin LABBE
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE
2016-08-31hwrng: amd - Replace global variable with private structCorentin LABBE
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE
2016-08-31hwrng: amd - Remove asm/io.hCorentin LABBE
2016-08-31hwrng: amd - Be consitent with the driver nameCorentin LABBE
2016-08-31hwrng: amd - use the BIT macroCorentin LABBE
2016-08-31hwrng: amd - Fix style problem with blank lineCorentin LABBE
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie
2016-08-31hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq
2016-08-31PCI: quirk fixup for cavium invalid sriov link value.Ananth Jasty
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee
2016-08-24crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam
2016-08-24hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun
2016-08-16hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE
2016-08-16crypto: sun4i-ss - fix spellingCorentin LABBE
2016-08-16crypto: sun4i-ss - clean unused ssCorentin LABBE
2016-08-16crypto: sun4i-ss - unify update/final functionCorentin LABBE
2016-08-16crypto: sun4i-ss - fix a few signed warningCorentin LABBE
2016-08-09crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier
2016-08-09crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier
2016-08-09crypto: marvell - Update transformation context for each dequeued reqRomain Perier
2016-08-09crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni
2016-08-09crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni
2016-08-09crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni
2016-08-09crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni
2016-08-09crypto: caam - avoid kernel warnings on probe failureRussell King
2016-08-09crypto: caam - get rid of taskletRussell King
2016-08-09crypto: caam - add ahash_edesc_add_src()Russell King
2016-08-09crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King
2016-08-09crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King
2016-08-09crypto: caam - check and use dma_map_sg() return codeRussell King
2016-08-09crypto: caam - ensure that we clean up after an errorRussell King
2016-08-09crypto: caam - replace sec4_sg pointer with arrayRussell King
2016-08-09crypto: caam - mark the hardware descriptor as cache line alignedRussell King
2016-08-09crypto: caam - incorporate job descriptor into struct ahash_edescRussell King
2016-08-09crypto: caam - ensure descriptor buffers are cacheline alignedRussell King
2016-08-09crypto: caam - fix DMA API mapping leakRussell King
2016-08-09crypto: img-hash - Fix set_reqsize callWill Thomas
2016-08-09crypto: img-hash - log a successful probeJames Hartley
2016-08-09crypto: img-hash - Add support for export and importJames Hartley
2016-08-09crypto: img-hash - Add suspend resume hooks for img hashGovindraj Raja
2016-08-09crypto: img-hash - Reconfigure DMA Burst lengthWill Thomas
2016-08-09crypto: img-hash - Fix hash request contextWill Thomas
2016-08-09crypto: img-hash - Fix null pointer exceptionWill Thomas
2016-08-09crypto: ccp - Enable use of the additional CCPGary R Hook