summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hwrng: timeriomem - added devicetree hooksAlexander Clouter2013-04-251-2/+22
* hwrng: timeriomem - update to support more than one deviceAlexander Clouter2013-04-251-54/+116
* hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel2013-04-253-0/+126
* crypto: caam - static constify error dataKim Phillips2013-04-251-5/+5
* crypto: caam - change key gen functions to return signed intKim Phillips2013-04-253-4/+4
* crypto: ux500 - fix error return code in hash_dma_final()Wei Yongjun2013-04-031-0/+2
* crypto: picoxcell - Use of_match_ptr() macroSachin Kamat2013-03-221-3/+1
* hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam2013-03-221-17/+4
* crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg2013-03-221-0/+6
* crypto: caam - set RDB bit in security configuration registerVakul Garg2013-03-222-1/+6
* hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han2013-03-221-1/+2
* crypto: ux500 - replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-03-211-3/+1
* crypto: sahara - Add driver for SAHARA2 accelerator.Javier Martin2013-03-213-0/+1081
* crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle2013-03-101-1/+1
* crypto: omap-sham - Use module_platform_driver macroSachin Kamat2013-03-101-12/+1
* crypto: omap-aes - Use module_platform_driver macroSachin Kamat2013-03-101-12/+1
* crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes2013-03-101-1/+1
* crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes2013-03-101-1/+1
* crypto: bfin_crc - Fix possible NULL pointer dereferenceSyam Sidhardhan2013-03-101-3/+3
* crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer2013-03-103-104/+497
* crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer2013-03-102-53/+343
* crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer2013-03-101-118/+353
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-255-378/+1210
|\
| * crypto: atmel-aes - adjust duplicate testJulia Lawall2013-02-041-1/+1
| * crypto: omap-sham - Fix compile errors when CONFIG_OF not definedMark A. Greer2013-01-201-1/+5
| * crypto: s5p-sss - Use devm_clk_get()Jingoo Han2013-01-201-3/+1
| * crypto: omap-aes - Add CTR algorithm SupportMark A. Greer2013-01-201-15/+128
| * crypto: omap-aes - Add OMAP4/AM33XX AES SupportMark A. Greer2013-01-201-33/+125
| * crypto: omap-aes - Convert to dma_request_slave_channel_compat()Mark A. Greer2013-01-201-4/+8
| * crypto: omap-aes - Add Device Tree SupportMark A. Greer2013-01-201-26/+97
| * crypto: omap-aes - Remove usage of private DMA APIMark A. Greer2013-01-201-133/+0
| * crypto: omap-aes - Add code to use dmaengine APIMark A. Greer2013-01-201-1/+183
| * crypto: omap-aes - Add suspend/resume supportMark A. Greer2013-01-201-0/+19
| * crypto: omap-aes - Convert to use pm_runtime APIMark A. Greer2013-01-201-18/+11
| * crypto: omap-aes - Don't reset controller for every operationMark A. Greer2013-01-201-27/+0
| * crypto: omap-aes - Remmove unnecessary pr_info noiseMark A. Greer2013-01-201-4/+0
| * crypto: bfin_crc - reposition free_irq to avoid access to invalid dataJulia Lawall2013-01-201-3/+3
| * crypto: omap-sham - Add SHA224 and SHA256 SupportMark A. Greer2013-01-051-10/+173
| * crypto: omap-sham - Add OMAP4/AM33XX SHAM SupportMark A. Greer2013-01-051-84/+332
| * crypto: omap-sham - Convert to dma_request_slave_channel_compat()Mark A. Greer2013-01-051-1/+2
| * crypto: omap-sham - Add Device Tree SupportMark A. Greer2013-01-051-33/+106
| * crypto: omap-sham - Remove usage of private DMA APIMark A. Greer2013-01-051-109/+0
| * crypto: omap-sham - Add code to use dmaengine APIMark A. Greer2013-01-051-9/+145
| * crypto: omap-sham - Add suspend/resume supportMark A. Greer2013-01-051-0/+19
| * crypto: omap-sham - Convert to use pm_runtime APIMark A. Greer2013-01-051-17/+11
| * crypto: omap-sham - Remove unnecessary pr_info noiseMark A. Greer2013-01-051-2/+0
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-253-3/+3
|\ \
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-213-3/+3
* | | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-2447-1004/+3725
|\ \ \
| * | | mfd: lpc_ich: Use devres API to allocate private dataAaron Sierra2013-02-151-5/+2