aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 15-190/+241
2017-05-04Merge branch 'topic/pl330' into for-linusGravatar Vinod Koul 1-34/+8
2017-05-04Merge branch 'topic/xilinx' into for-linusGravatar Vinod Koul 1-28/+35
2017-05-04Merge branch 'topic/qcom' into for-linusGravatar Vinod Koul 2-0/+21
2017-05-04Merge branch 'topic/pl08x' into for-linusGravatar Vinod Koul 1-9/+11
2017-05-04dmaengine: pl08x: remove lock documentationGravatar Vinod Koul 1-1/+0
2017-05-04dmaengine: pl08x: fix pl08x_dma_chan_state documentationGravatar Vinod Koul 1-1/+1
2017-05-04dmaengine: pl08x: Use the BIT() macro consistentlyGravatar Linus Walleij 1-5/+5
2017-05-04dmaengine: pl080: Fix some missing kerneldocGravatar Linus Walleij 1-2/+5
2017-05-04Merge branch 'topic/cppi' into for-linusGravatar Vinod Koul 2-77/+97
2017-05-01dmaengine: dmatest: Add check for supported buffer count (sg_buffers)Gravatar Stefan Roese 1-0/+7
2017-05-01dmaengine: dmatest: Select DMA_ENGINE_RAID as its needed for the slave_sg testGravatar Stefan Roese 1-0/+1
2017-04-26dmaengine: virt-dma: Convert to use list_for_each_entry_safe()Gravatar Andy Shevchenko 1-6/+5
2017-04-24dmaengine: mv_xor: use offset_in_page() macroGravatar Geliang Tang 1-2/+2
2017-04-24dmaengine: dmatest: use offset_in_page() macroGravatar Geliang Tang 1-2/+2
2017-04-24dmaengine: sun4i: fix invalid argumentGravatar Marc Gonzalez 1-1/+1
2017-04-24dmaengine: ioat: use setup_timerGravatar Geliang Tang 1-3/+1
2017-04-06dmaengine: cppi41: Fix an Oops happening in cppi41_dma_probe()Gravatar Alexandre Bailon 1-3/+3
2017-03-28dmaengine: pl330: remove pdata based initializationGravatar Marek Szyprowski 1-34/+8
2017-03-27dmaengine: cppi: fix build error due to bad variableGravatar Vinod Koul 1-3/+3
2017-03-27dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stoppedGravatar Jiada Wang 1-1/+16
2017-03-27dmaengine: cppi41: use managed functions devm_*()Gravatar Andy Shevchenko 1-39/+25
2017-03-27dmaengine: cppi41: fix cppi41_dma_tx_status() logicGravatar Andy Shevchenko 1-4/+2
2017-03-27dmaengine: qcom_hidma: pause the channel on shutdownGravatar Sinan Kaya 1-0/+15
2017-03-27dmaengine: qcom_hidma: disable/enable IRQs on pause/resumeGravatar Sinan Kaya 1-0/+6
2017-03-27dmaengine: rcar-dmac: enable descriptor mode on 40bitGravatar Kuninori Morimoto 1-20/+32
2017-03-14dmaengine: xilinx: avoid memory corruption for device_prep_dma_memcpy()Gravatar Akinobu Mita 1-12/+2
2017-03-14dmaengine: xilinx: fix device_terminate_all() callback for AXI CDMAGravatar Akinobu Mita 1-16/+33
2017-03-14dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Gravatar Matthias Kaehlcke 1-0/+2
2017-03-14dmaengine: imx-sdma: advertise correct residue granularityGravatar Lucas Stach 1-1/+1
2017-03-14dmaengine: mv_xor: remove redundant null check on cdGravatar Colin Ian King 1-5/+0
2017-03-07dmaengine: cppi41: Fix teardown warningsGravatar Alexandre Bailon 1-2/+2
2017-03-07dmaengine: cppi41: Add support of DA8xx to CPPI 4.1Gravatar Alexandre Bailon 2-3/+26
2017-03-07dmaengine: cppi41: Remove isr callback from glue layerGravatar Alexandre Bailon 1-3/+1
2017-03-07dmaengine: cppi41: init_sched(): Get number of channels from DTGravatar Alexandre Bailon 1-8/+12
2017-03-07dmaengine: cppi41: Move some constants to glue layerGravatar Alexandre Bailon 1-6/+14
2017-03-07dmaengine: cppi41: rename platform variablesGravatar Alexandre Bailon 1-8/+9
2017-03-07dmaengine: cppi41: Remove usbss_memGravatar Alexandre Bailon 1-8/+10
2017-03-06dmaengine: stm32-dma: fix up error dev_err messageGravatar Colin Ian King 1-1/+1
2017-03-06dmaengine: bcm2835: Fix cyclic DMA period splittingGravatar Matthias Reichl 1-1/+4
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Gravatar Ingo Molnar 1-0/+1
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+15
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-21/+7
2017-02-21Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 12-116/+309
2017-02-21Merge branch 'topic/zx' into for-linusGravatar Vinod Koul 3-5/+7
2017-02-21Merge branch 'topic/stm32-dma' into for-linusGravatar Vinod Koul 2-34/+61
2017-02-21Merge branch 'topic/ste' into for-linusGravatar Vinod Koul 1-2/+5
2017-02-21Merge branch 'topic/intel' into for-linusGravatar Vinod Koul 4-67/+223
2017-02-14dmaengine: rcar-dmac: Widen DMA mask to 40 bitsGravatar Geert Uytterhoeven 1-0/+1
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Gravatar Joerg Roedel 9-78/+133