summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
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-10Merge 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-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds3-7/+16
2011-08-03dmaengine: use DEFINE_IDR for static initializationAxel Lin1-3/+1
2011-08-03ioat: fix xor_idx_to_descDan Williams1-1/+1
2011-08-01Merge 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-26Merge 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
2011-07-26DMA: PL08x: cleanup selection of buswidthRussell King - ARM Linux1-15/+19
2011-07-26DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux1-14/+16
2011-07-26DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux1-12/+9
2011-07-26DMA: PL08x: clean up LLI debuggingRussell King - ARM Linux1-17/+16
2011-07-26DMA: PL08x: select LLI bus only once per LLI setupRussell King - ARM Linux1-4/+3
2011-07-26DMA: PL08x: remove unused constantsRussell King - ARM Linux1-4/+0
2011-07-26ARM: mxs-dma: reset after disable channelDong Aisheng1-0/+1
2011-07-26dma: intel_mid_dma: remove redundant pci_set_drvdata callsAxel Lin1-2/+0
2011-07-26dma: mxs-dma: fix unterminated platform_device_id tableAxel Lin1-0/+2
2011-07-26dmaengine: pl330: make platform data optionalRob Herring1-28/+36