aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03dma:dw: remove reference to AVR32 architecture in core.cHans-Christian Noren Egtvedt1-3/+0
2021-02-08dmaengine dw: Revert "dmaengine: dw: Enable runtime PM"Cezary Rojewski1-6/+0
2020-11-09dmaengine: dw: Enable runtime PMAndy Shevchenko1-0/+6
2020-09-18dmaengine: dw: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-17dmaengine: dw: Add DMA-channels mask cell supportSerge Semin1-0/+4
2020-08-17dmaengine: dw: Discard dlen from the dev-to-mem xfer width calculationSerge Semin1-1/+1
2020-08-05Merge branch 'for-linus' into fixesVinod Koul1-1/+47
2020-07-27dmaengine: dw: Initialize max_sg_burst capabilitySerge Semin1-0/+12
2020-07-27dmaengine: dw: Introduce max burst length hw configSerge Semin1-0/+16
2020-07-27dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin1-0/+2
2020-07-27dmaengine: dw: Set DMA device max segment size parameterSerge Semin1-0/+7
2020-07-27dmaengine: dw: Take HC_LLP flag into account for noLLP auto-configSerge Semin1-1/+10
2020-07-06dmaengine: dw: Initialize channel before each transferAndy Shevchenko1-12/+0
2019-03-12Merge branch 'topic/dw' into for-linusVinod Koul1-197/+47
2019-01-07dmaengine: dw: convert to SPDX identifiersAndy Shevchenko1-4/+1
2019-01-07dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko1-26/+5
2019-01-07dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko1-5/+5
2019-01-07dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko1-156/+34
2019-01-07dmaengine: dw: Remove unused internal propertyAndy Shevchenko1-3/+1
2019-01-07dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko1-3/+1
2019-01-07dmaengine: dw: drop useless LIST_HEADJulia Lawall1-1/+0
2019-01-01Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+2
2018-12-06dmaengine: dw: Fix FIFO size for Intel MerrifieldAndy Shevchenko1-3/+3
2018-11-24dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter1-0/+2
2018-10-07dmaengine: dw: remove dma_slave_config direction usageVinod Koul1-5/+0
2017-05-15dmaengine: dw: Remove AVR32 bits from the driverAndy Shevchenko1-330/+2
2017-01-25dmaengine: dw: add support of iDMA 32-bit hardwareAndy Shevchenko1-9/+92
2017-01-25dmaengine: dw: introduce block2bytes() and bytes2block()Andy Shevchenko1-21/+31
2017-01-25dmaengine: dw: extract dwc_chan_pause() for future useAndy Shevchenko1-5/+9
2017-01-25dmaengine: dw: replace convert_burst() with one linerAndy Shevchenko1-18/+11
2017-01-25dmaengine: dw: register IRQ and DMA pool with instance IDAndy Shevchenko1-2/+5
2017-01-25dmaengine: dw: Fix data corruption in large device to memory transfersJarkko Nikula1-11/+9
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev1-1/+1
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+6
2016-08-31dmaengine: dw: override LLP support if asked in platform dataAndy Shevchenko1-5/+1
2016-08-31dmaengine: dw: set polarity of handshake interfaceAndy Shevchenko1-0/+4
2016-08-31dmaengine: dw: keep copy of custom slave config in dwcAndy Shevchenko1-19/+10
2016-08-08dmaengine: dw: convert callback to helper functionDave Jiang1-8/+6
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko1-4/+5
2016-05-02dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko1-15/+15
2016-05-02dmaengine: dw: revisit data_width propertyAndy Shevchenko1-32/+10
2016-04-19dmaengine: dw: lazy allocation of dma descriptorsChristian Lamparter1-118/+48
2016-04-13dmaengine: dw: set cdesc to NULL when free cyclic transfersAndy Shevchenko1-0/+2
2016-04-13dmaengine: dw: move residue to a descriptorAndy Shevchenko1-20/+40
2016-04-13dmaengine: dw: move dwc->initialized to dwc->flagsAndy Shevchenko1-4/+4
2016-04-13dmaengine: dw: move dwc->paused to dwc->flagsAndy Shevchenko1-7/+5
2016-04-13dmaengine: dw: define counter variables as unsigned intAndy Shevchenko1-5/+5
2016-04-13dmaengine: dw: substitute dma_read_byaddr by dma_readl_nativeAndy Shevchenko1-5/+3
2016-04-13dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chainMans Rullgard1-0/+2
2016-04-13dmaengine: dw: set LMS field in descriptorsMans Rullgard1-12/+14