summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* 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
* dmaengine: dw: move clock operations to platform.cAndy Shevchenko2014-09-114-20/+24
* dmaengine: dw: introduce generic filter functionAndy Shevchenko2014-09-113-67/+40
* dmaengine: dw: apply both HS interfaces and remove slave_id usageAndy Shevchenko2014-09-113-35/+10
* dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko2014-09-111-2/+2
* dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko2014-09-112-4/+4
* dmaengine: mmp_tdma: add DMA_PREP_INTERRUPT flag supportQiao Zhou2014-09-111-5/+14
* dma: imx-sdma: Remove spurious __init annotation on sdma_probe()Mark Brown2014-08-281-1/+1
* dma: rcar-audmapp: Fix for no corresponding slave IDRyo Kataoka2014-08-281-5/+10
* dma: xilinx: Remove .owner field for driverMichal Simek2014-08-191-1/+0
* dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.Vignesh Raman2014-08-191-0/+7
* dma: imx-sdma: use module_platform_driver for SDMA driverVignesh Raman2014-08-191-6/+18
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-08-1138-873/+3526
|\
| * dmaengine: sun6i: depends on RESET_CONTROLLERMaxime Ripard2014-08-081-0/+1
| * dma: at_hdmac: fix invalid remaining bytes detectionAlexandre Belloni2014-08-071-5/+7
| * dmaengine: nbpfaxi: don't build this driver where it cannot be usedGuennadi Liakhovetski2014-08-071-0/+1
| * dmaengine: nbpf_error_get_channel() can be staticFengguang Wu2014-08-051-1/+1
| * dma: pl08x: Use correct specifier for size_t valuesMark Brown2014-08-041-2/+2
| * dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-0420-26/+20
| * dmaengine: nbpfaxi: convert to taskletGuennadi Liakhovetski2014-08-041-7/+12
| * dmaengine: nbpfaxi: fix a theoretical raceGuennadi Liakhovetski2014-08-041-0/+1
| * dmaengine: add a driver for AMBA AXI NBPF DMAC IP coresGuennadi Liakhovetski2014-08-043-0/+1518
| * dmaengine: edma: Do not register second device when booted with DTPeter Ujfalusi2014-07-311-1/+2
| * dmaengine: edma: Do not change the error code returned from edma_alloc_slotPeter Ujfalusi2014-07-311-1/+1
| * dmaengine: shdma: Allocate cyclic sg list dynamicallyLaurent Pinchart2014-07-311-2/+15
| * dmaengine: shdma: Make channel filter ignore unrelated devicesLaurent Pinchart2014-07-311-39/+45
| * dmaengine: sh: Rework Kconfig and MakefileLaurent Pinchart2014-07-313-10/+32
| * dmaengine: sun6i: Fix memory leaksMaxime Ripard2014-07-301-9/+12
| * dmaengine: sun6i: Free the interrupt before killing the taskletMaxime Ripard2014-07-301-2/+2
OpenPOWER on IntegriCloud