Age | Commit message (Expand) | Author | Files | Lines |
2012-07-01 | dmaengine: PL08x: ensure all descriptors are freed when channel is released | Russell King | 1 | -0/+2 |
2012-07-01 | dmaengine: PL08x: get rid of write only pool_ctr and free_txd locking | Russell King | 1 | -12/+0 |
2012-07-01 | dmaengine: PL08x: get rid of pl08x_prep_channel_resources | Russell King | 1 | -23/+9 |
2012-07-01 | dmaengine: PL08x: fix tx_status function to return correct residue | Russell King | 1 | -27/+34 |
2012-07-01 | dmaengine: PL08x: convert to use vchan done list | Russell King | 1 | -81/+54 |
2012-07-01 | dmaengine: PL08x: convert to use vchan submitted/issued lists | Russell King | 1 | -47/+17 |
2012-07-01 | dmaengine: PL08x: use vchan's spinlock | Russell King | 2 | -25/+21 |
2012-07-01 | dmaengine: PL08x: convert to use virt-dma structs | Russell King | 1 | -28/+29 |
2012-07-01 | dmaengine: PL08x: rejig physical channel allocation | Russell King | 1 | -156/+112 |
2012-07-01 | dmaengine: PL08x: start next descriptor from irq context | Russell King | 1 | -4/+5 |
2012-07-01 | dmaengine: PL08x: split the pend_list in two | Russell King | 1 | -13/+28 |
2012-07-01 | dmaengine: PL08x: re-jig the starting of txds | Russell King | 1 | -20/+17 |
2012-07-01 | dmaengine: PL08x: remove waiting descriptor pointer | Russell King | 1 | -7/+1 |
2012-07-01 | dmaengine: PL08x: move DMA signal muxing into slave prepare code | Russell King | 1 | -47/+32 |
2012-07-01 | dmaengine: PL08x: convert to a list of completed descriptors | Russell King | 1 | -10/+20 |
2012-07-01 | dmaengine: PL08x: track mux usage on a per-channel basis. | Russell King | 1 | -5/+13 |
2012-07-01 | dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct | Russell King | 1 | -14/+15 |
2012-07-01 | dmaengine: PL08x: split DMA signal muxing from channel alloc | Russell King | 1 | -7/+36 |
2012-07-01 | dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config | Russell King | 7 | -158/+20 |
2012-07-01 | dmaengine: PL08x: ignore 'direction' argument in dma_slave_config | Russell King | 1 | -38/+18 |
2012-07-01 | dmaengine: PL08x: extract function to to generate cctl values | Russell King | 1 | -21/+32 |
2012-07-01 | dmaengine: PL08x: move the bus and increment selection to dma prepare function | Russell King | 1 | -12/+14 |
2012-07-01 | dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan | Russell King | 1 | -7/+1 |
2012-07-01 | dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct | Russell King | 1 | -8/+7 |
2012-07-01 | dmaengine: PL08x: constify channel names and bus_id strings | Russell King | 2 | -2/+2 |
2012-07-01 | dmaengine: PL08x: move private data structures into amba-pl08x.c | Russell King | 2 | -139/+138 |
2012-07-01 | ARM: spear: update for PL08x dma engine changes | Russell King | 2 | -9/+7 |
2012-07-01 | dmaengine: PL08x: clean up get_signal/put_signal | Russell King | 2 | -4/+4 |
2012-07-01 | dmaengine: PL08x: remove circular_buffer boolean from channel data | Russell King | 2 | -11/+0 |
2012-07-01 | dmaengine: PL08x: remove redundant spinlock | Russell King | 1 | -3/+0 |
2012-07-01 | dmaengine: PL08x: fix missed dma_transfer_direction fixup | Russell King | 1 | -1/+1 |
2012-07-01 | dmaengine: PL08x: remove runtime PM support | Russell King | 1 | -10/+0 |
2012-07-01 | dmaengine: virt-dma: add support for cyclic DMA periodic callbacks | Russell King | 2 | -4/+29 |
2012-07-01 | dmaengine: virt-dma: vchan_find_desc() | Russell King | 2 | -1/+14 |
2012-07-01 | dmaengine: split out virtual channel DMA support from sa11x0 driver | Russell King | 5 | -171/+320 |
2012-07-01 | Linux 3.5-rc5v3.5-rc5 | Linus Torvalds | 1 | -1/+1 |
2012-07-01 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 14 | -19/+37 |
2012-07-01 | printk.c: fix kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |
2012-07-01 | linux/irq.h: fix kernel-doc warning | Randy Dunlap | 1 | -2/+0 |
2012-07-01 | Merge branch 'v3.5-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 3 | -6/+6 |
2012-07-01 | ARM: imx6q: fix suspend regression caused by common clk migration | Shawn Guo | 1 | -2/+4 |
2012-07-01 | Merge tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2 | -6/+4 |
2012-06-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 8 | -21/+59 |
2012-06-30 | Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -84/+219 |
2012-06-30 | Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzi... | Len Brown | 8980 | -322932/+529713 |
2012-06-30 | acpi_pad: fix power_saving thread deadlock | Stuart Hayes | 1 | -3/+4 |
2012-06-30 | ACPI video: Still use ACPI backlight control if _DOS doesn't exist | Zhang Rui | 1 | -0/+2 |
2012-06-30 | Merge tag 'pm-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2 | -4/+34 |
2012-06-30 | printk: Optimize if statement logic where newline exists | Steven Rostedt | 1 | -7/+6 |
2012-06-30 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 8 | -64/+54 |