summaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
* ioat: Add alignment workaround for IVB platformsDave Jiang2013-01-083-12/+32
* dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz2013-01-081-1/+4
* ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz2013-01-081-17/+59
* dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim2013-01-081-1/+3
* dma: sh: Don't use ENODEV for failing slave lookupGuennadi Liakhovetski2013-01-081-1/+1
* dmatest: Fix NULL pointer dereference on ioatJon Mason2013-01-081-2/+2
* DMA: PL330: Use devm_* functionsSachin Kamat2013-01-081-27/+10
* dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song2013-01-082-8/+21
* ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz2013-01-081-4/+7
* dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2013-01-083-51/+42
* dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita2013-01-081-3/+13
* dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita2013-01-081-7/+1
* dw_dmac: introduce to_dw_desc() macroAndy Shevchenko2013-01-082-4/+4
* dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko2013-01-081-3/+3
* dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko2013-01-081-2/+2
* dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko2013-01-081-9/+6
* dmaengine: dw_dmac: amend description and indentationHeikki Krogerus2013-01-081-3/+3
* dmaengine: dw_dmac: remove CLK dependencyHeikki Krogerus2013-01-081-1/+0
* dmaengine: dw_dmac: Enhance device tree supportViresh Kumar2013-01-082-0/+138
* pch_dma: use module_pci_driver to simplify the codeWei Yongjun2013-01-071-12/+1
* drivers/dma: remove CONFIG_EXPERIMENTALKees Cook2013-01-071-1/+1
* dmaengine: add helper function to request a slave DMA channelJon Hunter2013-01-071-0/+16
* dmatest: check for dma mapping errorAndy Shevchenko2012-12-181-1/+21
* dmatest: implement two helpers to unmap dma memoryAndy Shevchenko2012-12-181-10/+17
* Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-142-208/+257
|\
| * dma: mv_xor: fix error handling pathThomas Petazzoni2012-11-221-0/+1
| * dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni2012-11-221-2/+2
| * dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni2012-11-221-5/+6
| * dma: mv_xor: clear the window override control registersThomas Petazzoni2012-11-222-0/+3
| * dma: mv_xor: Add a device_control functionAndrew Lunn2012-11-201-0/+9
| * dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni2012-11-201-3/+3
| * dma: mv_xor: add Device Tree bindingThomas Petazzoni2012-11-201-4/+54
| * dma: mv_xor: add missing free_irq() callThomas Petazzoni2012-11-202-1/+5
| * dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni2012-11-202-9/+7
| * dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni2012-11-201-3/+3
| * dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni2012-11-202-2/+0
| * dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni2012-11-202-35/+35
| * dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2012-11-202-55/+34
| * dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni2012-11-201-11/+6
| * dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni2012-11-202-8/+8
| * dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni2012-11-202-7/+7
| * dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni2012-11-202-6/+4
| * dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni2012-11-201-29/+32
| * dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni2012-11-201-6/+2
| * dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni2012-11-201-3/+0
| * dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni2012-11-202-3/+0
| * dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni2012-11-202-14/+14
| * dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni2012-11-201-1/+1
| * dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_dataThomas Petazzoni2012-11-201-1/+1
| * dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_dataThomas Petazzoni2012-11-201-1/+1