aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mpc512x_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: mpc512x: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner1-13/+1
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul1-2/+1
2016-09-14dmaengine: NO_IRQ removal from powerpc-only driversMichael Ellerman1-2/+2
2016-08-08dmaengine: mpc512x_dma: convert callback to helper functionDave Jiang1-2/+1
2016-07-16dmaengine: mpc512x: kill the tasklets upon exitVinod Koul1-0/+1
2016-04-04dmaengine: mpc512x: Fix code styleMario Six1-17/+13
2016-04-04dmaengine: mpc512x: Implement additional chunk sizes for DMA transfersMario Six1-36/+76
2016-04-04dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308Mario Six1-14/+24
2015-10-01dmaengine: mpc512x: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-12-22dmaengine: mpc512x: Split device_controlMaxime Ripard1-60/+51
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal1-1/+0
2014-11-06dmaengine: mpc512x: Remove chancnt affectationsMaxime Ripard1-5/+7
2014-07-26dmaengine: mpc512x: register for device tree channel lookupAlexander Popov1-1/+12
2014-05-22dmaengine: mpc512x: add support for peripheral transfersAlexander Popov1-5/+239
2014-05-02dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove()Alexander Popov1-17/+38
2014-05-02dma: mpc512x: separate 'compatible' values for MPC512x and MPC8308Alexander Popov1-0/+1
2014-05-02dma: mpc512x: reorder mpc8308 specific instructionsAlexander Popov1-17/+25
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-05mpc512x_dma: remove useless use of lockAndy Shevchenko1-9/+1
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux1-2/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-6/+3
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-7/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-4/+3
2011-12-05dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin1-11/+1
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2010-12-29powerpc/512x: try to free dma descriptors in case of allocation failureIlya Yanok1-34/+45
2010-12-29powerpc/512x: add MPC8308 dma supportIlya Yanok1-24/+71
2010-12-29powerpc/512x: fix the hanged dma transfer issueIlya Yanok1-6/+3
2010-12-29powerpc/512x: scatter/gather dma fixIlya Yanok1-1/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-06-02of/dma: mpc512x_dma.c: Fix build failuresAnatolij Gustschin1-5/+5
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-17dmaengine: mpc512x: Use resource_sizeTobias Klauser1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-6/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-8/+8
2010-03-01dma: Add MPC512x DMA driverPiotr Ziecik1-0/+800