aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann
2012-09-18DMA: PL330: Check the pointer returned by kzallocSachin Kamat
2012-09-18DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann
2012-09-14ARM: at91: move platform_data definitionsArnd Bergmann
2012-09-14dmaengine: at_hdmac: check that each sg data length is non-nullNicolas Ferre
2012-09-14dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()Nicolas Ferre
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren
2012-09-11dma: tegra: make data used as *of_device_id.data constLaxman Dewangan
2012-09-11dma: tegra: make tegra_dma.chip_data a pointer to const dataLaxman Dewangan
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov
2012-09-01dma: fix commentsMasanari Iida
2012-09-01ioat: remove unused #definesJon Mason
2012-08-13dma: tegra: enable/disable dma clockLaxman Dewangan
2012-08-06Merge branch 'fixes_for-3.6' into fixesVinod Koul
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski
2012-07-31Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineRussell King
2012-07-31dmaengine: omap: add support for cyclic DMARussell King
2012-07-31dmaengine: omap: add support for setting fiRussell King
2012-07-31dmaengine: omap: add support for returning residue in tx_state methodRussell King
2012-07-31dmaengine: add OMAP DMA engine driverRussell King
2012-07-27dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-07-20dmaengine: Cleanup logging messagesJoe Perches
2012-07-20dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski
2012-07-20dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski
2012-07-20dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski
2012-07-20dmaengine: shdma: (cosmetic) simplify a static functionGuennadi Liakhovetski
2012-07-16dmaengine: at_hdmac: add a few const qualifiersUwe Kleine-König
2012-07-16dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko
2012-07-16dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali
2012-07-13dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski
2012-07-13dma: move shdma driver to an own directoryGuennadi Liakhovetski
2012-07-13dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan
2012-07-13dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann
2012-07-01dma: ipu: remove the use of ipu_platform_dataShawn Guo
2012-07-01dmaengine: sa11x0-dma: add cyclic DMA supportRussell King