| Commit message (Expand) | Author | Age | Files | Lines |
* | serial: sh-sci: fix DMA build by including dma-mapping.h | Magnus Damm | 2011-08-03 | 1 | -0/+1 |
* | serial: sh-sci: Fix up default regtype probing. | Paul Mundt | 2011-08-03 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 2011-08-01 | 7 | -199/+307 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Liam Girdwood | 2011-08-01 | 7 | -199/+307 |
| |\ |
|
| | * | regulator: Improve WM831x DVS VSEL selection algorithm | Mark Brown | 2011-07-28 | 1 | -37/+15 |
| | * | regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already set | Mark Brown | 2011-07-28 | 1 | -0/+14 |
| | * | regulator: Set up GPIO for WM831x VSEL before enabling VSEL mode | Mark Brown | 2011-07-28 | 1 | -21/+20 |
| | * | regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdc | Mark Brown | 2011-07-28 | 1 | -0/+1 |
| | * | regulator: Fix WM831x DCDC DVS VSEL bootstrapping | Mark Brown | 2011-07-28 | 1 | -1/+1 |
| | * | regulator: Fix WM831x regulator ID lookups for multiple WM831xs | Mark Brown | 2011-07-28 | 2 | -5/+36 |
| | * | regulator: Fix argument format type errors in error prints | Mark Brown | 2011-07-22 | 1 | -2/+2 |
| | * | regulator: Fix memory leak in set_machine_constraints() error paths | Axel Lin | 2011-07-22 | 1 | -3/+4 |
| | * | regulator: Make core more chatty about some errors | Mark Brown | 2011-07-22 | 1 | -2/+9 |
| | * | regulator: tps65910: Fix array access out of bounds bug | Axel Lin | 2011-07-22 | 1 | -12/+43 |
| | * | regulator: tps65910: Add missing breaks in switch/case | Axel Lin | 2011-07-22 | 1 | -0/+7 |
| | * | regulator: tps65910: Fix a memory leak in tps65910_probe error path | Axel Lin | 2011-07-22 | 1 | -0/+1 |
| | * | regulator: TWL: Remove entry of RES_ID for 6030 macros | Ambresh K | 2011-07-22 | 1 | -34/+30 |
| | * | regulator: Add basic per consumer debugfs | Mark Brown | 2011-07-04 | 1 | -1/+29 |
| | * | regulator: Add rdev_crit() macro | Mark Brown | 2011-06-09 | 1 | -0/+2 |
| | * | regulator: Refactor supply implementation to work as regular consumers | Mark Brown | 2011-06-09 | 1 | -65/+36 |
| | * | regulator: Include the device name in the microamps_requested_ file | Mark Brown | 2011-06-09 | 1 | -2/+3 |
| | * | regulator: Increase the limit on sysfs file names | Mark Brown | 2011-06-09 | 1 | -1/+1 |
| | * | regulator: Properly register dummy regulator driver | Mark Brown | 2011-06-08 | 1 | -6/+26 |
| | * | regulator: twl-regulator: fix n_voltages for twl6030 variable LDOs | Colin Cross | 2011-05-30 | 1 | -1/+1 |
| | * | regulator: Use _cansleep() for WM8994 regulator GPIOs | Mark Brown | 2011-05-30 | 1 | -2/+2 |
| | * | regulator: Do bulk enables of regulators in parallel | Mark Brown | 2011-05-30 | 1 | -6/+26 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-08-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | devtmpfs: missing initialialization in never-hit case | Al Viro | 2011-07-27 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2011-08-01 | 15 | -326/+442 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'next' into for-linus-3.0 | Vinod Koul | 2011-07-27 | 18 | -338/+2095 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | dmaengine: pl08x: handle the rest of enums in pl08x_width | Vinod Koul | 2011-07-26 | 1 | -1/+2 |
| | * | | | DMA: PL08x: cleanup selection of burst size | Russell King - ARM Linux | 2011-07-26 | 1 | -30/+28 |
| | * | | | DMA: PL08x: avoid recalculating cctl at each prepare | Russell King - ARM Linux | 2011-07-26 | 1 | -36/+42 |
| | * | | | DMA: PL08x: cleanup selection of buswidth | Russell King - ARM Linux | 2011-07-26 | 1 | -15/+19 |
| | * | | | DMA: PL08x: separately store source/destination cctl | Russell King - ARM Linux | 2011-07-26 | 1 | -14/+16 |
| | * | | | DMA: PL08x: separately store source/destination slave address | Russell King - ARM Linux | 2011-07-26 | 1 | -12/+9 |
| | * | | | DMA: PL08x: clean up LLI debugging | Russell King - ARM Linux | 2011-07-26 | 1 | -17/+16 |
| | * | | | DMA: PL08x: select LLI bus only once per LLI setup | Russell King - ARM Linux | 2011-07-26 | 1 | -4/+3 |
| | * | | | DMA: PL08x: remove unused constants | Russell King - ARM Linux | 2011-07-26 | 1 | -4/+0 |
| | * | | | ARM: mxs-dma: reset after disable channel | Dong Aisheng | 2011-07-26 | 1 | -0/+1 |
| | * | | | dma: intel_mid_dma: remove redundant pci_set_drvdata calls | Axel Lin | 2011-07-26 | 1 | -2/+0 |
| | * | | | dma: mxs-dma: fix unterminated platform_device_id table | Axel Lin | 2011-07-26 | 1 | -0/+2 |
| | * | | | dmaengine: pl330: make platform data optional | Rob Herring | 2011-07-26 | 1 | -28/+36 |
| | * | | | dmaengine: imx-sdma: return proper error if kzalloc fails | Axel Lin | 2011-07-25 | 1 | -1/+3 |
| | * | | | pch_dma: Fix CTL register access issue | Tomoya MORINAGA | 2011-07-25 | 1 | -11/+31 |
| | * | | | dmaengine: mxs-dma: skip request_irq for NO_IRQ | Shawn Guo | 2011-07-14 | 1 | -4/+6 |
| | * | | | dmaengine/coh901318: fix slave submission semantics | Linus Walleij | 2011-07-14 | 1 | -7/+12 |
| | * | | | dmaengine/ste_dma40: allow memory buswidth/burst to be configured | Rabin Vincent | 2011-07-14 | 1 | -66/+102 |
| | * | | | dmaengine/ste_dma40: use AMBA PrimeCell helper macros | Linus Walleij | 2011-07-14 | 2 | -49/+26 |
| | * | | | dmaengine/ste_dma40: make the cyclic alloc NOWAIT | Robert Marklund | 2011-07-14 | 1 | -1/+1 |