summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/img-hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: img-hash - Fix img_hash_match unused warningKrzysztof Kozlowski2023-03-311-1/+1
* crypto: drivers - remove unnecessary (void*) conversionsYu Zhe2023-03-241-1/+1
* crypto: img-hash - Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-241-2/+1
* crypto: img-hash - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: img-hash - Fix sparse endianness warningHerbert Xu2023-02-031-4/+4
* crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui2022-12-091-2/+6
* crypto: img-hash - remove need for error return variable retColin Ian King2021-09-171-6/+1
* crypto: img-hash - Remove redundant dev_err call in img_hash_probe()YueHaibing2021-04-161-3/+0
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* crypto: img-hash - remove redundant initialization of variable errColin Ian King2020-06-261-1/+1
* crypto: img-hash - Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-221-1/+1
* crypto: img-hash - Use dma_request_chan instead dma_request_slave_channelPeter Ujfalusi2019-12-271-3/+3
* crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* crypto: img-hash - remove unnecessary static in img_hash_remove()Gustavo A. R. Silva2017-08-031-1/+1
* crypto: img-hash - Handle return value of clk_prepare_enableArvind Yadav2017-05-231-2/+10
* crypto: img-hash - use dma_data_direction when calling dma_map_sgNicolas Iooss2017-01-231-2/+2
* crypto: img-hash - Fix set_reqsize callWill Thomas2016-08-091-0/+1
* crypto: img-hash - log a successful probeJames Hartley2016-08-091-1/+1
* crypto: img-hash - Add support for export and importJames Hartley2016-08-091-6/+63
* crypto: img-hash - Add suspend resume hooks for img hashGovindraj Raja2016-08-091-0/+27
* crypto: img-hash - Reconfigure DMA Burst lengthWill Thomas2016-08-091-1/+2
* crypto: img-hash - Fix hash request contextWill Thomas2016-08-091-1/+3
* crypto: img-hash - Fix null pointer exceptionWill Thomas2016-08-091-1/+1
* crypto: img-hash - fix spelling mistake in dev_err error messageColin Ian King2015-08-041-1/+1
* crypto: img-hash - shift wrapping bug in img_hash_hw_init()Dan Carpenter2015-03-231-1/+1
* crypto: img-hash - fix some compile warningsDan Carpenter2015-03-231-2/+1
* linux-next: build failure after merge of the crypto treeHerbert Xu2015-03-171-1/+1
* crypto: img-hash - Add Imagination Technologies hw hash acceleratorJames Hartley2015-03-161-0/+1030