aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw_dmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-05dma: move dw_dmac driver to an own directoryAndy Shevchenko1-1969/+0
2013-07-05dw_dmac: don't check resource with devm_ioremap_resourceAndy Shevchenko1-4/+1
2013-07-05dw_dmac: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-2/+2
2013-04-15dw_dmac: add ACPI supportAndy Shevchenko1-18/+50
2013-04-15dw_dmac: remove unnecessary ENODEV checkAndy Shevchenko1-1/+1
2013-04-15dmaengine: dw_dmac: simplify master selectionArnd Bergmann1-47/+29
2013-04-15dw_dmac: rename DT related methods to reflect their belongingAndy Shevchenko1-11/+13
2013-04-15dw_dmac: fix style of the commentsAndy Shevchenko1-15/+15
2013-04-15dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pauseAndy Shevchenko1-2/+3
2013-03-30dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko1-1/+16
2013-03-30dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann1-3/+3
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