Age | Commit message (Expand) | Author |
2016-05-02 | dmaengine: dw: platform: check nr_masters to be non-zero | Andy Shevchenko |
2016-05-02 | dmaengine: tegra-apb: proper default init of channel slave_id | Shardar Shariff Md |
2016-05-02 | dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message | Martin Sperl |
2016-04-26 | dmaengine: pxa_dma: remove duplicate const qualifier | Eric Engestrom |
2016-04-26 | dmaengine: sun6i: Simplify lli setting | Jean-Francois Moine |
2016-04-26 | dmaengine: sun6i: Fix impossible settings of burst and bus width | Jean-Francois Moine |
2016-04-26 | dmaengine: sun6i: Fix the access of the IRQ register | Jean-Francois Moine |
2016-04-26 | dmaengine: pxa: handle bus errors | Robert Jarzmik |
2016-04-19 | dmaengine: dw: lazy allocation of dma descriptors | Christian Lamparter |
2016-04-19 | dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define | Stanimir Varbanov |
2016-04-19 | dmaengine: qcom: bam_dma: use correct pipe FIFO size | Stanimir Varbanov |
2016-04-19 | dmaengine: qcom: bam_dma: add controlled-remotely dt property | Stanimir Varbanov |
2016-04-19 | dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raised | Stanimir Varbanov |
2016-04-19 | dmaengine: qcom: bam_dma: fix dma free memory on remove | Stanimir Varbanov |
2016-04-19 | dmaengine: bcm2835: use platform_get_irq_byname | Martin Sperl |
2016-04-16 | Merge branch 'fix/edma' into fixes | Vinod Koul |
2016-04-16 | Merge branch 'fix/xilinx' into fixes | Vinod Koul |
2016-04-16 | Merge branch 'fix/omap' into fixes | Vinod Koul |
2016-04-16 | Merge branch 'fix/hsu' into fixes | Vinod Koul |
2016-04-15 | dmaengine: bcm2835: add dma_memcopy support to bcm2835-dma | Martin Sperl |
2016-04-15 | dmaengine: bcm2835: add slave_sg support to bcm2835-dma | Martin Sperl |
2016-04-15 | dmaengine: bcm2835: limit max length based on channel type | Martin Sperl |
2016-04-15 | dmaengine: bcm2835: move controlblock chain generation into separate method | Martin Sperl |
2016-04-15 | dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_desc | Martin Sperl |
2016-04-15 | dmaengine: bcm2835: add additional defines for DMA-registers | Martin Sperl |
2016-04-15 | dmaengine: bcm2835: remove unnecessary masking of dma channels | Martin Sperl |
2016-04-15 | dmaengine: bcm2835: set residue_granularity field | Martin Sperl |
2016-04-13 | dmaengine: dw: set cdesc to NULL when free cyclic transfers | Andy Shevchenko |
2016-04-13 | dmaengine: dw: move residue to a descriptor | Andy Shevchenko |
2016-04-13 | dmaengine: dw: move dwc->initialized to dwc->flags | Andy Shevchenko |
2016-04-13 | dmaengine: dw: move dwc->paused to dwc->flags | Andy Shevchenko |
2016-04-13 | dmaengine: dw: define counter variables as unsigned int | Andy Shevchenko |
2016-04-13 | dmaengine: dw: substitute dma_read_byaddr by dma_readl_native | Andy Shevchenko |
2016-04-13 | dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain | Mans Rullgard |
2016-04-13 | dmaengine: dw: set LMS field in descriptors | Mans Rullgard |
2016-04-13 | dmaengine: dw: fix byte order of hw descriptor fields | Mans Rullgard |
2016-04-13 | dmaengine: dw: set src and dst master select according to xfer direction | Mans Rullgard |
2016-04-13 | dmaengine: dw: rename masters to reflect actual topology | Andy Shevchenko |
2016-04-13 | dmaengine: dw: fix master selection | Andy Shevchenko |
2016-04-13 | dmaengine: core: Revert back to pr_debug in __dma_request_channel() | Jarkko Nikula |
2016-04-06 | dmaengine: vdma: Fix checkpatch.pl warnings | Kedareswara rao Appana |
2016-04-06 | dmaengine: vdma: Fix race condition in Non-SG mode | Kedareswara rao Appana |
2016-04-06 | dmaengine: vdma: Add 64 bit addressing support to the driver | Kedareswara rao Appana |
2016-04-06 | dmaengine: edma: special case slot limit workaround | John Ogness |
2016-04-06 | dmaengine: edma: Remove dynamic TPTC power management feature | Peter Ujfalusi |
2016-04-05 | dmaengine: pl08x: allocate OF slave channel data at probe time | Linus Walleij |
2016-04-05 | dmaengine: add DMA_CYCLIC to dma_get_slave_caps | Vinod Koul |
2016-04-05 | dmaengine: vdma: don't crash when bad channel is requested | Franck Jullien |
2016-04-05 | dmaengine: omap-dma: Do not suppress interrupts for memcpy | Peter Ujfalusi |
2016-04-05 | dmaengine: omap-dma: Fix polled channel completion detection and handling | Peter Ujfalusi |