aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw_dmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-73/+72
2013-02-28dmaengine: dw_dmac: move to generic DMA bindingArnd Bergmann1-73/+72
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-155/+368
2013-02-14dw_dmac: apply default dma_mask if neededAndy Shevchenko1-0/+6
2013-02-12dw_dmac: add support for Lynxpoint DMA controllersMika Westerberg1-0/+6
2013-01-28dw_dmac: return proper residue valueAndy Shevchenko1-2/+45
2013-01-28dw_dmac: fill individual length of descriptorAndy Shevchenko1-0/+3
2013-01-28dw_dmac: introduce total_len field in struct dw_descAndy Shevchenko1-6/+6
2013-01-28dw_dmac: remove unnecessary tx_list field in dw_dma_chanAndy Shevchenko1-5/+15
2013-01-28dw_dmac: print out DW_PARAMS and DWC_PARAMS when debugAndy Shevchenko1-0/+5
2013-01-25dma: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-20dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptorsAndy Shevchenko1-22/+21
2013-01-20dw_dmac: don't exceed AHB master number in dwc_get_data_widthAndy Shevchenko1-13/+20
2013-01-20dw_dmac: allocate dma descriptors from DMA_COHERENT memoryAndy Shevchenko1-64/+17
2013-01-12dma: dw_dmac: clear suspend bit during terminationHeikki Krogerus1-1/+1
2013-01-12dw_dmac: backlink to dw_dma in dw_dma_chan is superfluousAndy Shevchenko1-7/+20
2013-01-12dw_dmac: make usage of dw_dma_slave optionalAndy Shevchenko1-6/+7
2013-01-12dw_dmac: store direction in the custom channel structureAndy Shevchenko1-2/+10
2013-01-12dw_dmac: call .probe after we have a device in placeAndy Shevchenko1-1/+2
2013-01-12dma: dw_dmac: check direction properly in dw_dma_cyclic_prepAndy Shevchenko1-2/+3
2013-01-09dma: dw_dmac: add dwc_chan_pause and dwc_chan_resumeAndy Shevchenko1-9/+22
2013-01-09dw_dmac: update tx_node_active in dwc_do_single_blockAndy Shevchenko1-8/+6
2013-01-09dw_dmac: remove redundant checkAndy Shevchenko1-1/+1
2013-01-09dw_dmac: check for mapping errorsAndy Shevchenko1-6/+14
2013-01-09dw_dmac: absence of pdata isn't critical when autocfg is setAndy Shevchenko1-7/+16
2013-01-07dw_dmac: introduce to_dw_desc() macroAndy Shevchenko1-4/+2
2013-01-07dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko1-3/+3
2013-01-07dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko1-2/+2
2013-01-07dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko1-9/+6
2013-01-07dmaengine: dw_dmac: amend description and indentationHeikki Krogerus1-3/+3
2013-01-07dmaengine: dw_dmac: Enhance device tree supportViresh Kumar1-0/+134
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-02dw_dmac: fix a regression in dwc_prep_dma_memcpyAndy Shevchenko1-4/+5
2012-09-27dw_dmac: introduce software emulation of LLP transfersAndy Shevchenko1-4/+95
2012-09-27dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko1-6/+40
2012-09-27dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko1-16/+21
2012-09-27dw_dmac: get number of channels from hardware if possibleAndy Shevchenko1-10/+23
2012-09-27dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko1-1/+1
2012-09-14dw_dmac: utilize slave_id to pass request lineAndy Shevchenko1-0/+5
2012-08-05Merge branch 'for-3.7' into nextVinod Koul1-43/+10
2012-07-26dw_dmac: use devm_* functions to simplify codeAndy Shevchenko1-43/+10
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-100/+82
2012-07-16dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko1-5/+2
2012-07-16dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko1-1/+1
2012-06-21dw_dmac: introduce dwc_chan_disableAndy Shevchenko1-18/+14
2012-06-21dw_dmac: move from __init to __devinitAndy Shevchenko1-3/+3
2012-06-21dw_dmac: introduce dwc_fast_fls()Andy Shevchenko1-28/+18
2012-06-21dw_dmac: disable BLOCK interruptsAndy Shevchenko1-0/+4