aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/dw_dmac.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Gravatar Linus Torvalds 1-2/+0
2009-12-22drivers/dma: drop unnecesary memsetGravatar Julia Lawall 1-2/+0
2009-12-15const: constify remaining dev_pm_opsGravatar Alexey Dobriyan 1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar NeilBrown 1-21/+29
2009-09-08dmaengine: Move all map_sg/unmap_sg for slave channel to its clientGravatar Atsushi Nemoto 1-12/+19
2009-09-08dw_dmac: implement a private tx_listGravatar Dan Williams 1-9/+10
2009-07-22DMA: Rework dw_dmac suspend_late()/resume_early()Gravatar Magnus Damm 1-5/+10
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 1-2/+331
2009-04-01dw_dmac: add cyclic API to DW DMA driverGravatar Hans-Christian Egtvedt 1-1/+331
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initGravatar Dan Williams 1-1/+0
2009-03-24dma: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2009-02-18atmel-mci: fix initialization of dma slave dataGravatar Dan Williams 1-3/+2
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureGravatar Dan Williams 1-41/+50
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureGravatar Dan Williams 1-2/+1
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveGravatar Dan Williams 1-19/+6
2009-01-06dmaengine: up-level reference counting to the module levelGravatar Dan Williams 1-1/+1
2008-10-03dw_dmac: fix copy/paste bug in taskletGravatar Haavard Skinnemoen 1-1/+1
2008-07-08dmaengine: Driver for the Synopsys DesignWare DMA controllerGravatar Haavard Skinnemoen 1-0/+1122