summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | dma: mmp_tdma: add multiple burst size support for 910-squQiao Zhou2013-10-131-1/+29
| | * | dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-135-9/+8
| | * | dma: coh901318: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-131-1/+1
| | * | dma: mmp_pdma: use list_move instead of list_del/list_addWei Yongjun2013-10-071-2/+1
| | * | dma: cppi41: add support for suspend and resumeDaniel Mack2013-10-071-0/+29
| | * | DMA: ste_dma40: use a power of 2 checkGuennadi Liakhovetski2013-10-071-2/+3
| | * | dma: cppi41: add shortcut to &pdev->dev in cppi41_dma_probe()Daniel Mack2013-10-071-16/+17
| | * | dma: cppi41: s/deinit_cpii41/deinit_cppi41/Daniel Mack2013-10-071-4/+4
| | * | dma: cppi41: pass around device instead of platform_deviceDaniel Mack2013-10-071-20/+20
| | * | dma: tegra20-apb-dma: Staticize tegra_dma_prep_dma_cyclicSachin Kamat2013-10-071-1/+1
| | * | dma: pl330: Simplify irq allocationMichal Simek2013-10-071-8/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ \ \
| * | | | treewide: Fix typo in KconfigMasanari Iida2013-10-141-1/+1
* | | | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-145-9/+22
|\ \ \ \ \
| * | | | | ARM: 7857/1: dma: imx-sdma: setup dma maskPhilippe Retornaz2013-10-311-0/+4
| * | | | | DMA-API: dma: edma.c: no need to explicitly initialize DMA masksRussell King2013-10-311-4/+6
| * | | | | DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent()Russell King2013-10-311-5/+3
| * | | | | DMA-API: dma: pl330: add dma_set_mask_and_coherent() callRussell King2013-10-311-0/+4
| * | | | | DMA-API: dma: pl08x: add dma_set_mask_and_coherent() callRussell King2013-10-311-0/+5
* | | | | | drivers/dma/mmp_tdma.c: use gen_pool_dma_alloc() to allocate descriptorNicolin Chen2013-11-131-6/+1
* | | | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-124-0/+7
|\ \ \ \ \ \
| * | | | | | powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+2
| * | | | | | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-074-21/+23
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | drivers: clean-up prom.h implicit includesRob Herring2013-10-093-0/+5
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-113-0/+1363
|\ \ \ \ \ \
| * | | | | | dmaengine: s3c24xx-dma: add support for the s3c2410 type of controllerHeiko Stuebner2013-10-211-0/+10
| * | | | | | dmaengine: add driver for Samsung s3c24xx SoCsHeiko Stuebner2013-10-083-0/+1353
| |/ / / / /
* | | | | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-11-111-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | dma: Allow TI_EDMA selectable for ARCH_KEYSTONESantosh Shilimkar2013-10-101-1/+1
| | |_|_|/ | |/| | |
* | | | | dmaengine: edma: fix another memory leakVinod Koul2013-10-241-0/+1
* | | | | dma: edma: Fix memory leakValentin Ilie2013-10-241-0/+1
| |_|/ / |/| | |
* | | | dma: edma.c: remove edma_desc leakageGeyslan G. Bem2013-10-111-0/+1
* | | | rcar-hpbdma: add parameter to set_slave() methodSergei Shtylyov2013-10-111-2/+5
* | | | rcar-hpbdma: remove shdma_free_irq() callsSergei Shtylyov2013-10-111-2/+0
|/ / /
* | | dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik2013-10-041-4/+6
* | | dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik2013-10-041-11/+8
* | | dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik2013-10-041-1/+1
* | | dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMAJosh Boyer2013-09-171-0/+1
* | | edma: Update author email addressJosh Boyer2013-09-171-1/+1
|/ /
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-1038-636/+2941
|\ \
| * | dma: edma: Remove limits on number of slotsJoel Fernandes2013-09-041-6/+0
| * | dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes2013-09-041-3/+8
| * | dma: edma: Find missed events and issue themJoel Fernandes2013-09-041-1/+49
| * | dma: edma: Write out and handle MAX_NR_SG at a given timeJoel Fernandes2013-09-041-26/+51
| * | dma: edma: Setup parameters to DMA MAX_NR_SG at a timeJoel Fernandes2013-09-041-3/+15
| * | Merge branch 'topic/api_caps' into for-linusVinod Koul2013-09-041-7/+8
| |\ \
| | * | dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul2013-09-031-7/+8
| * | | Merge branch 'topic/sh' into for-linusVinod Koul2013-09-029-118/+232
| |\ \ \
| | * | | DMA: shdma: fix a bad merge - remove free_irq()Guennadi Liakhovetski2013-08-271-5/+0
OpenPOWER on IntegriCloud