summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dma: dmagengine: fix function names in commentsDaniel Mack2013-09-021-2/+2
| * | | | dma: add driver for R-Car HPB-DMACMax Filippov2013-09-023-0/+662
| * | | | dma: k3dma: use devm_ioremap_resource() instead of devm_request_and_ioremap()Jingoo Han2013-09-021-3/+3
| * | | | dma: imx-sdma: Staticize sdma_driver_data structuresFabio Estevam2013-09-021-6/+6
| * | | | pch_dma: Add MODULE_DEVICE_TABLEBen Hutchings2013-09-021-0/+1
| * | | | dmaengine: PL08x: Add cyclic transfer supportAlban Bedel2013-09-021-29/+118
| * | | | dmaengine: PL08x: Fix reading the byte count in cctlAlban Bedel2013-09-021-0/+4
| * | | | dmaengine: PL08x: Add support for different maximum transfer sizeTomasz Figa2013-09-021-1/+7
| * | | | dmaengine: PL08x: Add support for PL080S variantTomasz Figa2013-09-021-27/+118
| * | | | dmaengine: PL08x: Move LLI dumping code into separate functionTomasz Figa2013-09-021-17/+24
| * | | | dmaengine: PL08x: Rework LLI handling to be less fragileTomasz Figa2013-09-021-65/+82
| * | | | dmaengine: PL08x: Add support for different offset of CONFIG registerTomasz Figa2013-09-021-12/+18
| * | | | dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentationTomasz Figa2013-09-021-24/+29
| * | | | dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptorsLars-Peter Clausen2013-08-281-72/+39
| * | | | dmaengine: Add hisilicon k3 DMA engine driverZhangfei Gao2013-08-283-0/+847
| * | | | dma: imx-sdma: Add ROM script addresses to driverSascha Hauer2013-08-261-1/+99
| * | | | dma: imx-sdma: Use struct for driver dataSascha Hauer2013-08-261-30/+33
| * | | | dma: mmp_pdma: set DMA_PRIVATEDaniel Mack2013-08-251-0/+1
| * | | | dma: mmp_pdma: add support for cyclic DMA descriptorsDaniel Mack2013-08-251-1/+111
| * | | | dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chainDaniel Mack2013-08-251-20/+2
| * | | | dma: mmp_pdma: only complete one transaction from dma_do_tasklet()Daniel Mack2013-08-251-14/+21
| * | | | acpi-dma: remove ugly conversionAndy Shevchenko2013-08-251-3/+1
| * | | | dmaengine: ste_dma40: off by one in d40_of_probe()Dan Carpenter2013-08-251-1/+1
| * | | | dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam2013-08-251-7/+5
| * | | | dma: ipu: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-251-1/+0
| * | | | dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo2013-08-191-23/+0
| * | | | dma: imx-sdma: remove the unused completionHuang Shijie2013-08-191-7/+0
| * | | | dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall2013-08-142-6/+0
| * | | | dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack2013-08-141-1/+16
| * | | | dma: mmp_pdma: remove duplicate assignmentDaniel Mack2013-08-141-1/+0
| * | | | dma: mmp_pdma: print the number of channels at probe timeDaniel Mack2013-08-141-1/+1
| * | | | dma: mmp_pdma: make the controller a DMA providerDaniel Mack2013-08-141-0/+44
| * | | | dma: mmp_pdma: add filter functionDaniel Mack2013-08-141-1/+20
| * | | | dma: mmp_pdma: fix maximum transfer lengthDaniel Mack2013-08-141-1/+1
| * | | | dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack2013-08-141-4/+5
| * | | | dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack2013-08-141-4/+4
| * | | | Merge branch 'topic/of' into for-linusVinod Koul2013-08-141-0/+26
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | dmaengine: add interface of dma_get_slave_channelZhangfei Gao2013-08-131-0/+26
| | | |/ | | |/|
| * | | dma: pl330: split off common code to give back descriptorsChanho Park2013-08-131-15/+23
| * | | dmaengine: sirf: add PM entries for sleep and runtimeBarry Song2013-08-131-3/+129
| * | | dma: use dev_get_platdata()Jingoo Han2013-08-1310-17/+18
| * | | dma: sirf: use NULL instead of 0Jingoo Han2013-08-131-1/+1
| * | | dma: mv_xor: use NULL instead of 0Jingoo Han2013-08-131-1/+1
| * | | dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han2013-08-131-1/+2
| * | | dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang2013-08-051-0/+6
| * | | dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang2013-08-051-16/+26
| * | | dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESSAndy Shevchenko2013-08-051-1/+1
| * | | dma: dw: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko2013-08-051-4/+4
| * | | dma: dw: allow shared interruptsAndy Shevchenko2013-08-051-5/+8
| * | | dma: dw: improve comparison with ~0Andy Shevchenko2013-08-051-5/+11
OpenPOWER on IntegriCloud