summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-265-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-263-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-2547-1004/+3725
|\ \ \
| * | | mfd: lpc_ich: Use devres API to allocate private dataAaron Sierra2013-02-151-5/+2
| * | | Merge branch 'usbhost17-for-mfd' of git://github.com/rogerq/linux into for-nextSamuel Ortiz2013-02-143-338/+469
| |\ \ \
| | * | | mfd: omap-usb-host: get rid of build warningRoger Quadros2013-02-131-1/+1
| | * | | mfd: omap-usb-host: Don't spam console on clk_set_parent failureRoger Quadros2013-02-131-9/+9
| | * | | mfd: omap-usb-host: clean up omap_usbhs_init()Roger Quadros2013-02-131-48/+81
| | * | | mfd: omap-usb-host: Get rid of unnecessary spinlockRoger Quadros2013-02-131-16/+0
| | * | | mfd: omap-usb-host: Manage HSIC clocks for HSIC modeRoger Quadros2013-02-131-14/+83
| | * | | mfd: omap-usb-host: cleanup clock management codeRoger Quadros2013-02-131-80/+106
| | * | | mfd: omap-usb-host: override number of ports from platform dataRoger Quadros2013-02-131-13/+21
| | * | | mfd: omap-usb-host: know about number of ports from revision registerRoger Quadros2013-02-131-5/+28
| | * | | mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()Roger Quadros2013-02-131-27/+11
| | * | | mfd: omap_usb_host: Avoid missing platform data checks in suspend/resumeRoger Quadros2013-02-131-10/+0
| | * | | mfd: omap-usb-tll: Add OMAP5 revision and HSIC supportRoger Quadros2013-02-131-0/+14
| | * | | mfd: omap-usb-tll: serialize access to TLL deviceRoger Quadros2013-02-131-26/+27
| | * | | mfd: omap-usb-tll: Fix error messageRoger Quadros2013-02-131-9/+12
| | * | | mfd: omap-usb-tll: Check for missing platform data in probeRoger Quadros2013-02-131-10/+5
| | * | | mfd: omap-usb-tll: introduce and use mode_needs_tll()Roger Quadros2013-02-131-8/+12
| | * | | mfd: omap-usb-tll: Clean up clock handlingRoger Quadros2013-02-131-33/+54
| | * | | mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error pathRoger Quadros2013-02-131-26/+12
| | * | | mfd: omap-usb-tll: Fix channel count detectionRoger Quadros2013-02-131-9/+11
| | * | | mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)Roger Quadros2013-02-133-46/+34
| * | | | mfd: lpc_ich: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-141-0/+38
| * | | | mfd: lpc_sch: Accomodate partial population of the MFD devicesDarren Hart2013-02-141-76/+71