summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw
AgeCommit message (Expand)AuthorLines
2015-09-30dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko-2/+2
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-3/+3
2015-08-24dmaengine: sort the dw KconfigVinod Koul-3/+3
2015-07-17Update Viresh Kumar's email addressViresh Kumar-1/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-11/+9
2015-04-22dmaengine: dw: don't prompt for DW_DMAC_COREVinod Koul-1/+1
2015-03-16dmaengine: dw: Make error prints unique. Part #2Jarkko Nikula-8/+4
2015-03-16dmaengine: dw: Make error prints unique. Part #1Jarkko Nikula-2/+4
2015-03-16dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko-1/+4
2015-03-05dmaengine: dw: don't handle interrupt when dmaengine is not usedJie Yang-1/+1
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-44/+65
2015-02-04dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko-4/+5
2015-01-13dmaengine: dw: provide DMA capabilitiesAndy Shevchenko-1/+15
2015-01-13dmaengine: dw: balance PM runtime callsAndy Shevchenko-2/+5
2014-12-22dmaengine: dw: update the driver commentsVinod Koul-1/+1
2014-12-22dmaengine: dw: Split device_controlMaxime Ripard-38/+44
2014-11-11dmaengine: dw: enable runtime PMAndy Shevchenko-0/+11
2014-10-15dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko-26/+3
2014-10-15dmaengine: dw: enable and disable controller when neededAndy Shevchenko-25/+36
2014-10-15dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko-30/+12
2014-10-15dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko-2/+7
2014-10-15dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko-0/+2
2014-10-15dmaengine: dw: move private definitions to regs.hAndy Shevchenko-3/+29
2014-09-11dmaengine: dw: add PCI IDs for Braswell DMAsAndy Shevchenko-0/+4
2014-09-11dmaengine: dw: move clock operations to platform.cAndy Shevchenko-20/+24
2014-09-11dmaengine: dw: introduce generic filter functionAndy Shevchenko-67/+40
2014-09-11dmaengine: dw: apply both HS interfaces and remove slave_id usageAndy Shevchenko-35/+10
2014-09-11dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko-2/+2
2014-09-11dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko-4/+4
2014-07-15dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko-12/+7
2014-07-15dmaengine: dw: add debug message to dwc_dostart_first_queuedAndy Shevchenko-1/+5
2014-07-15dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko-8/+11
2014-06-09Merge branch 'topic/dw' into for-linusVinod Koul-19/+39
2014-05-22dmaengine: dw: check return code of dma_async_device_register()Andy Shevchenko-2/+6
2014-05-22dmaengine: dw: fix regression in dw_probe() functionAndy Shevchenko-9/+24
2014-05-22dmaengine: dw: enable clock before accessAndy Shevchenko-5/+5
2014-05-21dma: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han-1/+1
2014-05-07dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko-5/+6
2014-05-07dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPSAndy Shevchenko-8/+2
2014-05-07dmaengine: dw: move PM to suspend_late / resume_early stagesAndy Shevchenko-14/+4
2014-03-26dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.Chew, Chiau Ee-0/+33
2014-03-26dma: dw: allocate memory in two stages in probeAndy Shevchenko-9/+12
2014-02-17dma: dw: remove leftovers in the comment blocksAndy Shevchenko-2/+2
2014-02-11dma: dw: add a PCI ID for Intel Haswell SoCAndy Shevchenko-0/+3
2014-01-20dma: dw: use %pad instead of casting dma_addr_tAndy Shevchenko-8/+6
2014-01-20dma: dw: join split up messagesAndy Shevchenko-5/+4
2014-01-20dma: dw: fix style of multiline commentAndy Shevchenko-4/+8
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-26/+3
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul-24/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz-24/+0