summaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c
Commit message (Expand)AuthorAgeFilesLines
...
| * fsldma: add support to 36-bit physical addressLi Yang2010-12-031-1/+3
* | fsldma: fix issue of slow dmaForrest Shi2010-12-131-2/+4
|/
* fsldma: improved DMA_SLAVE supportIra Snyder2010-10-071-182/+44
* fsldma: implement support for scatterlist to scatterlist copyIra Snyder2010-10-071-3/+125
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* Fix spelling contorller -> controller in commentsStefan Weil2010-08-041-1/+1
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-13/+15
|\
| * Merge branch 'ioat' into dmaengineDan Williams2010-05-171-0/+1
| |\
| * | DMAENGINE: extend the control command to include an argLinus Walleij2010-05-171-1/+1
| * | dmaengine: provide helper for setting txstateDan Williams2010-03-261-5/+1
| * | DMAENGINE: generic channel status v2Linus Walleij2010-03-261-10/+9
| * | DMAENGINE: generic slave control v2Linus Walleij2010-03-261-3/+10
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-4/+7
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-3/+3
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* fsldma: Fix cookie issuesSteven J. Magnani2010-02-281-1/+4
* fsldma: Fix cookie issuesSteven J. Magnani2010-02-281-1/+1
* dma: make Open Firmware device id constantMárton Németh2010-02-021-1/+1
* fsldma: major cleanups and fixesIra Snyder2010-02-021-181/+205
* fsldma: rename fsl_chan to chanIra Snyder2010-02-021-275/+275
* fsldma: simplify IRQ probing and handlingIra Snyder2010-02-021-44/+129
* fsldma: clean up the OF subsystem routinesIra Snyder2010-02-021-127/+132
* fsldma: rename dest to dst for uniformityIra Snyder2010-02-021-16/+16
* fsldma: rename struct fsl_dma_chan to struct fsldma_chanIra Snyder2010-02-021-60/+68
* fsldma: remove unused structure membersIra Snyder2010-02-021-9/+8
* fsldma: reduce kernel text sizeIra Snyder2010-02-021-38/+45
* fsldma: Add DMA_SLAVE supportIra Snyder2009-09-081-0/+227
* fsldma: split apart external pause and request count featuresIra Snyder2009-09-081-16/+29
* fsldma: implement a private tx_listDan Williams2009-09-081-7/+9
* drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches2009-07-221-1/+1
* fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder2009-06-161-1/+2
* fsldma: enable external start for the 83xx controllerIra Snyder2009-06-161-1/+1
* fsldma: use PCI Read Multiple commandIra W. Snyder2009-06-161-2/+8
* fsldma: Fix compile warningsKumar Gala2009-05-271-6/+7
* fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder2009-05-221-3/+15
* fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder2009-05-221-2/+7
* fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder2009-05-221-9/+12
* fsldma: fix "DMA halt timeout!" errorsIra Snyder2009-05-221-4/+6
* fsldma: fix check on potential fdev->chan[] overflowRoel Kluin2009-05-221-1/+1
* dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams2009-03-251-1/+0
* fsldma: fix off by one in dma_haltDan Williams2009-03-041-2/+6
* fsldma: print correct IRQ on mpc83xxPeter Korsgaard2009-01-151-1/+2
* fsldma: check for NO_IRQ in fsl_dma_chan_remove()Peter Korsgaard2009-01-141-1/+2
* fsldma: use a valid 'device' for dma_pool_createDan Williams2009-01-121-1/+1
* dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-061-1/+1
* dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-2/+1
* fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi2008-09-261-50/+88
* fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi2008-09-231-132/+0
* dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-081-3/+4
* fsldma: fix incorrect exit path for initializationLi Yang2008-07-081-15/+16
OpenPOWER on IntegriCloud