summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw_dmac.c
Commit message (Expand)AuthorAgeFilesLines
* dma: move dw_dmac driver to an own directoryAndy Shevchenko2013-07-051-1969/+0
* dw_dmac: don't check resource with devm_ioremap_resourceAndy Shevchenko2013-07-051-4/+1
* dw_dmac: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-07-051-2/+2
* dw_dmac: add ACPI supportAndy Shevchenko2013-04-151-18/+50
* dw_dmac: remove unnecessary ENODEV checkAndy Shevchenko2013-04-151-1/+1
* dmaengine: dw_dmac: simplify master selectionArnd Bergmann2013-04-151-47/+29
* dw_dmac: rename DT related methods to reflect their belongingAndy Shevchenko2013-04-151-11/+13
* dw_dmac: fix style of the commentsAndy Shevchenko2013-04-151-15/+15
* dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pauseAndy Shevchenko2013-04-151-2/+3
* dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko2013-03-301-1/+16
* dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann2013-03-301-3/+3
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-03-031-73/+72
|\
| * dmaengine: dw_dmac: move to generic DMA bindingArnd Bergmann2013-02-281-73/+72
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-155/+368
|\|
| * dw_dmac: apply default dma_mask if neededAndy Shevchenko2013-02-141-0/+6
| * dw_dmac: add support for Lynxpoint DMA controllersMika Westerberg2013-02-121-0/+6
| * dw_dmac: return proper residue valueAndy Shevchenko2013-01-281-2/+45
| * dw_dmac: fill individual length of descriptorAndy Shevchenko2013-01-281-0/+3
| * dw_dmac: introduce total_len field in struct dw_descAndy Shevchenko2013-01-281-6/+6
| * dw_dmac: remove unnecessary tx_list field in dw_dma_chanAndy Shevchenko2013-01-281-5/+15
| * dw_dmac: print out DW_PARAMS and DWC_PARAMS when debugAndy Shevchenko2013-01-281-0/+5
| * dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptorsAndy Shevchenko2013-01-201-22/+21
| * dw_dmac: don't exceed AHB master number in dwc_get_data_widthAndy Shevchenko2013-01-201-13/+20
| * dw_dmac: allocate dma descriptors from DMA_COHERENT memoryAndy Shevchenko2013-01-201-64/+17
| * 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-121-7/+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-121-2/+10
| * dw_dmac: call .probe after we have a device in placeAndy Shevchenko2013-01-121-1/+2
| * dma: dw_dmac: check direction properly in dw_dma_cyclic_prepAndy Shevchenko2013-01-121-2/+3
| * 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
| * dw_dmac: introduce to_dw_desc() macroAndy Shevchenko2013-01-071-4/+2
| * 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
| * dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko2013-01-071-9/+6
| * dmaengine: dw_dmac: amend description and indentationHeikki Krogerus2013-01-071-3/+3
| * dmaengine: dw_dmac: Enhance device tree supportViresh Kumar2013-01-071-0/+134
* | dma: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
|/
* dma: remove use of __devinitBill Pemberton2012-11-281-1/+1
* dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* dw_dmac: fix a regression in dwc_prep_dma_memcpyAndy Shevchenko2012-10-021-4/+5
* dw_dmac: introduce software emulation of LLP transfersAndy Shevchenko2012-09-271-4/+95
* dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko2012-09-271-6/+40
* dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko2012-09-271-16/+21
* dw_dmac: get number of channels from hardware if possibleAndy Shevchenko2012-09-271-10/+23