summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski2011-12-051-4/+4
| * dmaengine: at_hdmac: simplify device selection from platform data or DTNicolas Ferre2011-11-282-39/+31
| * dmaengine: at_hdmac: empty entry shape modificationNicolas Ferre2011-11-281-1/+3
| * dmaengine: at_hdmac: add const to struct platform_device_id definitionNicolas Ferre2011-11-281-1/+1
| * dmaengine/ste_dma40: Add support to use lcla area from esramNarayanan G2011-11-281-10/+85
| * dmaengine: timb_dma: fix the spare wariningsVinod Koul2011-11-281-4/+4
| * dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resumeViresh Kumar2011-11-282-28/+42
| * IMX/DMA : set the DMA direction in the sdma_control()Huang Shijie2011-11-221-0/+1
| * dmaengine/ste_dma40: support pm in dma40Narayanan G2011-11-222-19/+259
| * dmaengine: add CSR SiRFprimaII DMAC driverRongjun Ying2011-11-183-0/+725
| * DMAEngine: Define interleaved transfer request apiJassi Brar2011-11-181-2/+2
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-1720-143/+141
| |\
| | * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-2720-143/+141
| * | pch_dma: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-172-7/+11
| * | pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-11-172-4/+4
| * | dma i.MX: remove individual SOC dependencySascha Hauer2011-11-171-3/+3
| * | dma: fix spacing for method declaration, coding style issue in iop-adma.cCiaran McCormick2011-11-171-2/+2
| * | DMA: PL330: Fix build warningBoojin Kim2011-11-101-1/+2
| * | dmaengine: at_hdmac: add device tree supportNicolas Ferre2011-11-101-1/+31
| * | dmaengine: at_hdmac: platform data move to use .id_tableNicolas Ferre2011-11-102-10/+46
* | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-4/+4
|\ \ \
| * | | dma: mxs-dma: convert to clk_prepare/clk_unprepareShawn Guo2011-12-281-4/+4
| |/ /
* | | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-5/+6
|\ \ \
| * | | ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-131-5/+6
| |/ /
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-46/+53
|\ \ \
| * \ \ Merge branch 'depends/rmk/for-linus' into samsung/dtArnd Bergmann2012-01-071-2/+2
| |\ \ \
| * | | | DMA: PL330: Add device tree supportThomas Abraham2011-12-231-4/+29
| * | | | DMA: PL330: Infer transfer direction from transfer request instead of platfor...Thomas Abraham2011-12-231-49/+16
| * | | | DMA: PL330: move filter function into driverThomas Abraham2011-12-231-0/+15
| | |/ / | |/| |
* | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-19/+27
|\ \ \ \
| * | | | dmatest: don't use set_freezable_with_signal()Tejun Heo2011-11-231-19/+27
| |/ / /
* | | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-062-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | dmaengine: pl330: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
| * | | dmaengine: pl08x: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
| |/ /
* | | dma: MX3_IPU fix dependsEric Bénard2011-12-191-2/+2
|/ /
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-065-0/+5
|\ \
| * | drivers/dma: Add export.h to ste_dma40.cPaul Gortmaker2011-10-311-0/+1
| * | drivers/dma: Add module.h to files implicitly using it.Paul Gortmaker2011-10-313-0/+3
| * | x86: fix up files really needing to include module.hPaul Gortmaker2011-10-311-0/+1
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-11-0417-479/+864
|\ \ \ | | |/ | |/|
| * | dmaengine: mid_dma: mask_peripheral_interrupt only when dmac is idleVinod Koul2011-10-161-4/+3
| * | dmaengine/ep93xx_dma: add module.h includeMika Westerberg2011-10-161-0/+1
| * | pch_dma: Reduce wasting memoryTomoya MORINAGA2011-10-121-2/+1
| * | pch_dma: Fix suspend issueTomoya MORINAGA2011-10-111-1/+1
| * | dma/timberdale: free_irq() on an error pathDan Carpenter2011-10-071-1/+1
| * | dma: shdma: transfer based runtime PMGuennadi Liakhovetski2011-09-282-26/+75
| * | dmaengine: shdma: protect against the IRQ handlerGuennadi Liakhovetski2011-09-281-27/+28
| * | Merge branch 'samsung_dma' into nextVinod Koul2011-09-212-23/+209
| |\ \
| | * | DMA: PL330: Add DMA_CYCLIC capabilityBoojin Kim2011-09-141-1/+83
| | * | DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL commandBoojin Kim2011-09-141-4/+7
OpenPOWER on IntegriCloud