summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2011-12-06dma40: Handle esram regulator in dma driverNarayanan G
2011-12-06dmaengine/ste_dma40: use writel_relaxed for lcxaPer Forlin
2011-12-06dma40: combine desc init functionsRabin Vincent
2011-12-06dma40: Include dma-mapping.h for 3.1Philippe Langlais
2011-12-06dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent
2011-12-06dma40: remove unnecessary castsRabin Vincent
2011-12-06dma40: Resetting priority bit for logical channelsNarayanan
2011-12-06dma40: fix DMA API usage for LLIsRabin Vincent
2011-12-06dma40: fix DMA API usage for LCLARabin Vincent
2011-12-06dma40: use helpers for error functionsRabin Vincent
2011-12-06dma40: use helper for channel registers baseRabin Vincent
2011-12-06dma40: remove unnecessary ALIGN()sRabin Vincent
2011-12-06dma40: Add support to use lcla area from esramNarayanan G
2011-12-06dma40: make init function staticRabin Vincent
2011-12-06dma40: fix DMA_SG capability and channelsRabin Vincent
2011-12-06dma40: provide support for new standard cyclic APIRabin Vincent
2011-12-06dma40: unconfigure on allocation failureRabin Vincent
2011-12-06dma40: updateRabin Vincent
2011-09-05dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin
2011-09-05dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin
2011-09-05dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Per Forlin
2011-09-05dmaengine/ste_dma40: add missing kernel doc for pending_queuePer Forlin
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-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
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2011-07-25dmaengine: imx-sdma: return proper error if kzalloc failsAxel Lin