aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko3-8/+11
2016-05-02dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko3-20/+19
2016-05-02dmaengine: dw: revisit data_width propertyAndy Shevchenko2-33/+14
2016-05-02dmaengine: dw: platform: check nr_masters to be non-zeroAndy Shevchenko1-10/+10
2016-04-19dmaengine: dw: lazy allocation of dma descriptorsChristian Lamparter2-119/+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 Shevchenko2-21/+41
2016-04-13dmaengine: dw: move dwc->initialized to dwc->flagsAndy Shevchenko2-5/+5
2016-04-13dmaengine: dw: move dwc->paused to dwc->flagsAndy Shevchenko2-8/+6
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 Shevchenko2-9/+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 Rullgard2-12/+18
2016-04-13dmaengine: dw: fix byte order of hw descriptor fieldsMans Rullgard2-68/+87
2016-04-13dmaengine: dw: set src and dst master select according to xfer directionMans Rullgard1-2/+6
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko3-18/+17
2016-04-13dmaengine: dw: fix master selectionAndy Shevchenko1-15/+19
2016-03-17Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2016-02-15dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko1-5/+10
2016-02-08dmaengine: dw: pci: add ID for WildcatPoint PCHAndy Shevchenko1-0/+4
2016-01-25dmaengine: dw: fix a typo for bitfields of CTL_LOJie Yang1-1/+1
2016-01-20Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-28/+16
2016-01-14dmaengine: dw: fix cyclic transfer callbacksMans Rullgard1-6/+15
2016-01-14dmaengine: dw: fix cyclic transfer setupMans Rullgard1-22/+1
2016-01-13Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+5
2016-01-07Revert "dmaengine: dw: platform: provide platform data for Intel"Andy Shevchenko1-16/+1
2016-01-07dmaengine: dw: return immediately from IRQ when DMA isn't in useAndy Shevchenko1-2/+7
2016-01-07dmaengine: dw: platform: power on device on shutdownAndy Shevchenko1-0/+12
2015-12-18dmaengine: dw: fix potential memory leak in dw_dma_parse_dt()Mans Rullgard1-2/+5
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-51/+61
2015-10-31dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko1-1/+5
2015-10-31dmaengine: dw: platform: provide platform data for IntelAndy Shevchenko1-1/+16
2015-10-31dmaengine: dw: don't override platform data with autocfgAndy Shevchenko1-30/+27
2015-09-30dmaengine: dw: use dw_dmac autoconfiguration in PCI driverAndy Shevchenko1-13/+7
2015-09-30dmaengine: dw: convert to __ffs()Andy Shevchenko1-6/+6
2015-09-30dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko1-2/+2
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+3
2015-08-24dmaengine: sort the dw KconfigVinod Koul1-3/+3
2015-07-17Update Viresh Kumar's email addressViresh Kumar1-1/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-11/+9
2015-04-22dmaengine: dw: don't prompt for DW_DMAC_COREVinod Koul1-1/+1
2015-03-16dmaengine: dw: Make error prints unique. Part #2Jarkko Nikula1-8/+4
2015-03-16dmaengine: dw: Make error prints unique. Part #1Jarkko Nikula1-2/+4
2015-03-16dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko1-1/+4
2015-03-05dmaengine: dw: don't handle interrupt when dmaengine is not usedJie Yang1-1/+1
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-44/+65
2015-02-04dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko3-4/+5
2015-01-13dmaengine: dw: provide DMA capabilitiesAndy Shevchenko1-1/+15
2015-01-13dmaengine: dw: balance PM runtime callsAndy Shevchenko2-2/+5
2014-12-22dmaengine: dw: update the driver commentsVinod Koul1-1/+1