aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/img-hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2020-06-26crypto: img-hash - remove redundant initialization of variable errColin Ian King1-1/+1
2020-02-22crypto: img-hash - Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-27crypto: img-hash - Use dma_request_chan instead dma_request_slave_channelPeter Ujfalusi1-3/+3
2019-08-09crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-03crypto: img-hash - remove unnecessary static in img_hash_remove()Gustavo A. R. Silva1-1/+1
2017-05-23crypto: img-hash - Handle return value of clk_prepare_enableArvind Yadav1-2/+10
2017-01-23crypto: img-hash - use dma_data_direction when calling dma_map_sgNicolas Iooss1-2/+2
2016-08-09crypto: img-hash - Fix set_reqsize callWill Thomas1-0/+1
2016-08-09crypto: img-hash - log a successful probeJames Hartley1-1/+1
2016-08-09crypto: img-hash - Add support for export and importJames Hartley1-6/+63
2016-08-09crypto: img-hash - Add suspend resume hooks for img hashGovindraj Raja1-0/+27
2016-08-09crypto: img-hash - Reconfigure DMA Burst lengthWill Thomas1-1/+2
2016-08-09crypto: img-hash - Fix hash request contextWill Thomas1-1/+3
2016-08-09crypto: img-hash - Fix null pointer exceptionWill Thomas1-1/+1
2015-08-04crypto: img-hash - fix spelling mistake in dev_err error messageColin Ian King1-1/+1
2015-03-23crypto: img-hash - shift wrapping bug in img_hash_hw_init()Dan Carpenter1-1/+1
2015-03-23crypto: img-hash - fix some compile warningsDan Carpenter1-2/+1
2015-03-17linux-next: build failure after merge of the crypto treeHerbert Xu1-1/+1
2015-03-16crypto: img-hash - Add Imagination Technologies hw hash acceleratorJames Hartley1-0/+1030