summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: edma: Support to suppress the period interrupts in cyclic modePeter Ujfalusi2014-07-281-3/+3
* dmaengine: edma: Update caps->residue_granularity to match with realityPeter Ujfalusi2014-07-281-1/+1
* dmaengine: sun61: fix warning on bad print specfierVinod Koul2014-07-281-2/+2
* dmaengine: sun6i: fix build failure on x86, xilinx targetsVinod Koul2014-07-281-2/+2
* dmaengine: mpc512x: register for device tree channel lookupAlexander Popov2014-07-252-1/+13
* dmaengine: of: add common xlate function for matching by channel idAlexander Popov2014-07-252-0/+39
* dmaengine: mpc512x: add device tree binding documentAlexander Popov2014-07-251-0/+29
* dmaengine: sun6i: Add driver for the Allwinner A31 DMA controllerMaxime Ripard2014-07-253-0/+1068
* Documentation: dt: Add Allwinner A31 DMA controller bindingsMaxime Ripard2014-07-251-0/+45
* dmaengine: ipu: use return value of request_irqVinod Koul2014-07-251-4/+10
* dmaengine: jz4740: Fix GPL v2 license string typoBjorn Helgaas2014-07-251-1/+1
* dmaengine: Remove unused definition of DMA_MAX_COOKIEGeert Uytterhoeven2014-07-251-1/+0
* dmaengine: Clarify device parameter for dma_sync_*_for_*()Geert Uytterhoeven2014-07-251-2/+4
* dmaengine: fsl-edma: fix dmamux index calculating errorJingchang Lu2014-07-251-2/+4
* dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRCNicolin Chen2014-07-253-0/+7
* dmaengine: imx-sdma: Save imx_dma_data into sdmacNicolin Chen2014-07-251-1/+4
* dmaengine: pl330: Check if the DMA descriptor is NULLJavier Martinez Canillas2014-07-221-1/+6
* Merge commit 'renesas-shdma-for-v3.17' into for-linusVinod Koul2014-07-218-107/+110
|\
| * dmaengine: shdma: Use defines instead of hardcoded numbersGeert Uytterhoeven2014-07-152-4/+3
| * sh: dma: Use defines instead of hardcoded numbersGeert Uytterhoeven2014-07-154-69/+69
| * dmaengine: shdma: Add more register documentationGeert Uytterhoeven2014-07-093-34/+38
* | dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2014-07-152-13/+7
* | dmaengine: dw: add debug message to dwc_dostart_first_queuedAndy Shevchenko2014-07-151-1/+5
* | dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko2014-07-151-8/+11
* | dmaengine: dma40: add signal documentation to the device tree bindingsLinus Walleij2014-07-151-2/+72
* | dmaengine: pl330: Remove pl330_chan_ctrl()Lars-Peter Clausen2014-07-151-61/+10
* | dmaengine: pl330: Simplify marking a request as unusedLars-Peter Clausen2014-07-151-38/+13
* | 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: Update documentation for inline wrappersGeert Uytterhoeven2014-07-141-6/+5
* | 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
* | Linux 3.16-rc5v3.16-rc5Linus Torvalds2014-07-131-1/+1
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-07-135-45/+44
|\ \
| * | ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon2014-07-121-1/+1