| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: omap - use of_device_get_match_data | Corentin LABBE | 2017-10-07 | 1 | -5/+2 |
* | crypto: omap-sham - remove unnecessary static in omap_sham_remove() | Gustavo A. R. Silva | 2017-08-03 | 1 | -1/+1 |
* | crypto: omap-sham - force word alignment on the xmit-buf also | Tero Kristo | 2017-06-10 | 1 | -1/+1 |
* | crypto: omap-sham - fix closing of hash with separate finalize call | Tero Kristo | 2017-06-10 | 1 | -2/+7 |
* | crypto: omap-sham - buffer handling fixes for hashing later | Tero Kristo | 2017-06-10 | 1 | -8/+14 |
* | crypto: omap-sham - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: omap-sham - shrink the internal buffer size | Tero Kristo | 2016-09-22 | 1 | -1/+1 |
* | crypto: omap-sham - add support for export/import | Tero Kristo | 2016-09-22 | 1 | -3/+13 |
* | crypto: omap-sham - convert driver logic to use sgs for data xmit | Tero Kristo | 2016-09-22 | 1 | -270/+74 |
* | crypto: omap-sham - change the DMA threshold value to a define | Tero Kristo | 2016-09-22 | 1 | -3/+5 |
* | crypto: omap-sham - add support functions for sg based data handling | Tero Kristo | 2016-09-22 | 1 | -0/+263 |
* | crypto: omap-sham - rename sgl to sgl_tmp for deprecation | Tero Kristo | 2016-09-22 | 1 | -10/+11 |
* | crypto: omap-sham - align algorithms on word offset | Tero Kristo | 2016-09-22 | 1 | -5/+5 |
* | crypto: omap-sham - add context export/import stubs | Tero Kristo | 2016-09-22 | 1 | -2/+17 |
* | crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3 | Tero Kristo | 2016-09-13 | 1 | -1/+12 |
* | crypto: omap-sham - fix software fallback handling | Tero Kristo | 2016-09-13 | 1 | -1/+1 |
* | crypto: omap-sham - avoid executing tasklet where not needed | Tero Kristo | 2016-09-13 | 1 | -5/+15 |
* | crypto: omap-sham - increase cra_proirity to 400 | Bin Liu | 2016-07-01 | 1 | -12/+12 |
* | crypto: omap-sham - set sw fallback to 240 bytes | Bin Liu | 2016-06-24 | 1 | -4/+8 |
* | crypto: omap - do not call dmaengine_terminate_all | Lokesh Vutla | 2016-06-24 | 1 | -1/+0 |
* | crypto: omap-sham - change queue size from 1 to 10 | Tero Kristo | 2016-06-24 | 1 | -1/+1 |
* | crypto: omap-sham - use runtime_pm autosuspend for clock handling | Tero Kristo | 2016-06-24 | 1 | -1/+7 |
* | crypto: omap-sham - potential Oops on error in probe | Dan Carpenter | 2016-05-19 | 1 | -1/+1 |
* | crypto: omap-sham - Use dma_request_chan() for requesting DMA channel | Peter Ujfalusi | 2016-05-03 | 1 | -17/+8 |
* | crypto/omap-sham: remove an open coded access to ->page_link | Christoph Hellwig | 2015-08-17 | 1 | -1/+1 |
* | crypto: omap-sham - Add support for omap3 devices | Pali Rohár | 2015-05-18 | 1 | -0/+4 |
* | crypto: omap-sham - Check for return value from pm_runtime_get_sync | Pali Rohár | 2015-05-15 | 1 | -3/+20 |
* | crypto: omap-sham - Add the offset of sg page to vaddr | Vutla, Lokesh | 2015-04-03 | 1 | -0/+1 |
* | crypto: omap-sham - Use pm_runtime_irq_safe() | Vutla, Lokesh | 2015-04-01 | 1 | -0/+1 |
* | crypto: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c | Behan Webster | 2014-10-14 | 1 | -17/+11 |
* | crypto: omap-sham - Map SG pages if they are HIGHMEM before accessing | Joel Fernandes | 2014-03-10 | 1 | -1/+7 |
* | crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macro | Jingoo Han | 2014-03-10 | 1 | -3/+1 |
* | crypto: omap-sham - Fix Polling mode for larger blocks | Lokesh Vutla | 2013-12-20 | 1 | -3/+9 |
* | crypto: omap-sham - Only release DMA channel if successfully requested | Mark A. Greer | 2013-12-05 | 1 | -2/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-11-23 | 1 | -0/+1 |
|\ |
|
| * | crypto: omap-sham - Add missing modalias | Joni Lapilainen | 2013-10-30 | 1 | -0/+1 |
* | | of/irq: Use irq_of_parse_and_map() | Thierry Reding | 2013-10-24 | 1 | -1/+1 |
|/ |
|
* | crypto: omap-sham - correct dma burst size | Lokesh Vutla | 2013-08-21 | 1 | -7/+4 |
* | crypto: omap-sham - Enable Polling mode if DMA fails | Lokesh Vutla | 2013-08-21 | 1 | -19/+42 |
* | crypto: omap-sham - Convert to devm_kzalloc() | Lokesh Vutla | 2013-08-01 | 1 | -10/+5 |
* | crypto: omap-sham - Convert to devm_request_irq() | Lokesh Vutla | 2013-08-01 | 1 | -7/+5 |
* | crypto: omap-sham - Add OMAP5/AM43XX SHAM Support | Lokesh Vutla | 2013-08-01 | 1 | -0/+44 |
* | crypto: omap-sham - Add SHA384 and SHA512 Support | Lokesh Vutla | 2013-08-01 | 1 | -43/+202 |
* | drivers: crypto: use devm_ioremap_resource() | Laurent Navet | 2013-05-24 | 1 | -4/+3 |
* | crypto: omap-sham - Use module_platform_driver macro | Sachin Kamat | 2013-03-10 | 1 | -12/+1 |
* | crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet | Joel A Fernandes | 2013-03-10 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-02-25 | 1 | -197/+721 |
|\ |
|
| * | crypto: omap-sham - Fix compile errors when CONFIG_OF not defined | Mark A. Greer | 2013-01-20 | 1 | -1/+5 |
| * | crypto: omap-sham - Add SHA224 and SHA256 Support | Mark A. Greer | 2013-01-05 | 1 | -10/+173 |