summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw_dmac.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+72Star
|\
| * dmaengine: dw_dmac: move to generic DMA bindingArnd Bergmann2013-02-281-73/+72Star
* | 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-211-22/+21Star
| * dw_dmac: don't exceed AHB master number in dwc_get_data_widthAndy Shevchenko2013-01-211-13/+20
| * dw_dmac: allocate dma descriptors from DMA_COHERENT memoryAndy Shevchenko2013-01-211-64/+17Star
| * 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/+6Star
| * 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-081-4/+2Star
| * 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/+6Star
| * dmaengine: dw_dmac: amend description and indentationHeikki Krogerus2013-01-081-3/+3
| * dmaengine: dw_dmac: Enhance device tree supportViresh Kumar2013-01-081-0/+134
* | dma: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-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
* dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko2012-09-271-1/+1
* dw_dmac: utilize slave_id to pass request lineAndy Shevchenko2012-09-141-0/+5
* Merge branch 'for-3.7' into nextVinod Koul2012-08-051-43/+10Star
|\
| * dw_dmac: use devm_* functions to simplify codeAndy Shevchenko2012-07-261-43/+10Star
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-251-100/+82Star
|\|
| * dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko2012-07-161-5/+2Star
| * dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko2012-07-161-1/+1
| * dw_dmac: introduce dwc_chan_disableAndy Shevchenko2012-06-211-18/+14Star
| * dw_dmac: move from __init to __devinitAndy Shevchenko2012-06-211-3/+3