summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: pl330: Embed pl330_req directly into dma_pl330_descLars-Peter Clausen2014-07-151-90/+69
* dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structsLars-Peter Clausen2014-07-151-280/+192
* dmaengine: pl330: Simplify is_manager()Lars-Peter Clausen2014-07-151-7/+1
* dmaengine: pl330: Remove uneccessary ccr validationLars-Peter Clausen2014-07-151-23/+0
* dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *Lars-Peter Clausen2014-07-151-20/+17
* dmaengine: pl330: Remove useless xfer_cb indirectionLars-Peter Clausen2014-07-151-38/+24
* dmaengine: pl330: Remove unused mc_len field from _pl330_req structLars-Peter Clausen2014-07-151-4/+1
* dmaengine: pl330: Remove unused next field form pl330_xfer structLars-Peter Clausen2014-07-151-15/+5
* dmaengine: pl330: Remove unused client_data field form pl330_infoLars-Peter Clausen2014-07-151-2/+0
* dmaengine: pl330: Remove unused dmac_reset callbackLars-Peter Clausen2014-07-151-12/+0
* dmaengine: pl330: Remove unused pl330_chanstatus structLars-Peter Clausen2014-07-151-29/+0
* dmaengine: pl330: Remove duplicated cachecontrol enumLars-Peter Clausen2014-07-151-28/+17
* dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtypeLars-Peter Clausen2014-07-151-17/+8
* dmaengine: inherit debug settings from the subsystem for subdirectoriesWolfram Sang2014-07-151-2/+2
* dmaengine: Use dma_zalloc_coherentJoe Perches2014-07-142-8/+5
* dmaengine: qcom_bam_dma: Add descriptor flagsAndy Gross2014-07-141-2/+18
* dmaengine: Freescale: change descriptor release process for supporting async_txHongbo Zhang2014-07-142-55/+159
* dmaengine: Freescale: add suspend resume functions for DMA driverHongbo Zhang2014-07-142-0/+92
* dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsaveHongbo Zhang2014-07-141-15/+10
* Update imx-sdma cyclic handling to report residueRussell King - ARM Linux2014-07-011-4/+18
* dma: cppi41: handle 0-length packetsDaniel Mack2014-07-011-3/+10
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-06-1019-374/+2270
|\
| * Merge branch 'topic/xilinx' into for-linusVinod Koul2014-06-094-0/+1395
| |\
| | * dma: Add Xilinx AXI Video Direct Memory Access Engine driver supportSrikanth Thokala2014-04-304-0/+1395
| * | Merge branch 'topic/dw' into for-linusVinod Koul2014-06-092-23/+39
| |\ \
| | * | dmaengine: dw: check return code of dma_async_device_register()Andy Shevchenko2014-05-221-2/+6
| | * | dmaengine: dw: fix regression in dw_probe() functionAndy Shevchenko2014-05-221-9/+24
| | * | dmaengine: dw: enable clock before accessAndy Shevchenko2014-05-221-5/+5
| * | | dmaengine: sh: don't use dynamic static allocationVinod Koul2014-06-031-1/+9
| * | | dmaengine: sh: fix print specifier warningsVinod Koul2014-06-031-1/+1
| * | | dmaengine: sh: make shdma_prep_dma_cyclic staticVinod Koul2014-06-031-1/+1
| * | | dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DLFabio Estevam2014-06-011-1/+1
| * | | dmaengine: shdma: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-06-011-1/+1
| * | | dmaengine: rcar-hpbdma: Include linux/err.hLaurent Pinchart2014-06-011-0/+1
| * | | dmaengine: sudmac: Include linux/err.hLaurent Pinchart2014-06-011-0/+1
| * | | dmaengine: sudmac: Keep #include sorted alphabeticallyLaurent Pinchart2014-06-011-3/+3
| * | | dmaengine: shdmac: Include linux/err.hLaurent Pinchart2014-06-011-0/+1
| * | | dmaengine: shdmac: Keep #include sorted alphabeticallyLaurent Pinchart2014-06-011-7/+7
| * | | dmaengine: s3c24xx-dma: Add cyclic transfer supportVasily Khoruzhick2014-06-011-1/+111
| * | | dmaengine: s3c24xx-dma: Process whole SG chainVasily Khoruzhick2014-06-011-1/+0
| * | | dmaengine: imx: correct sdmac->status for cyclic dma txJiada Wang2014-06-011-2/+0
| * | | dmaengine: pch: fix compilation for alpha targetVinod Koul2014-05-221-0/+1
| * | | dma: pch_dma: Fix Kconfig dependenciesJean Delvare2014-05-221-1/+1
| * | | dmaengine: mpc512x: add support for peripheral transfersAlexander Popov2014-05-221-5/+239
| * | | dma: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-05-212-2/+2
| * | | dma: ste_dma40: Convert to the late system PM callbacksUlf Hansson2014-05-071-1/+1
| * | | dma: mmp_pdma: add support for residue reportingDaniel Mack2014-05-071-3/+84
| * | | dma: ste_dma40: Fixup system suspend/resumeUlf Hansson2014-05-071-3/+10
| * | | dma: ste_dma40: Convert to PM macros while providing the PM callbacksUlf Hansson2014-05-071-79/+71
| * | | dma: ste_dma40: Don't require CONFIG_PM_RUNTIMEUlf Hansson2014-05-071-11/+10
OpenPOWER on IntegriCloud