| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-25 | drivers/dma/dw_dmac: make driver's endianness configurable | Hein Tibosch | 2 | -5/+24 |
| 2012-10-10 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 15 | -199/+1891 |
| 2012-10-09 | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 12 | -20/+51 |
| 2012-10-06 | drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me... | Fabio Estevam | 1 | -1/+1 |
| 2012-10-04 | dma: tegra: fix interrupt name issue with apb dma. | Laxman Dewangan | 1 | -3/+3 |
| 2012-10-02 | dw_dmac: fix a regression in dwc_prep_dma_memcpy | Andy Shevchenko | 1 | -4/+5 |
| 2012-10-01 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 6 | -7/+7 |
| 2012-10-01 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+2 |
| 2012-10-01 | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
| 2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 10 | -19/+15 |
| 2012-09-27 | dw_dmac: introduce software emulation of LLP transfers | Andy Shevchenko | 2 | -4/+101 |
| 2012-09-27 | dw_dmac: autoconfigure data_width or get it via platform data | Andy Shevchenko | 2 | -6/+47 |
| 2012-09-27 | dw_dmac: autoconfigure block_size or use platform data | Andy Shevchenko | 2 | -16/+24 |
| 2012-09-27 | dw_dmac: get number of channels from hardware if possible | Andy Shevchenko | 1 | -10/+23 |
| 2012-09-27 | dw_dmac: fill optional encoded parameters in register structure | Andy Shevchenko | 1 | -0/+30 |
| 2012-09-27 | dw_dmac: mark dwc_dump_chan_regs as inline | Andy Shevchenko | 1 | -1/+1 |
| 2012-09-22 | dmaengine: omap-dma: Add support to suppress interrupts in cyclic mode | Peter Ujfalusi | 1 | -2/+5 |
| 2012-09-22 | dmaengine: Pass flags via device_prep_dma_cyclic() callback | Peter Ujfalusi | 12 | -12/+17 |
| 2012-09-22 | dmaengine: omap: Add support for pause/resume in cyclic dma mode | Peter Ujfalusi | 1 | -5/+25 |
| 2012-09-22 | dmaengine: omap: Support for element mode in cyclic DMA | Peter Ujfalusi | 1 | -1/+4 |
| 2012-09-22 | Merge branch 'multiplatform/platform-data' into next/multiplatform | Olof Johansson | 6 | -7/+7 |
| 2012-09-19 | ARM: orion: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
| 2012-09-18 | DMA: PL330: Check the pointer returned by kzalloc | Sachin Kamat | 1 | -0/+5 |
| 2012-09-18 | DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req() | Sachin Kamat | 1 | -7/+9 |
| 2012-09-18 | DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resources | Inderpal Singh | 1 | -1/+1 |
| 2012-09-18 | DMA: PL330: Remove redundant runtime_suspend/resume functions | Inderpal Singh | 1 | -56/+5 |
| 2012-09-18 | DMA: PL330: Remove controller clock enable/disable | Inderpal Singh | 1 | -12/+0 |
| 2012-09-18 | dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 1 | -2/+1 |
| 2012-09-14 | ARM: pxa: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
| 2012-09-14 | ARM: imx: move platform_data definitions | Arnd Bergmann | 2 | -3/+3 |
| 2012-09-14 | ARM: ep93xx: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
| 2012-09-14 | ARM: at91: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
| 2012-09-14 | DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATE | Tushar Behera | 1 | -0/+1 |
| 2012-09-14 | dma: tegra: use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 1 | -4/+2 |
| 2012-09-14 | mxs/dma: Enlarge the CCW descriptor area to 4 pages | Marek Vasut | 1 | -6/+8 |
| 2012-09-14 | dw_dmac: utilize slave_id to pass request line | Andy Shevchenko | 1 | -0/+5 |
| 2012-09-14 | dmaengine: at_hdmac: check that each sg data length is non-null | Nicolas Ferre | 1 | -0/+11 |
| 2012-09-14 | dmaengine: at_hdmac: fix comment in atc_prep_slave_sg() | Nicolas Ferre | 1 | -1/+1 |
| 2012-09-14 | dmaengine: mmp_tdma: add dt support | Zhangfei Gao | 1 | -20/+31 |
| 2012-09-14 | dmaengine: mmp-pdma support | Zhangfei Gao | 3 | -0/+883 |
| 2012-09-13 | Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 1 | -4/+4 |
| 2012-09-12 | ARM: OMAP2+: Prepare for irqs.h removal | Tony Lindgren | 1 | -0/+2 |
| 2012-09-11 | dma: tegra: make data used as *of_device_id.data const | Laxman Dewangan | 1 | -2/+2 |
| 2012-09-11 | dma: tegra: make tegra_dma.chip_data a pointer to const data | Laxman Dewangan | 1 | -2/+2 |
| 2012-09-01 | treewide: fix comment/printk/variable typos | Anatol Pomozov | 1 | -1/+1 |
| 2012-09-01 | dma: fix comments | Masanari Iida | 8 | -14/+14 |
| 2012-09-01 | ioat: remove unused #defines | Jon Mason | 1 | -4/+0 |
| 2012-09-01 | dmaengine: add TI EDMA DMA engine driver | Matt Porter | 3 | -0/+682 |
| 2012-08-31 | ioat: Adding Ivy Bridge IOATDMA PCI device IDs | Dave Jiang | 1 | -0/+22 |
| 2012-08-31 | dma/ste_dma40: Fixup clock usage during probe | Ulf Hansson | 1 | -5/+9 |
| 2012-08-22 | drivers/dma/amba-pl08x.c: fix error return code | Julia Lawall | 1 | -0/+2 |
| 2012-08-22 | drivers/dma/sirf-dma.c: fix usage of devm functions | Julia Lawall | 1 | -16/+7 |
| 2012-08-13 | dma: tegra: enable/disable dma clock | Laxman Dewangan | 1 | -1/+17 |
| 2012-08-06 | Merge branch 'fixes_for-3.6' into fixes | Vinod Koul | 1 | -11/+25 |
| 2012-08-05 | Merge branch 'fixes_for-3.6' into next | Vinod Koul | 1 | -11/+25 |
| 2012-08-05 | Merge branch 'for-3.7' into next | Vinod Koul | 3 | -46/+27 |
| 2012-08-02 | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 2 | -0/+21 |
| 2012-08-01 | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 7 | -664/+1622 |
| 2012-08-01 | dmaengine: shdma: restore partial transfer calculation | Guennadi Liakhovetski | 2 | -0/+21 |
| 2012-07-31 | Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengine | Russell King | 3 | -500/+595 |
| 2012-07-31 | dmaengine: omap: add support for cyclic DMA | Russell King | 1 | -4/+89 |
| 2012-07-31 | dmaengine: omap: add support for setting fi | Russell King | 1 | -2/+3 |
| 2012-07-31 | dmaengine: omap: add support for returning residue in tx_state method | Russell King | 1 | -5/+64 |
| 2012-07-31 | dmaengine: add OMAP DMA engine driver | Russell King | 3 | -0/+531 |
| 2012-07-31 | dma: tegra: enable/disable dma clock | Laxman Dewangan | 1 | -1/+17 |
| 2012-07-27 | dma: imx-dma: Fix kernel crash due to missing clock conversion | Fabio Estevam | 1 | -11/+25 |
| 2012-07-26 | dw_dmac: use devm_* functions to simplify code | Andy Shevchenko | 2 | -45/+10 |
| 2012-07-24 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 15 | -1717/+4083 |
| 2012-07-20 | dmaengine: Cleanup logging messages | Joe Perches | 1 | -8/+12 |
| 2012-07-20 | dma: sh: provide a migration path for slave drivers to stop using .private | Guennadi Liakhovetski | 2 | -27/+92 |
| 2012-07-20 | dma: sh: use an integer slave ID to improve API compatibility | Guennadi Liakhovetski | 2 | -18/+19 |
| 2012-07-20 | dmaengine: shdma: prepare to stop using struct dma_chan::private | Guennadi Liakhovetski | 3 | -18/+17 |
| 2012-07-20 | dmaengine: shdma: (cosmetic) simplify a static function | Guennadi Liakhovetski | 1 | -4/+4 |
| 2012-07-16 | dmaengine: at_hdmac: add a few const qualifiers | Uwe Kleine-König | 1 | -2/+2 |
| 2012-07-16 | dw_dmac: use 'u32' for LLI structure members, not dma_addr_t | Andy Shevchenko | 2 | -8/+5 |
| 2012-07-16 | dw_dmac: mark dwc_dump_lli inline | Andy Shevchenko | 1 | -1/+1 |
| 2012-07-16 | dma: mxs-dma: Export missing symbols from mxs-dma.c | Attila Kinali | 1 | -0/+2 |
| 2012-07-13 | dma: shdma: convert to the shdma base library | Guennadi Liakhovetski | 2 | -874/+292 |
| 2012-07-13 | dmaengine: add an shdma-base library | Guennadi Liakhovetski | 2 | -0/+869 |
| 2012-07-13 | dma: move shdma driver to an own directory | Guennadi Liakhovetski | 4 | -2/+3 |
| 2012-07-13 | dma: tegra: rename driver and compatible to match with dts | Laxman Dewangan | 1 | -3/+3 |
| 2012-07-13 | dma: tegra: fix residual calculation for cyclic case | Laxman Dewangan | 1 | -6/+9 |
| 2012-07-02 | Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2... | Arnd Bergmann | 2 | -10/+12 |
| 2012-07-01 | dma: ipu: remove the use of ipu_platform_data | Shawn Guo | 2 | -10/+12 |
| 2012-07-01 | dmaengine: sa11x0-dma: add cyclic DMA support | Russell King | 1 | -16/+92 |
| 2012-07-01 | dmaengine: sa11x0-dma: fix DMA residue support | Russell King | 1 | -16/+29 |
| 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 | 1 | -28/+13 |
| 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 | 1 | -1/+1 |
| 2012-07-01 | dmaengine: PL08x: move private data structures into amba-pl08x.c | Russell King | 1 | -0/+136 |
| 2012-07-01 | dmaengine: PL08x: clean up get_signal/put_signal | Russell King | 1 | -2/+2 |
| 2012-07-01 | dmaengine: PL08x: remove circular_buffer boolean from channel data | Russell King | 1 | -7/+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-06-27 | dma: tegra: set DMA_CYCLIC capability | Laxman Dewangan | 1 | -0/+2 |
| 2012-06-27 | dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic mode | Laxman Dewangan | 1 | -1/+1 |
| 2012-06-27 | dma: tegra: add clk_prepare/clk_unprepare | Prashant Gaikwad | 1 | -2/+2 |
| 2012-06-27 | dma: tegra: use sg_dma_address() for getting dma buffer address | Laxman Dewangan | 1 | -1/+1 |
| 2012-06-23 | dmaengine: mmp_tdma: fix the arch dependency | Vinod Koul | 1 | -1/+1 |
| 2012-06-20 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -20/+16 |
| 2012-06-21 | dw_dmac: introduce dwc_chan_disable | Andy Shevchenko | 1 | -18/+14 |
| 2012-06-21 | dw_dmac: move from __init to __devinit | Andy Shevchenko | 1 | -3/+3 |
| 2012-06-21 | dw_dmac: introduce dwc_fast_fls() | Andy Shevchenko | 1 | -28/+18 |
| 2012-06-21 | dw_dmac: disable BLOCK interrupts | Andy Shevchenko | 1 | -0/+4 |
| 2012-06-21 | dw_dmac: disable dma in optimal way in probe | Andy Shevchenko | 1 | -8/+4 |
| 2012-06-21 | dw_dmac: use __func__ constant in the debug prints | Andy Shevchenko | 1 | -14/+13 |
| 2012-06-21 | dw_dmac: print correct number of scanned descriptors | Andy Shevchenko | 1 | -1/+1 |
| 2012-06-21 | dw_dmac: introduce dwc_dump_chan_regs to dump registers | Andy Shevchenko | 1 | -21/+16 |
| 2012-06-21 | dw_dmac: use proper casting to print dma_addr_t values | Andy Shevchenko | 1 | -8/+13 |
| 2012-06-21 | dw_dmac: fix constant in the comment | Andy Shevchenko | 1 | -1/+1 |
| 2012-06-20 | Viresh has moved | Viresh Kumar | 1 | -1/+1 |
| 2012-06-20 | dmaengine: mmp_tdma: add mmp tdma support | Zhangfei Gao | 3 | -0/+621 |
| 2012-06-14 | Merge branch 'fixes' into next | Vinod Koul | 1 | -16/+10 |
| 2012-06-14 | dma: coh901318: use devm allocation | Linus Walleij | 1 | -48/+24 |
| 2012-06-14 | DMA: PL330: Fix racy mutex unlock | Javi Merino | 1 | -16/+10 |
| 2012-06-12 | dmaengine: at_hdmac: trivial: fix comment in header | Nicolas Ferre | 1 | -4/+3 |
| 2012-06-08 | dma: tegra: add dmaengine based dma driver | Laxman Dewangan | 3 | -0/+1425 |
| 2012-06-07 | dma: enable mxs-dma for imx6q | Huang Shijie | 2 | -2/+1 |
| 2012-06-07 | DMA: PL330: Add missing static storage class specifier | Sachin Kamat | 1 | -1/+1 |
| 2012-06-07 | dma: imx-sdma: buf_tail should be initialize in prepare function | Richard Zhao | 1 | -2/+4 |
| 2012-06-07 | dmaengine: pl330: dont complete descriptor for cyclic dma | Tushar Behera | 1 | -1/+1 |
| 2012-05-26 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2 | -61/+128 |
| 2012-05-26 | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 4 | -15/+47 |
| 2012-05-26 | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -24/+93 |
| 2012-05-25 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 13 | -76/+143 |
| 2012-05-17 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 3 | -3/+8 |
| 2012-05-16 | Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ... | Arnd Bergmann | 2 | -0/+16 |
| 2012-05-15 | dmaengine: at_hdmac: take maxburst from slave configuration | Nicolas Ferre | 2 | -4/+24 |
| 2012-05-15 | dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant | Nicolas Ferre | 1 | -7/+5 |
| 2012-05-15 | Merge branch 'fixes' into next | Vinod Koul | 2 | -2/+6 |
| 2012-05-15 | dmaengine: fix cyclic dma usage | Vinod Koul | 2 | -2/+6 |
| 2012-05-14 | Merge branch 'imx/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2... | Arnd Bergmann | 2 | -15/+31 |
| 2012-05-14 | Merge branch 'imx/pinctrl' into imx/dt | Arnd Bergmann | 7 | -148/+226 |
| 2012-05-12 | Merge tag 'ep93xx-fixes-for-3.5' of git://github.com/RyanMallon/linux-ep93xx ... | Olof Johansson | 1 | -24/+93 |
| 2012-05-12 | dma: mxs-dma: add device tree probe support | Dong Aisheng | 1 | -5/+24 |
| 2012-05-12 | dma: mxs-dma: make platform_device_id more generic | Shawn Guo | 1 | -36/+79 |
| 2012-05-12 | dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameter | Shawn Guo | 1 | -12/+16 |
| 2012-05-12 | dma: mxs-dma: use global stmp_device functionality | Dong Aisheng | 2 | -13/+14 |
| 2012-05-11 | Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into... | Arnd Bergmann | 7 | -148/+226 |
| 2012-05-11 | dma: imx-sdma: make channel0 operations atomic | Richard Zhao | 1 | -26/+31 |
| 2012-05-11 | dmaengine: Use dma_sg_len(sg) instead of sg->length | Lars-Peter Clausen | 7 | -16/+16 |
| 2012-05-11 | dmaengine: Use sg_dma_address instead of sg_phys | Lars-Peter Clausen | 5 | -8/+8 |
| 2012-05-11 | DMA: PL330: Remove duplicate header file inclusion | Sachin Kamat | 1 | -1/+0 |
| 2012-05-11 | Merge branch 'fixes' into next | Vinod Koul | 1 | -1/+2 |
| 2012-05-11 | dmaengine: pl330: dont complete descriptor for cyclic dma | Vinod Koul | 1 | -1/+2 |
| 2012-05-11 | dma: imx-sdma: keep the callbacks invoked in the tasklet | Huang Shijie | 1 | -2/+7 |
| 2012-05-11 | dmaengine: dw_dma: add Device Tree probing capability | Viresh Kumar | 1 | -0/+10 |
| 2012-05-11 | dmaengine: dw_dmac: Add clk_{un}prepare() support | Viresh Kumar | 1 | -6/+6 |
| 2012-05-08 | ARM: Orion: XOR: Add support for clk | Andrew Lunn | 2 | -0/+16 |
| 2012-04-26 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 7 | -148/+226 |
| 2012-04-25 | dmaengine i.MX ipu: clk_prepare/unprepare clock | Sascha Hauer | 1 | -3/+3 |
| 2012-04-25 | dmaengine i.MX SDMA: do not depend on grouped clocks | Sascha Hauer | 1 | -12/+28 |
| 2012-04-25 | Merge branch 'fixes' into next | Vinod Koul | 2 | -10/+16 |
| 2012-04-25 | dma/amba-pl08x: add support for the Nomadik variant | Linus Walleij | 1 | -7/+37 |
| 2012-04-25 | dmaengine/amba-pl08x : reset phychan_hold on terminate all | Davide Ciminaghi | 1 | -0/+1 |
| 2012-04-25 | dma: pl330: fix a couple of compilation warnings | Olof Johansson | 1 | -10/+15 |
| 2012-04-23 | dma/amba-pl08x: check for terminal count status only | Linus Walleij | 1 | -1/+1 |
| 2012-04-23 | dma/ste_dma40: fix erroneous comparison | Linus Walleij | 1 | -1/+1 |
| 2012-04-23 | dma/ste_dma40: explicitly include regulator consumer header | Linus Walleij | 1 | -0/+1 |
| 2012-04-23 | dma40: Improve the logic of stopping logical chan | Narayanan G | 2 | -123/+199 |
| 2012-04-20 | dmaengine: at_hdmac: remove clear-on-read in atc_dostart() | Nicolas Ferre | 1 | -4/+0 |
| 2012-04-20 | dma: mxs-dma: enable channel in device_issue_pending call | Shawn Guo | 1 | -7/+3 |
| 2012-04-20 | dmaengine: imx-dma: dont complete descriptor for cyclic dma | Vinod Koul | 1 | -3/+6 |
| 2012-04-20 | dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels | Rafal Prylowski | 1 | -24/+93 |
| 2012-04-17 | dmaengine: Kconfig: fix Atmel at_hdmac entry | Nicolas Ferre | 1 | -3/+2 |
| 2012-04-10 | Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -25/+80 |
| 2012-04-05 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -8/+1 |
| 2012-04-05 | netdma: adding alignment check for NETDMA ops | Dave Jiang | 1 | -0/+14 |
| 2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -8/+1 |
| 2012-04-05 | ioatdma: DMA copy alignment needed to address IOAT DMA silicon errata | Dave Jiang | 1 | -0/+41 |
| 2012-04-05 | ioat: ring size variables need to be 32bit to avoid overflow | Dave Jiang | 2 | -4/+4 |
| 2012-04-04 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
| 2012-03-30 | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 1 | -5/+29 |
| 2012-03-30 | ARM: sa11x0: fix build errors from DMA engine API updates | Russell King | 1 | -1/+1 |