aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-15dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko1-5/+10
2016-02-08dmaengine: edma: fix residue race for cyclicJohn Ogness1-1/+40
2016-02-08dmaengine: dw: pci: add ID for WildcatPoint PCHAndy Shevchenko1-0/+4
2016-01-30dmaengine: IOATDMA: fix timer code that continues to restart channels during idleDave Jiang1-12/+22
2016-01-20Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-29/+20
2016-01-18dmaengine: at_xdmac: fix resume for cyclic transfersSongjun Wu1-0/+3
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2016-01-14dmaengine: dw: fix cyclic transfer callbacksMans Rullgard1-6/+15
2016-01-14dmaengine: dw: fix cyclic transfer setupMans Rullgard1-22/+1
2016-01-13Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds31-1043/+1769
2016-01-13dmaengine: edma: Fix paRAM slot allocation for entry channel 0Peter Ujfalusi1-1/+1
2016-01-12Merge branch 'acpi-soc'Rafael J. Wysocki2-18/+20
2016-01-07Revert "dmaengine: dw: platform: provide platform data for Intel"Andy Shevchenko1-16/+1
2016-01-07dmaengine: dw: return immediately from IRQ when DMA isn't in useAndy Shevchenko1-2/+7
2016-01-07dmaengine: dw: platform: power on device on shutdownAndy Shevchenko1-0/+12
2016-01-07dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flagRameshwar Prasad Sahu1-0/+4
2016-01-06dmaengine: mv_xor: add suspend/resume supportThomas Petazzoni2-0/+54
2016-01-06dmaengine: mv_xor: de-duplicate mv_chan_set_mode*()Thomas Petazzoni1-38/+3
2016-01-06dmaengine: mv_xor: remove mv_xor_chan->current_type fieldThomas Petazzoni2-2/+0
2016-01-06Merge branch 'topic/ti-xbar' into for-linusVinod Koul1-11/+70
2016-01-06Merge branch 'topic/tegra' into for-linusVinod Koul1-33/+40
2016-01-06Merge branch 'topic/stm32' into for-linusVinod Koul3-0/+1154
2016-01-06Merge branch 'topic/ste' into for-linusVinod Koul1-45/+42
2016-01-06Merge branch 'topic/rcar' into for-linusVinod Koul3-676/+0
2016-01-06Merge branch 'topic/omap' into for-linusVinod Koul1-64/+14
2016-01-06Merge branch 'topic/ioatdma' into for-linusVinod Koul3-47/+5
2016-01-06Merge branch 'topic/idma' into for-linusVinod Koul2-15/+10
2016-01-06Merge branch 'topic/async' into for-linusVinod Koul3-1/+25
2016-01-06Merge branch 'topic/univ_api' into for-linusVinod Koul3-52/+128
2016-01-06Merge branch 'topic/desc_reuse' into for-linusVinod Koul4-6/+54
2016-01-06dmaengine: Revert "dmaengine: mic_x100: add missing spin_unlock"Ashutosh Dixit1-10/+5
2015-12-23Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/topic/ssm2518' and 'asoc/topic/sti' into asoc-nextMark Brown1-1/+1
2015-12-18dmaengine: omap-dma: Add support for DMA filter mapping to slave devicesPeter Ujfalusi1-0/+4
2015-12-18dmaengine: edma: Add support for DMA filter mapping to slave devicesPeter Ujfalusi1-0/+4
2015-12-18dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi1-12/+77
2015-12-18dmaengine: core: Move and merge the code paths using private_candidatePeter Ujfalusi1-39/+42
2015-12-18dmaengine: core: Skip mask matching when it is not provided to private_candidatePeter Ujfalusi1-1/+1
2015-12-18dmaengine: mdc: Correct terminate_all handlingDamien.Horsley1-26/+51
2015-12-18dmaengine: edma: Add probe callback to edma_tptc_driverPeter Ujfalusi1-0/+6
2015-12-18dmaengine: dw: fix potential memory leak in dw_dma_parse_dt()Mans Rullgard1-2/+5
2015-12-10dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy()Cyrille Pitchen1-0/+1
2015-12-10dmaengine: stm32-dma: Fix unchecked deference of chan->descM'boumba Cedric Madianga1-2/+2
2015-12-10dmaengine: sh: Remove unused R-Car HPB-DMAC driverGeert Uytterhoeven3-676/+0
2015-12-10ste_dma40: Delete an unnecessary variable initialisation in d40_probe()Markus Elfring1-1/+1
2015-12-10ste_dma40: Delete another unnecessary check in d40_probe()Markus Elfring1-42/+40
2015-12-10ste_dma40: Delete an unnecessary check before the function call "kmem_cache_destroy"Markus Elfring1-2/+1
2015-12-10Merge branch 'fix/edma' into fixesVinod Koul1-18/+35
2015-12-10dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit typePeter Ujfalusi1-6/+25
2015-12-10dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit typePeter Ujfalusi1-12/+10
2015-12-05dmaengine: tegra-apb: Free interrupts before killing taskletsJon Hunter1-2/+4