aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/xgene-dma.c
AgeCommit message (Expand)Author
2020-09-18dmaengine: xgene: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-15dmaengine: xgene-dma: Provide descriptions for 'dev' and 'clk' in device's ddataLee Jones
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-26dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"Colin Ian King
2019-03-25dmaengine: xgene-dma: move spin_lock_bh to spin_lock in taskletJeff Xie
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2017-08-22dmaengine: xgene-dma: remove unused xgene_dma_invalidate_bufferVinod Koul
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2016-08-08dmaengine: xgene-dma: move unmap to before callbackDave Jiang
2016-08-08dmaengine: xgene-dma: convert callback to helper functionDave Jiang
2016-01-07dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flagRameshwar Prasad Sahu
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-10-14dmaengine: xgene-dma: Remove memcpy offload support due to performance dropRameshwar Prasad Sahu
2015-09-30dmaengine: xgene-dma: Fix overwritting DMA tx ringRameshwar Prasad Sahu
2015-09-25dmaengine: xgene-dma: fix handling xgene_dma_get_ring_size resultAndrzej Hajda
2015-09-21dmaengine: xgene-dma: use dma_pool_zallocVinod Koul
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-08-21dmaengine: xgene-dma: Fix the lock to allow client for further submission of ...Rameshwar Prasad Sahu
2015-08-20dmaengine: xgene-dma: Add ACPI support for X-Gene DMA engine driverRameshwar Prasad Sahu
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard
2015-07-31dmaengine: xgene-dma: Fix the resource map to handle overlappingRameshwar Prasad Sahu
2015-06-25dmaengine: xgene: fix file permissionVinod Koul
2015-06-02dmaengine: xgene-dma: Fix "incorrect type in assignement" warningsRameshwar Prasad Sahu
2015-04-17dmaengine: fix platform_no_drv_owner.cocci warningskbuild test robot
2015-04-17dmaengine: xgene: devm_ioremap() returns NULL on errorDan Carpenter
2015-04-17dmaengine: xgene: buffer overflow in xgene_dma_init_channels()Dan Carpenter
2015-04-02dmaengine: xgene_dma_init_ring_mngr() can be statickbuild test robot
2015-04-02dmaengine: Add support for APM X-Gene SoC DMA engine driverRameshwar Prasad Sahu