aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/img-hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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