summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mpc512x_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/err_reporting' into for-linusVinod Koul2016-10-031-2/+1
|\
| * dmaengine: mpc512x_dma: convert callback to helper functionDave Jiang2016-08-081-2/+1
* | dmaengine: NO_IRQ removal from powerpc-only driversMichael Ellerman2016-09-141-2/+2
|/
* dmaengine: mpc512x: kill the tasklets upon exitVinod Koul2016-07-161-0/+1
* dmaengine: mpc512x: Fix code styleMario Six2016-04-041-17/+13
* dmaengine: mpc512x: Implement additional chunk sizes for DMA transfersMario Six2016-04-041-36/+76
* dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308Mario Six2016-04-041-14/+24
* dmaengine: mpc512x: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
* dmaengine: constify of_device_id arrayFabian Frederick2015-03-181-1/+1
* dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0
* dmaengine: mpc512x: Split device_controlMaxime Ripard2014-12-221-60/+51
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* dmaengine: mpc512x: Remove chancnt affectationsMaxime Ripard2014-11-061-5/+7
* dmaengine: mpc512x: register for device tree channel lookupAlexander Popov2014-07-261-1/+12
* dmaengine: mpc512x: add support for peripheral transfersAlexander Popov2014-05-221-5/+239
* dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove()Alexander Popov2014-05-021-17/+38
* dma: mpc512x: separate 'compatible' values for MPC512x and MPC8308Alexander Popov2014-05-021-0/+1
* dma: mpc512x: reorder mpc8308 specific instructionsAlexander Popov2014-05-021-17/+25
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* mpc512x_dma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
* Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* dma: remove use of __devinitBill Pemberton2012-11-281-1/+1
* dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-2/+1
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-6/+3
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-7/+1
* dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-4/+3
* dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin2011-12-051-11/+1
* dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song2011-09-201-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* powerpc/512x: try to free dma descriptors in case of allocation failureIlya Yanok2010-12-291-34/+45
* powerpc/512x: add MPC8308 dma supportIlya Yanok2010-12-291-24/+71
* powerpc/512x: fix the hanged dma transfer issueIlya Yanok2010-12-291-6/+3
* powerpc/512x: scatter/gather dma fixIlya Yanok2010-12-291-1/+3
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of/dma: mpc512x_dma.c: Fix build failuresAnatolij Gustschin2010-06-021-5/+5
* Merge branch 'ioat' into dmaengineDan Williams2010-05-171-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | dmaengine: mpc512x: Use resource_sizeTobias Klauser2010-05-171-1/+1
* | dmaengine: provide helper for setting txstateDan Williams2010-03-261-6/+1
* | DMAENGINE: generic channel status v2Linus Walleij2010-03-261-8/+8
|/
* dma: Add MPC512x DMA driverPiotr Ziecik2010-03-011-0/+800