aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/img-hash.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-17crypto: img-hash - remove need for error return variable retGravatar Colin Ian King 1-6/+1
2021-04-16crypto: img-hash - Remove redundant dev_err call in img_hash_probe()Gravatar YueHaibing 1-3/+0
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+2
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-0/+1
2020-06-26crypto: img-hash - remove redundant initialization of variable errGravatar Colin Ian King 1-1/+1
2020-02-22crypto: img-hash - Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-12-27crypto: img-hash - Use dma_request_chan instead dma_request_slave_channelGravatar Peter Ujfalusi 1-3/+3
2019-08-09crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-08-03crypto: img-hash - remove unnecessary static in img_hash_remove()Gravatar Gustavo A. R. Silva 1-1/+1
2017-05-23crypto: img-hash - Handle return value of clk_prepare_enableGravatar Arvind Yadav 1-2/+10
2017-01-23crypto: img-hash - use dma_data_direction when calling dma_map_sgGravatar Nicolas Iooss 1-2/+2
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
2016-08-09crypto: img-hash - Fix hash request contextGravatar Will Thomas 1-1/+3
2016-08-09crypto: img-hash - Fix null pointer exceptionGravatar Will Thomas 1-1/+1
2015-08-04crypto: img-hash - fix spelling mistake in dev_err error messageGravatar Colin Ian King 1-1/+1
2015-03-23crypto: img-hash - shift wrapping bug in img_hash_hw_init()Gravatar Dan Carpenter 1-1/+1
2015-03-23crypto: img-hash - fix some compile warningsGravatar Dan Carpenter 1-2/+1
2015-03-17linux-next: build failure after merge of the crypto treeGravatar Herbert Xu 1-1/+1
2015-03-16crypto: img-hash - Add Imagination Technologies hw hash acceleratorGravatar James Hartley 1-0/+1030