aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 1-8/+8
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 32-1073/+4730
2016-05-17Merge branch 'topic/xilinx' into for-linusGravatar Vinod Koul 2-368/+1297
2016-05-17Merge branch 'topic/tegra' into for-linusGravatar Vinod Koul 4-2/+869
2016-05-17Merge branch 'topic/sun6i' into for-linusGravatar Vinod Koul 1-66/+188
2016-05-17Merge branch 'topic/qcom' into for-linusGravatar Vinod Koul 7-43/+1291
2016-05-17Merge branch 'topic/pxa' into for-linusGravatar Vinod Koul 1-2/+14
2016-05-17Merge branch 'topic/pl08x' into for-linusGravatar Vinod Koul 1-28/+58
2016-05-17Merge branch 'topic/mv_xor' into for-linusGravatar Vinod Koul 3-21/+80
2016-05-17Merge branch 'topic/mpc512x' into for-linusGravatar Vinod Koul 1-64/+110
2016-05-17Merge branch 'topic/hsu' into for-linusGravatar Vinod Koul 2-3/+9
2016-05-17Merge branch 'topic/dw' into for-linusGravatar Vinod Koul 4-333/+293
2016-05-17Merge branch 'topic/bcm' into for-linusGravatar Vinod Koul 1-130/+474
2016-05-17Merge branch 'topic/core' into for-linusGravatar Vinod Koul 2-6/+15
2016-05-14dmaengine: ioatdma: disable relaxed ordering for ioatdmaGravatar Dave Jiang 2-0/+19
2016-05-14dmaengine: of_dma: approximate an average distributionGravatar Niklas Söderlund 1-2/+10
2016-05-14dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleGravatar Javier Martinez Canillas 1-3/+3
2016-05-14dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error eventGravatar Peter Ujfalusi 1-1/+10
2016-05-14dmaengine: qcom_hidma: add support for object hierarchyGravatar Sinan Kaya 2-5/+147
2016-05-14dmaengine: qcom_hidma: add debugfs hooksGravatar Sinan Kaya 4-2/+224
2016-05-14dmaengine: qcom_hidma: implement lower level hardware interfaceGravatar Sinan Kaya 4-25/+895
2016-05-13dmaengine: vdma: Add clock supportGravatar Kedareswara rao Appana 1-2/+224
2016-05-13dmaengine: vdma: Add config structure to differentiate dmasGravatar Kedareswara rao Appana 1-32/+51
2016-05-13dmaengine: tegra-adma: Add support for Tegra210 ADMAGravatar Jon Hunter 3-0/+855
2016-05-12dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory Access EngineGravatar Kedareswara rao Appana 1-2/+234
2016-05-12dmaengine: vdma: Add Support for Xilinx AXI Direct Memory Access EngineGravatar Kedareswara rao Appana 1-42/+432
2016-05-12dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dmaGravatar Kedareswara rao Appana 1-316/+316
2016-05-12dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICGravatar Andy Shevchenko 1-2/+2
2016-05-03dmaengine: mv_xor: Allow selecting mv_xor for mvebu only compatible SoCGravatar Gregory CLEMENT 1-1/+1
2016-05-03dmaengine: mv_xor: add support for Armada 3700 SoCGravatar Marcin Wojtas 1-7/+49
2016-05-03dmaengine: mv_xor: use SoC type instead of directly the operation modeGravatar Gregory CLEMENT 2-12/+29
2016-05-03dmaengine: mv_xor: make the code 64 bits compliantGravatar Gregory CLEMENT 1-2/+2
2016-05-03dmaengine: vdma: Use dma_pool_zallocGravatar Julia Lawall 1-2/+1
2016-05-03dmaengine: fsldma: Use dma_pool_zallocGravatar Julia Lawall 1-2/+1
2016-05-03dmaengine: ioatdma: Use dma_pool_zallocGravatar Julia Lawall 1-3/+2
2016-05-03dmaengine: mmp_pdma: Use dma_pool_zallocGravatar Julia Lawall 1-2/+1
2016-05-02dmaengine: sun6i: Add cyclic capabilityGravatar Jean-Francois Moine 1-7/+122
2016-05-02dmaengine: sun6i: Remove useless checkGravatar Jean-Francois Moine 1-5/+0
2016-05-02dmaengine: sun6i: Set default maxburst size and bus widthGravatar Jean-Francois Moine 1-4/+24
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipGravatar Andy Shevchenko 3-8/+11
2016-05-02dmaengine: dw: keep entire platform data in struct dw_dmaGravatar Andy Shevchenko 3-20/+19
2016-05-02dmaengine: dw: revisit data_width propertyGravatar Andy Shevchenko 2-33/+14
2016-05-02dmaengine: dw: platform: check nr_masters to be non-zeroGravatar Andy Shevchenko 1-10/+10
2016-05-02dmaengine: tegra-apb: proper default init of channel slave_idGravatar Shardar Shariff Md 1-2/+14
2016-05-02dmaengine: bcm2835: fix typo/added newline in legacy-mode warning messageGravatar Martin Sperl 1-1/+1
2016-04-26dmaengine: pxa_dma: remove duplicate const qualifierGravatar Eric Engestrom 1-1/+1
2016-04-26dmaengine: sun6i: Simplify lli settingGravatar Jean-Francois Moine 1-55/+47
2016-04-26dmaengine: sun6i: Fix impossible settings of burst and bus widthGravatar Jean-Francois Moine 1-5/+5
2016-04-26dmaengine: sun6i: Fix the access of the IRQ registerGravatar Jean-Francois Moine 1-2/+2
2016-04-26dmaengine: pxa: handle bus errorsGravatar Robert Jarzmik 1-1/+13