summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song7-15/+5
2011-09-19dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_poolViresh Kumar1-1/+2
2011-09-19dmaengine/amba-pl08x: Add support for sg len greater than one for slave trans...Viresh Kumar1-163/+215
2011-09-05dmaengine: amba-pl08x: make filter check that the channel is owned by pl08xRussell King - ARM Linux1-1/+9
2011-09-05dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin1-0/+16
2011-09-05dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin1-10/+12
2011-09-05dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Per Forlin1-3/+0
2011-09-05dmaengine/ste_dma40: add missing kernel doc for pending_queuePer Forlin1-0/+1
2011-09-02Merge branch 'next' into v3.1-rc4Vinod Koul6-323/+420
2011-08-29dmaengine i.MX SDMA: use request_firmware_nowaitSascha Hauer1-7/+16
2011-08-29dmaengine i.MX SDMA: set firmware scripts addresses to negative value initiallySascha Hauer1-0/+6
2011-08-29dmaengine i.MX SDMA: lock channel 0Sascha Hauer1-2/+16
2011-08-29dmatest: make dmatest threads freezableGuennadi Liakhovetski1-2/+15
2011-08-25dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directlyViresh Kumar1-1/+3
2011-08-25dmaengine/amba-pl08x: Pass flow controller information with slave channel dataViresh Kumar1-8/+53
2011-08-25dmaengine/amba-pl08x: Choose peripheral bus as master busViresh Kumar1-16/+6
2011-08-25dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)Viresh Kumar1-5/+7
2011-08-25dmaengine/amba-pl08x: Add prep_single_byte_llis() routineViresh Kumar1-28/+33
2011-08-25dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN...Viresh Kumar1-8/+6
2011-08-25dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()Viresh Kumar1-124/+17
2011-08-25dmaengine/amba-pl08x: Schedule tasklet in case of error interruptViresh Kumar1-21/+23
2011-08-25dmaengine/amba-pl08x: No need to check "ch->signal < 0"Viresh Kumar1-1/+1
2011-08-25dmaengine/amba-pl08x: Simplify pl08x_ensure_on()Viresh Kumar1-7/+1
2011-08-25dmaengine/amba-pl08x: support runtime PMViresh Kumar1-0/+12
2011-08-25dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_infoViresh Kumar1-4/+3
2011-08-25dmaengine/amba-pl08x: Remove redundant comment and rewrite originalViresh Kumar1-8/+7
2011-08-25dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz)Viresh Kumar1-4/+4
2011-08-25dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending orderViresh Kumar1-9/+8
2011-08-25dmaengine/amba-pl08x: Resolve formatting issuesViresh Kumar1-25/+16
2011-08-19dmaengine: at_hdmac: fix way to specify cyclic capabilityNicolas Ferre1-6/+4
2011-08-19dmaengine: at_hdmac: add wrappers for testing channel stateNicolas Ferre2-10/+26
2011-08-19dmaengine: at_hdmac: improve power management routinesNicolas Ferre2-1/+94
2011-08-19dmaengine: at_hdmac: replace spin_lock* with irqsave variantsNicolas Ferre1-22/+30
2011-08-16mxs-dma: enable CLKGATE before accessing registersLothar Waßmann1-21/+24
2011-08-11Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2011-08-09dmaengine: PL08x: Fix trivial build errorRussell King1-0/+1
2011-08-08dmaengine/dmatest: Terminate transfers on all channels in case of error or exitViresh Kumar1-0/+6
2011-08-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds3-7/+16
2011-08-04dmaengine: use DEFINE_IDR for static initializationAxel Lin1-3/+1
2011-08-04ioat: fix xor_idx_to_descDan Williams1-1/+1
2011-08-02Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds15-326/+442
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2-26/+66
2011-07-27Merge branch 'next' into for-linus-3.0Vinod Koul17-326/+1804
2011-07-27dmaengine: imx-sdma: add device tree probe supportShawn Guo1-3/+39
2011-07-27dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_nameShawn Guo1-10/+2
2011-07-27dmaengine: imx-sdma: use platform_device_id to identify sdma versionShawn Guo1-10/+30
2011-07-27Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2011-07-26dmaengine: pl08x: handle the rest of enums in pl08x_widthVinod Koul1-1/+2
2011-07-26DMA: PL08x: cleanup selection of burst sizeRussell King - ARM Linux1-30/+28
2011-07-26DMA: PL08x: avoid recalculating cctl at each prepareRussell King - ARM Linux1-36/+42