summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dmaengine: omap: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+0
| * | | dmaengine: mpc512x: Remove chancnt affectationsMaxime Ripard2014-11-061-5/+7
| * | | dmaengine: k3: Remove chancnt affectationsMaxime Ripard2014-11-061-1/+0
| * | | dmaengine: fsldma: Remove chancnt affectationsMaxime Ripard2014-11-061-1/+0
| * | | dmaengine: jz4740: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+1
| * | | dmaengine: bcm2835: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+0
| * | | dmaengine: pl08x: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+0
| |/ /
| * | dmaengine: at_xdmac: creation of the atmel eXtended DMA Controller driverLudovic Desroches2014-11-063-0/+1518
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-112-3/+3
|\ \
| * | MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle2014-11-242-3/+3
* | | dmaengine / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-052-2/+2
* | | PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
* | | Merge branch 'acpi-lpss' into pm-runtimeRafael J. Wysocki2014-12-041-0/+11
|\ \ \ | |/ / |/| |
| * | dmaengine: dw: enable runtime PMAndy Shevchenko2014-11-111-0/+11
* | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-11-212-38/+46
|\ \ \ | |/ / |/| |
| * | dmaengine: Fix allocation size for PL330 data buffer depth.Liviu Dudau2014-11-171-2/+2
| * | dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesJon Medhurst2014-11-171-1/+1
| * | dmaengine: pl330: Align DMA memcpy operations to MFIFO widthJon Medhurst2014-11-171-4/+13
| * | dmaengine: sun6i: Fix memcpy operationMaxime Ripard2014-11-121-31/+30
| |/
* | dma: edma: move device registration to platform codeArnd Bergmann2014-11-051-39/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-1818-479/+359
|\
| * Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul2014-10-151-10/+15
| |\
| | * dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul2014-10-151-9/+0
| | * dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul2014-10-151-1/+15
| * | Merge branch 'topic/dma_control_cleanup_acks' into for-linusVinod Koul2014-10-151-1/+1
| |\ \
| | * | dmaengine: coh901318: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
| | |/
| * | dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()Sebastian Andrzej Siewior2014-10-151-1/+1
| * | dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko2014-10-151-26/+3
| * | dmaengine: dw: enable and disable controller when neededAndy Shevchenko2014-10-152-25/+36
| * | dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko2014-10-154-30/+12
| * | dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko2014-10-151-2/+7
| * | dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko2014-10-151-0/+2
| * | dmaengine: dw: move private definitions to regs.hAndy Shevchenko2014-10-151-3/+29
| * | dma: cppi41: Switch to using managed resource in probeKiran Padwal2014-10-151-11/+5
| * | dmaengine: pl330: Fix NULL pointer dereference on driver unbindKrzysztof Kozlowski2014-10-151-2/+4
| * | dmaengine: pl330: Fix NULL pointer dereference on probe failureKrzysztof Kozlowski2014-10-151-2/+4
| * | dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()Krzysztof Kozlowski2014-10-151-3/+0
| * | dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski2014-10-151-4/+0
| * | dma: imx-sdma: fix another incorrect __init annotationArnd Bergmann2014-09-281-1/+1
| * | dmaengine: sun6i: Remove obsolete clk muxing codeChen-Yu Tsai2014-09-241-23/+0
| * | dma: Kconfig: Include mx6 in the IMX_SDMA help sectionFabio Estevam2014-09-231-1/+1
| * | dmatest: prevent memory leakage on error path in threadAndy Shevchenko2014-09-231-2/+2
| * | dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem2014-09-232-5/+40
| * | dma: mv_xor: Remove dead codeEzequiel Garcia2014-09-232-22/+0
| * | dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem2014-09-232-5/+11
| * | dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia2014-09-232-20/+30
| * | dma: mv_xor: Remove multi-slot supportLior Amsalem2014-09-232-93/+32
| * | dma: mv_xor: Simplify the DMA_MEMCPY operationLior Amsalem2014-09-231-65/+12
| * | dma: mv_xor: Replace printk with dev_infoEzequiel Garcia2014-09-231-2/+3
| * | dmaengine: dw: add PCI IDs for Braswell DMAsAndy Shevchenko2014-09-111-0/+4
OpenPOWER on IntegriCloud