summaryrefslogtreecommitdiff
path: root/drivers/crypto/img-hash.c
AgeCommit message (Expand)Author
2023-10-27crypto: img-hash - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-03-31crypto: img-hash - Fix img_hash_match unused warningKrzysztof Kozlowski
2023-03-24crypto: drivers - remove unnecessary (void*) conversionsYu Zhe
2023-03-24crypto: img-hash - Use devm_platform_get_and_ioremap_resource()Yang Li
2023-02-13crypto: img-hash - Use request_complete helpersHerbert Xu
2023-02-03crypto: img-hash - Fix sparse endianness warningHerbert Xu
2022-12-09crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui
2021-09-17crypto: img-hash - remove need for error return variable retColin Ian King
2021-04-16crypto: img-hash - Remove redundant dev_err call in img_hash_probe()YueHaibing
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-06-26crypto: img-hash - remove redundant initialization of variable errColin Ian King
2020-02-22crypto: img-hash - Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-27crypto: img-hash - Use dma_request_chan instead dma_request_slave_channelPeter Ujfalusi
2019-08-09crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-03crypto: img-hash - remove unnecessary static in img_hash_remove()Gustavo A. R. Silva
2017-05-23crypto: img-hash - Handle return value of clk_prepare_enableArvind Yadav
2017-01-23crypto: img-hash - use dma_data_direction when calling dma_map_sgNicolas Iooss
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
2015-08-04crypto: img-hash - fix spelling mistake in dev_err error messageColin Ian King
2015-03-23crypto: img-hash - shift wrapping bug in img_hash_hw_init()Dan Carpenter
2015-03-23crypto: img-hash - fix some compile warningsDan Carpenter
2015-03-17linux-next: build failure after merge of the crypto treeHerbert Xu
2015-03-16crypto: img-hash - Add Imagination Technologies hw hash acceleratorJames Hartley