summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dmaengine: dw: set LMS field in descriptorsMans Rullgard2016-04-131-12/+14
* dmaengine: dw: fix byte order of hw descriptor fieldsMans Rullgard2016-04-131-61/+62
* dmaengine: dw: set src and dst master select according to xfer directionMans Rullgard2016-04-131-2/+6
* dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko2016-04-131-10/+9
* dmaengine: dw: fix master selectionAndy Shevchenko2016-04-131-15/+19
* dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko2016-02-151-5/+10
* Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2016-01-201-28/+16
|\
| * dmaengine: dw: fix cyclic transfer callbacksMans Rullgard2016-01-141-6/+15
| * dmaengine: dw: fix cyclic transfer setupMans Rullgard2016-01-141-22/+1
* | dmaengine: dw: return immediately from IRQ when DMA isn't in useAndy Shevchenko2016-01-071-2/+7
|/
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-101-37/+38
|\
| * dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko2015-10-311-1/+5
| * dmaengine: dw: don't override platform data with autocfgAndy Shevchenko2015-10-311-30/+27
| * dmaengine: dw: convert to __ffs()Andy Shevchenko2015-09-301-6/+6
* | dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko2015-09-301-2/+2
|/
* Update Viresh Kumar's email addressViresh Kumar2015-07-171-1/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-10/+8
|\
| * dmaengine: dw: Make error prints unique. Part #2Jarkko Nikula2015-03-161-8/+4
| * dmaengine: dw: Make error prints unique. Part #1Jarkko Nikula2015-03-161-2/+4
* | dmaengine: dw: don't handle interrupt when dmaengine is not usedJie Yang2015-03-051-1/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-181-40/+61
|\
| * dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko2015-02-041-1/+2
| * dmaengine: dw: provide DMA capabilitiesAndy Shevchenko2015-01-131-1/+15
| * dmaengine: dw: Split device_controlMaxime Ripard2014-12-221-38/+44
* | dmaengine: dw: balance PM runtime callsAndy Shevchenko2015-01-131-2/+0
|/
* dmaengine: dw: enable runtime PMAndy Shevchenko2014-11-111-0/+11
* dmaengine: dw: enable and disable controller when neededAndy Shevchenko2014-10-151-25/+35
* dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko2014-10-151-16/+4
* dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko2014-10-151-2/+7
* dmaengine: dw: move clock operations to platform.cAndy Shevchenko2014-09-111-16/+0
* dmaengine: dw: introduce generic filter functionAndy Shevchenko2014-09-111-0/+20
* dmaengine: dw: apply both HS interfaces and remove slave_id usageAndy Shevchenko2014-09-111-30/+2
* dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko2014-09-111-2/+2
* dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2014-07-151-12/+7