summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw: convert callback to helper functionDave Jiang2016-08-081-8/+6
* dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko2016-05-023-8/+11
* dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko2016-05-023-20/+19
* dmaengine: dw: revisit data_width propertyAndy Shevchenko2016-05-022-33/+14
* dmaengine: dw: platform: check nr_masters to be non-zeroAndy Shevchenko2016-05-021-10/+10
* dmaengine: dw: lazy allocation of dma descriptorsChristian Lamparter2016-04-192-119/+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-132-21/+41
* dmaengine: dw: move dwc->initialized to dwc->flagsAndy Shevchenko2016-04-132-5/+5
* dmaengine: dw: move dwc->paused to dwc->flagsAndy Shevchenko2016-04-132-8/+6
* 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-132-9/+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-132-12/+18
* dmaengine: dw: fix byte order of hw descriptor fieldsMans Rullgard2016-04-132-68/+87
* 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-133-18/+17
* dmaengine: dw: fix master selectionAndy Shevchenko2016-04-131-15/+19
* Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-03-171-1/+1
|\
| * dmaengine: dw: fix a typo for bitfields of CTL_LOJie Yang2016-01-251-1/+1
* | dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko2016-02-151-5/+10
* | dmaengine: dw: pci: add ID for WildcatPoint PCHAndy Shevchenko2016-02-081-0/+4
|/
* 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
* | Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-01-131-2/+5
|\|
| * dmaengine: dw: fix potential memory leak in dw_dma_parse_dt()Mans Rullgard2015-12-181-2/+5
* | Revert "dmaengine: dw: platform: provide platform data for Intel"Andy Shevchenko2016-01-071-16/+1
* | dmaengine: dw: return immediately from IRQ when DMA isn't in useAndy Shevchenko2016-01-071-2/+7
* | dmaengine: dw: platform: power on device on shutdownAndy Shevchenko2016-01-071-0/+12
|/
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-103-51/+61
|\
| * dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko2015-10-311-1/+5
| * dmaengine: dw: platform: provide platform data for IntelAndy Shevchenko2015-10-311-1/+16
| * dmaengine: dw: don't override platform data with autocfgAndy Shevchenko2015-10-311-30/+27
| * dmaengine: dw: use dw_dmac autoconfiguration in PCI driverAndy Shevchenko2015-09-301-13/+7
| * dmaengine: dw: convert to __ffs()Andy Shevchenko2015-09-301-6/+6
* | dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko2015-09-301-2/+2
|/
* Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-09-041-3/+3
|\
| * dmaengine: sort the dw KconfigVinod Koul2015-08-241-3/+3
* | 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-242-11/+9
|\
| * dmaengine: dw: don't prompt for DW_DMAC_COREVinod Koul2015-04-221-1/+1
| * 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: append MODULE_ALIAS for platform driverAndy Shevchenko2015-03-161-1/+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-183-44/+65
|\
| * dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko2015-02-043-4/+5
| * dmaengine: dw: provide DMA capabilitiesAndy Shevchenko2015-01-131-1/+15
| * dmaengine: dw: update the driver commentsVinod Koul2014-12-221-1/+1