summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | dma: dw_dmac: clear suspend bit during terminationHeikki Krogerus2013-01-121-1/+1
| * | dw_dmac: backlink to dw_dma in dw_dma_chan is superfluousAndy Shevchenko2013-01-122-10/+20
| * | dw_dmac: make usage of dw_dma_slave optionalAndy Shevchenko2013-01-121-6/+7
| * | dw_dmac: store direction in the custom channel structureAndy Shevchenko2013-01-122-8/+18
| * | dw_dmac: call .probe after we have a device in placeAndy Shevchenko2013-01-121-1/+2
| * | dma: ste_dma40: reuse is_slave_direction helperAndy Shevchenko2013-01-121-1/+1
| * | dma: ipu_idmac: reuse is_slave_direction helperAndy Shevchenko2013-01-121-1/+1
| * | dma: ep93xx_dma: reuse is_slave_direction helperAndy Shevchenko2013-01-121-2/+1
| * | dma: dw_dmac: check direction properly in dw_dma_cyclic_prepAndy Shevchenko2013-01-121-2/+3
| * | dma: at_hdmac: check direction properly for cyclic transfersAndy Shevchenko2013-01-121-5/+5
| * | dmaengine: introduce is_slave_direction functionAndy Shevchenko2013-01-121-0/+5
| * | dma: dw_dmac: add dwc_chan_pause and dwc_chan_resumeAndy Shevchenko2013-01-091-9/+22
| * | dw_dmac: update tx_node_active in dwc_do_single_blockAndy Shevchenko2013-01-091-8/+6
| * | dw_dmac: remove redundant checkAndy Shevchenko2013-01-091-1/+1
| * | dw_dmac: check for mapping errorsAndy Shevchenko2013-01-091-6/+14
| * | dw_dmac: absence of pdata isn't critical when autocfg is setAndy Shevchenko2013-01-091-7/+16
| * | dma: mxs-dma: Fix build warnings with W=1Fabio Estevam2013-01-081-4/+4
| * | dma: tegra: add support for Tegra114 SoCLaxman Dewangan2013-01-081-1/+12
| * | dma: tegra: add support for channel wise pauseLaxman Dewangan2013-01-081-5/+38
| * | dma: ipu: Drop unused spinlockJean Delvare2013-01-071-1/+0
| * | dca: check against empty dca_domains list before unregister providerMaciej Sosnowski2013-01-071-0/+5
| * | ioat: remove chanerr mask setting for IOAT v3.xDave Jiang2013-01-071-6/+1
| * | ioat: Add alignment workaround for IVB platformsDave Jiang2013-01-073-12/+32
| * | async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz2013-01-071-4/+5
| * | dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz2013-01-071-1/+4
| * | dmaengine: remove dma_async_memcpy_complete() macroBartlomiej Zolnierkiewicz2013-01-072-5/+2
| * | dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz2013-01-074-7/+5
| * | async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz2013-01-071-0/+1
| * | ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz2013-01-071-17/+59
| * | dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim2013-01-071-1/+3
| * | dma: sh: Don't use ENODEV for failing slave lookupGuennadi Liakhovetski2013-01-071-1/+1
| * | dmatest: Fix NULL pointer dereference on ioatJon Mason2013-01-072-3/+6
| * | DMA: PL330: Use devm_* functionsSachin Kamat2013-01-071-27/+10
| * | DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved apiBarry Song2013-01-071-0/+7
| * | dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song2013-01-072-8/+21
| * | dmaengine: fix !of_dma compilation warningVinod Koul2013-01-071-4/+5
| * | of: dma: fix protection of DMA controller data stored by DMA helpersJon Hunter2013-01-072-24/+70
| * | of: dma: fix potential deadlock when requesting a slave channelJon Hunter2013-01-071-30/+30
| * | carma-fpga: pass correct flags to ->device_prep_dma_memcpy()Bartlomiej Zolnierkiewicz2013-01-071-1/+3
| * | mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz2013-01-071-8/+14
| * | ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz2013-01-071-4/+7
| * | async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz2013-01-071-0/+6
| * | async_tx: use memchr_invAkinobu Mita2013-01-071-3/+1
| * | dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2013-01-073-51/+42
| * | dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita2013-01-071-3/+13
| * | dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita2013-01-071-7/+1
| * | dmaengine: use for_each_set_bitAkinobu Mita2013-01-071-17/+1
| * | dw_dmac: introduce to_dw_desc() macroAndy Shevchenko2013-01-072-4/+4
| * | dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko2013-01-071-3/+3
| * | dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko2013-01-071-2/+2
OpenPOWER on IntegriCloud