summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw/core.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw: Move check for paused channel to dwc_get_residue()Andy Shevchenko2023-02-161-6/+5
* dma:dw: remove reference to AVR32 architecture in core.cHans-Christian Noren Egtvedt2022-08-031-3/+0
* dmaengine dw: Revert "dmaengine: dw: Enable runtime PM"Cezary Rojewski2021-02-081-6/+0
* dmaengine: dw: Enable runtime PMAndy Shevchenko2020-11-091-0/+6
* dmaengine: dw: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-3/+3
* dmaengine: dw: Add DMA-channels mask cell supportSerge Semin2020-08-171-0/+4
* dmaengine: dw: Discard dlen from the dev-to-mem xfer width calculationSerge Semin2020-08-171-1/+1
* Merge branch 'for-linus' into fixesVinod Koul2020-08-051-1/+47
|\
| * dmaengine: dw: Initialize max_sg_burst capabilitySerge Semin2020-07-271-0/+12
| * dmaengine: dw: Introduce max burst length hw configSerge Semin2020-07-271-0/+16
| * dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin2020-07-271-0/+2
| * dmaengine: dw: Set DMA device max segment size parameterSerge Semin2020-07-271-0/+7
| * dmaengine: dw: Take HC_LLP flag into account for noLLP auto-configSerge Semin2020-07-271-1/+10
* | dmaengine: dw: Initialize channel before each transferAndy Shevchenko2020-07-061-12/+0
|/
* Merge branch 'topic/dw' into for-linusVinod Koul2019-03-121-197/+47
|\
| * dmaengine: dw: convert to SPDX identifiersAndy Shevchenko2019-01-071-4/+1
| * dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko2019-01-071-26/+5
| * dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko2019-01-071-5/+5
| * dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko2019-01-071-156/+34
| * dmaengine: dw: Remove unused internal propertyAndy Shevchenko2019-01-071-3/+1
| * dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko2019-01-071-3/+1
* | dmaengine: dw: drop useless LIST_HEADJulia Lawall2019-01-071-1/+0
|/
* Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-01-011-0/+2
|\
| * dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter2018-11-241-0/+2
* | dmaengine: dw: Fix FIFO size for Intel MerrifieldAndy Shevchenko2018-12-061-3/+3
|/
* dmaengine: dw: remove dma_slave_config direction usageVinod Koul2018-10-071-5/+0
* dmaengine: dw: Remove AVR32 bits from the driverAndy Shevchenko2017-05-151-330/+2
* dmaengine: dw: add support of iDMA 32-bit hardwareAndy Shevchenko2017-01-251-9/+92
* dmaengine: dw: introduce block2bytes() and bytes2block()Andy Shevchenko2017-01-251-21/+31
* dmaengine: dw: extract dwc_chan_pause() for future useAndy Shevchenko2017-01-251-5/+9
* dmaengine: dw: replace convert_burst() with one linerAndy Shevchenko2017-01-251-18/+11
* dmaengine: dw: register IRQ and DMA pool with instance IDAndy Shevchenko2017-01-251-2/+5
* dmaengine: dw: Fix data corruption in large device to memory transfersJarkko Nikula2017-01-251-11/+9
* dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev2016-11-301-1/+1
* Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-061-8/+6
|\
| * dmaengine: dw: convert callback to helper functionDave Jiang2016-08-081-8/+6
* | dmaengine: dw: override LLP support if asked in platform dataAndy Shevchenko2016-08-311-5/+1
* | dmaengine: dw: set polarity of handshake interfaceAndy Shevchenko2016-08-311-0/+4
* | dmaengine: dw: keep copy of custom slave config in dwcAndy Shevchenko2016-08-311-19/+10
|/
* dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko2016-05-021-4/+5
* dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko2016-05-021-15/+15
* dmaengine: dw: revisit data_width propertyAndy Shevchenko2016-05-021-32/+10
* dmaengine: dw: lazy allocation of dma descriptorsChristian Lamparter2016-04-191-118/+48
* dmaengine: dw: set cdesc to NULL when free cyclic transfersAndy Shevchenko2016-04-131-0/+2
* dmaengine: dw: move residue to a descriptorAndy Shevchenko2016-04-131-20/+40
* dmaengine: dw: move dwc->initialized to dwc->flagsAndy Shevchenko2016-04-131-4/+4
* dmaengine: dw: move dwc->paused to dwc->flagsAndy Shevchenko2016-04-131-7/+5
* dmaengine: dw: define counter variables as unsigned intAndy Shevchenko2016-04-131-5/+5
* dmaengine: dw: substitute dma_read_byaddr by dma_readl_nativeAndy Shevchenko2016-04-131-5/+3
* dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chainMans Rullgard2016-04-131-0/+2