summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: picoxcell - add dependency on HAVE_CLKJamie Iles2011-10-201-1/+1
* crypto: n2 - Fix a get/put_cpu() imbalanceThomas Meyer2011-08-151-2/+2
* crypto: picoxcell - fix possible invalid pointer dereferenceJamie Iles2011-08-101-1/+1
* crypto: picoxcell - support for device tree matchingJamie Iles2011-08-101-6/+30
* crypto: picoxcell - add connection ID to the clock nameJamie Iles2011-08-101-1/+1
* crypto: picoxcell - convert to platform ID tableJamie Iles2011-08-101-60/+33
* crypto: padlock-aes - Make module loading even quieter when hardware is missingJonathan Nieder2011-08-031-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-08-017-199/+307
|\
| * Merge branch 'for-next' into for-linusLiam Girdwood2011-08-017-199/+307
| |\
| | * regulator: Improve WM831x DVS VSEL selection algorithmMark Brown2011-07-281-37/+15
| | * regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already setMark Brown2011-07-281-0/+14
| | * regulator: Set up GPIO for WM831x VSEL before enabling VSEL modeMark Brown2011-07-281-21/+20
| | * regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdcMark Brown2011-07-281-0/+1
| | * regulator: Fix WM831x DCDC DVS VSEL bootstrappingMark Brown2011-07-281-1/+1
| | * regulator: Fix WM831x regulator ID lookups for multiple WM831xsMark Brown2011-07-282-5/+36
| | * regulator: Fix argument format type errors in error printsMark Brown2011-07-221-2/+2
| | * regulator: Fix memory leak in set_machine_constraints() error pathsAxel Lin2011-07-221-3/+4
| | * regulator: Make core more chatty about some errorsMark Brown2011-07-221-2/+9
| | * regulator: tps65910: Fix array access out of bounds bugAxel Lin2011-07-221-12/+43
| | * regulator: tps65910: Add missing breaks in switch/caseAxel Lin2011-07-221-0/+7
| | * regulator: tps65910: Fix a memory leak in tps65910_probe error pathAxel Lin2011-07-221-0/+1
| | * regulator: TWL: Remove entry of RES_ID for 6030 macrosAmbresh K2011-07-221-34/+30
| | * regulator: Add basic per consumer debugfsMark Brown2011-07-041-1/+29
| | * regulator: Add rdev_crit() macroMark Brown2011-06-091-0/+2
| | * regulator: Refactor supply implementation to work as regular consumersMark Brown2011-06-091-65/+36
| | * regulator: Include the device name in the microamps_requested_ fileMark Brown2011-06-091-2/+3
| | * regulator: Increase the limit on sysfs file namesMark Brown2011-06-091-1/+1
| | * regulator: Properly register dummy regulator driverMark Brown2011-06-081-6/+26
| | * regulator: twl-regulator: fix n_voltages for twl6030 variable LDOsColin Cross2011-05-301-1/+1
| | * regulator: Use _cansleep() for WM8994 regulator GPIOsMark Brown2011-05-301-2/+2
| | * regulator: Do bulk enables of regulators in parallelMark Brown2011-05-301-6/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-08-011-1/+1
|\ \ \
| * | | devtmpfs: missing initialialization in never-hit caseAl Viro2011-07-271-1/+1
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-08-0115-326/+442
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linus-3.0Vinod Koul2011-07-2718-338/+2095
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | dmaengine: pl08x: handle the rest of enums in pl08x_widthVinod Koul2011-07-261-1/+2
| | * | | DMA: PL08x: cleanup selection of burst sizeRussell King - ARM Linux2011-07-261-30/+28
| | * | | DMA: PL08x: avoid recalculating cctl at each prepareRussell King - ARM Linux2011-07-261-36/+42
| | * | | DMA: PL08x: cleanup selection of buswidthRussell King - ARM Linux2011-07-261-15/+19
| | * | | DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux2011-07-261-14/+16
| | * | | DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux2011-07-261-12/+9
| | * | | DMA: PL08x: clean up LLI debuggingRussell King - ARM Linux2011-07-261-17/+16
| | * | | DMA: PL08x: select LLI bus only once per LLI setupRussell King - ARM Linux2011-07-261-4/+3
| | * | | DMA: PL08x: remove unused constantsRussell King - ARM Linux2011-07-261-4/+0
| | * | | ARM: mxs-dma: reset after disable channelDong Aisheng2011-07-261-0/+1
| | * | | dma: intel_mid_dma: remove redundant pci_set_drvdata callsAxel Lin2011-07-261-2/+0
| | * | | dma: mxs-dma: fix unterminated platform_device_id tableAxel Lin2011-07-261-0/+2
| | * | | dmaengine: pl330: make platform data optionalRob Herring2011-07-261-28/+36
| | * | | dmaengine: imx-sdma: return proper error if kzalloc failsAxel Lin2011-07-251-1/+3
| | * | | pch_dma: Fix CTL register access issueTomoya MORINAGA2011-07-251-11/+31