summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sahara.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-3/+1Star
|\
| * crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-3/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* crypto: sahara - Convert IS_ENABLED uses to __is_definedJoe Perches2019-04-181-3/+3
* crypto: remove useless initializations of cra_listEric Biggers2018-11-201-1/+0Star
* crypto: sahara - Remove VLA usage of skcipherKees Cook2018-09-281-16/+15Star
* crypto: sharah - Unregister correct algorithms for SAHARA 3Michael Müller2018-07-201-2/+2
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-4/+2Star
* crypto: sahara - Improve a size determination in sahara_probe()Markus Elfring2018-02-221-1/+1
* crypto: sahara - Delete an error message for a failed memory allocation in sa...Markus Elfring2018-02-221-3/+1Star
* crypto: sahara - constify platform_device_idArvind Yadav2017-08-221-1/+1
* crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen2017-08-171-2/+0Star
* crypto: sahara - Fix dma unmap directionMogens Lauridsen2017-08-171-4/+4
* crypto: sahara - make of_device_ids constArvind Yadav2017-07-181-1/+1
* crypto: sahara - fix typo "Decidated" -> "Dedicated"Colin Ian King2016-11-011-1/+1
* crypto: sahara - Use skcipher for fallbackHerbert Xu2016-07-011-62/+50Star
* crypto: sahara - fill the statesize fieldFabio Estevam2016-02-061-0/+2
* crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam2016-02-061-10/+2Star
* crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam2016-02-061-5/+0Star
* crypto: sahara - fix debug output for 64-bit dma_addr_tArnd Bergmann2015-12-101-4/+4
* crypto: sahara - fix 64-bit dma_addr_t compilationArnd Bergmann2015-12-101-9/+9
* crypto: sahara - set nb_[in|out]_sg as signed intLABBE Corentin2015-11-231-2/+2
* crypto: sahara - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+12
* crypto: sahara - set array of const as constLABBE Corentin2015-10-151-6/+6
* crypto: sahara - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-53/+13Star
* crypto: sahara - replace sahara_sg_length with sg_nents_for_lenLABBE Corentin2015-09-211-27/+3Star
* Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-1/+1
|\
| * crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-171-1/+1
* | crypto: sahara - Use dmam_alloc_coherentVaishali Thakkar2015-08-191-37/+9Star
|/
* crypto: sahara - propagate the error on clk_disable_unprepare() failureFabio Estevam2015-06-211-4/+9
* crypto: sahara - fix AES descriptor createSteffen Trumtrar2015-04-081-14/+18
* crypto: sahara - use the backlogSteffen Trumtrar2015-04-081-0/+5
* crypto: sahara - drop unnecessary default assignmentNicholas Mc Guire2015-02-281-1/+1
* crypto: sahara - pass on error conditionNicholas Mc Guire2015-02-281-0/+2
* crypto: sahara - fix type of ret for wait_for_completion_timeoutNicholas Mc Guire2015-02-281-4/+6
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * crypto: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | crypto: sahara - add support for SHA1/256Steffen Trumtrar2014-12-031-5/+621
* | crypto: sahara - replace tasklets with kthreadSteffen Trumtrar2014-12-031-86/+66Star
* | crypto: sahara - add support for i.MX53Steffen Trumtrar2014-12-031-3/+17
* | crypto: sahara - fix spinlock initializationSteffen Trumtrar2014-12-031-0/+2
|/
* crypto: sahara - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-1/+1
* crypto: sahara - Use return value of devm_request_irq() on errorAlexander Shiyan2014-03-101-3/+4
* crypto: sahara - Use devm_ioremap_resource()Jingoo Han2014-02-261-16/+3Star
* crypto: sahara - Remove redundant of_match_ptrSachin Kamat2013-10-071-1/+1
* crypto: sahara - checking the wrong variableDan Carpenter2013-08-211-1/+1
* crypto: sahara - Staticize local symbolJingoo Han2013-08-141-1/+1
* crypto: sahara - fix building as moduleArnd Bergmann2013-06-051-1/+1
* crypto: sahara - Add driver for SAHARA2 accelerator.Javier Martin2013-03-211-0/+1070