aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/dw_dmac.c
AgeCommit message (Expand)Author
2013-04-15dw_dmac: add ACPI supportAndy Shevchenko
2013-04-15dw_dmac: remove unnecessary ENODEV checkAndy Shevchenko
2013-04-15dmaengine: dw_dmac: simplify master selectionArnd Bergmann
2013-04-15dw_dmac: rename DT related methods to reflect their belongingAndy Shevchenko
2013-04-15dw_dmac: fix style of the commentsAndy Shevchenko
2013-04-15dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pauseAndy Shevchenko
2013-03-30dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko
2013-03-30dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann
2013-03-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-28dmaengine: dw_dmac: move to generic DMA bindingArnd Bergmann
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-14dw_dmac: apply default dma_mask if neededAndy Shevchenko
2013-02-12dw_dmac: add support for Lynxpoint DMA controllersMika Westerberg
2013-01-28dw_dmac: return proper residue valueAndy Shevchenko
2013-01-28dw_dmac: fill individual length of descriptorAndy Shevchenko
2013-01-28dw_dmac: introduce total_len field in struct dw_descAndy Shevchenko
2013-01-28dw_dmac: remove unnecessary tx_list field in dw_dma_chanAndy Shevchenko
2013-01-28dw_dmac: print out DW_PARAMS and DWC_PARAMS when debugAndy Shevchenko
2013-01-25dma: Convert to devm_ioremap_resource()Thierry Reding
2013-01-20dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptorsAndy Shevchenko
2013-01-20dw_dmac: don't exceed AHB master number in dwc_get_data_widthAndy Shevchenko
2013-01-20dw_dmac: allocate dma descriptors from DMA_COHERENT memoryAndy Shevchenko
2013-01-12dma: dw_dmac: clear suspend bit during terminationHeikki Krogerus
2013-01-12dw_dmac: backlink to dw_dma in dw_dma_chan is superfluousAndy Shevchenko
2013-01-12dw_dmac: make usage of dw_dma_slave optionalAndy Shevchenko
2013-01-12dw_dmac: store direction in the custom channel structureAndy Shevchenko
2013-01-12dw_dmac: call .probe after we have a device in placeAndy Shevchenko
2013-01-12dma: dw_dmac: check direction properly in dw_dma_cyclic_prepAndy Shevchenko
2013-01-09dma: dw_dmac: add dwc_chan_pause and dwc_chan_resumeAndy Shevchenko
2013-01-09dw_dmac: update tx_node_active in dwc_do_single_blockAndy Shevchenko
2013-01-09dw_dmac: remove redundant checkAndy Shevchenko
2013-01-09dw_dmac: check for mapping errorsAndy Shevchenko
2013-01-09dw_dmac: absence of pdata isn't critical when autocfg is setAndy Shevchenko
2013-01-07dw_dmac: introduce to_dw_desc() macroAndy Shevchenko
2013-01-07dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko
2013-01-07dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko
2013-01-07dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko
2013-01-07dmaengine: dw_dmac: amend description and indentationHeikki Krogerus
2013-01-07dmaengine: dw_dmac: Enhance device tree supportViresh Kumar
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman
2012-11-28dma: remove use of __devinitBill Pemberton
2012-11-28dma: remove use of __devexit_pBill Pemberton
2012-10-02dw_dmac: fix a regression in dwc_prep_dma_memcpyAndy Shevchenko
2012-09-27dw_dmac: introduce software emulation of LLP transfersAndy Shevchenko
2012-09-27dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko
2012-09-27dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko
2012-09-27dw_dmac: get number of channels from hardware if possibleAndy Shevchenko
2012-09-27dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko
2012-09-14dw_dmac: utilize slave_id to pass request lineAndy Shevchenko
2012-08-05Merge branch 'for-3.7' into nextVinod Koul