aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2011-08-29dmaengine i.MX SDMA: set firmware scripts addresses to negative value initiallySascha Hauer
2011-08-29dmaengine i.MX SDMA: lock channel 0Sascha Hauer
2011-08-29dmatest: make dmatest threads freezableGuennadi Liakhovetski
2011-08-25dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directlyViresh Kumar
2011-08-25dmaengine/amba-pl08x: Pass flow controller information with slave channel dataViresh Kumar
2011-08-25dmaengine/amba-pl08x: Choose peripheral bus as master busViresh Kumar
2011-08-25dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Add prep_single_byte_llis() routineViresh Kumar
2011-08-25dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN...Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Schedule tasklet in case of error interruptViresh Kumar
2011-08-25dmaengine/amba-pl08x: No need to check "ch->signal < 0"Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Simplify pl08x_ensure_on()Viresh Kumar
2011-08-25dmaengine/amba-pl08x: support runtime PMViresh Kumar
2011-08-25dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_infoViresh Kumar
2011-08-25dmaengine/amba-pl08x: Remove redundant comment and rewrite originalViresh Kumar
2011-08-25dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz)Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending orderViresh Kumar
2011-08-25dmaengine/amba-pl08x: Resolve formatting issuesViresh Kumar
2011-08-19dmaengine: at_hdmac: fix way to specify cyclic capabilityNicolas Ferre
2011-08-19dmaengine: at_hdmac: add wrappers for testing channel stateNicolas Ferre
2011-08-19dmaengine: at_hdmac: improve power management routinesNicolas Ferre
2011-08-19dmaengine: at_hdmac: replace spin_lock* with irqsave variantsNicolas Ferre
2011-08-16mxs-dma: enable CLKGATE before accessing registersLothar Waßmann
2011-08-10Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-08-09dmaengine: PL08x: Fix trivial build errorRussell King
2011-08-08dmaengine/dmatest: Terminate transfers on all channels in case of error or exitViresh Kumar
2011-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-08-03dmaengine: use DEFINE_IDR for static initializationAxel Lin
2011-08-03ioat: fix xor_idx_to_descDan Williams
2011-08-01Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds
2011-07-27Merge branch 'next' into for-linus-3.0Vinod Koul
2011-07-27dmaengine: imx-sdma: add device tree probe supportShawn Guo
2011-07-27dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_nameShawn Guo
2011-07-27dmaengine: imx-sdma: use platform_device_id to identify sdma versionShawn Guo
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-26dmaengine: pl08x: handle the rest of enums in pl08x_widthVinod Koul
2011-07-26DMA: PL08x: cleanup selection of burst sizeRussell King - ARM Linux
2011-07-26DMA: PL08x: avoid recalculating cctl at each prepareRussell King - ARM Linux
2011-07-26DMA: PL08x: cleanup selection of buswidthRussell King - ARM Linux
2011-07-26DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux
2011-07-26DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux
2011-07-26DMA: PL08x: clean up LLI debuggingRussell King - ARM Linux
2011-07-26DMA: PL08x: select LLI bus only once per LLI setupRussell King - ARM Linux
2011-07-26DMA: PL08x: remove unused constantsRussell King - ARM Linux
2011-07-26ARM: mxs-dma: reset after disable channelDong Aisheng
2011-07-26dma: intel_mid_dma: remove redundant pci_set_drvdata callsAxel Lin
2011-07-26dma: mxs-dma: fix unterminated platform_device_id tableAxel Lin
2011-07-26dmaengine: pl330: make platform data optionalRob Herring