summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw
Commit message (Expand)AuthorAgeFilesLines
* 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/+27Star
| * dmaengine: dw: use dw_dmac autoconfiguration in PCI driverAndy Shevchenko2015-09-301-13/+7Star
| * 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-181-1/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-242-11/+9Star
|\
| * 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/+4Star
| * 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-053-4/+5
| * dmaengine: dw: provide DMA capabilitiesAndy Shevchenko2015-01-131-1/+15
| * dmaengine: dw: update the driver commentsVinod Koul2014-12-221-1/+1
| * dmaengine: dw: Split device_controlMaxime Ripard2014-12-221-38/+44
* | dmaengine: dw: balance PM runtime callsAndy Shevchenko2015-01-132-2/+5
|/
* dmaengine: dw: enable runtime PMAndy Shevchenko2014-11-111-0/+11
* dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko2014-10-151-26/+3Star
* dmaengine: dw: enable and disable controller when neededAndy Shevchenko2014-10-152-25/+36
* dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko2014-10-154-30/+12Star
* dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko2014-10-151-2/+7
* dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko2014-10-151-0/+2
* dmaengine: dw: move private definitions to regs.hAndy Shevchenko2014-10-151-3/+29
* dmaengine: dw: add PCI IDs for Braswell DMAsAndy Shevchenko2014-09-111-0/+4
* dmaengine: dw: move clock operations to platform.cAndy Shevchenko2014-09-114-20/+24
* dmaengine: dw: introduce generic filter functionAndy Shevchenko2014-09-113-67/+40Star
* dmaengine: dw: apply both HS interfaces and remove slave_id usageAndy Shevchenko2014-09-113-35/+10Star
* dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko2014-09-111-2/+2
* dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko2014-09-112-4/+4
* dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2014-07-151-12/+7Star
* dmaengine: dw: add debug message to dwc_dostart_first_queuedAndy Shevchenko2014-07-151-1/+5
* dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko2014-07-151-8/+11
* Merge branch 'topic/dw' into for-linusVinod Koul2014-06-091-19/+39
|\
| * dmaengine: dw: check return code of dma_async_device_register()Andy Shevchenko2014-05-221-2/+6
| * dmaengine: dw: fix regression in dw_probe() functionAndy Shevchenko2014-05-221-9/+24
| * dmaengine: dw: enable clock before accessAndy Shevchenko2014-05-221-5/+5
| * dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko2014-05-071-5/+6
* | dma: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-05-211-1/+1
* | dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPSAndy Shevchenko2014-05-071-8/+2Star
* | dmaengine: dw: move PM to suspend_late / resume_early stagesAndy Shevchenko2014-05-071-14/+4Star
|/
* dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.Chew, Chiau Ee2014-03-261-0/+33
* dma: dw: allocate memory in two stages in probeAndy Shevchenko2014-03-262-9/+12
* dma: dw: remove leftovers in the comment blocksAndy Shevchenko2014-02-171-2/+2
* dma: dw: add a PCI ID for Intel Haswell SoCAndy Shevchenko2014-02-111-0/+3