Age | Commit message (Expand) | Author |
2013-08-28 | dma: cppi41: off by one in desc_to_chan() | Dan Carpenter |
2013-08-28 | dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptors | Lars-Peter Clausen |
2013-08-28 | dmaengine: Add hisilicon k3 DMA engine driver | Zhangfei Gao |
2013-08-27 | dma: cpp41: enable pm_runtime during init | Sebastian Andrzej Siewior |
2013-08-27 | dma: cpp41: make it compile with CONFIG_BUG=n | Sebastian Andrzej Siewior |
2013-08-27 | DMA: shdma: fix a bad merge - remove free_irq() | Guennadi Liakhovetski |
2013-08-27 | dma: sh: remove unnecessary platform_set_drvdata() | Jingoo Han |
2013-08-27 | DMA: shdma: add r8a73a4 DMAC data to the device ID table | Guennadi Liakhovetski |
2013-08-27 | DMA: shdma: add a header with common for ARM SoCs defines | Guennadi Liakhovetski |
2013-08-27 | DMA: shdma: remove private and unused defines from a global header | Guennadi Liakhovetski |
2013-08-27 | DMA: shdma: switch DT mode to use configuration data from a match table | Guennadi Liakhovetski |
2013-08-27 | DMA: shdma: make a pointer const | Guennadi Liakhovetski |
2013-08-27 | DMA: sudmac: fix compiler warning | Guennadi Liakhovetski |
2013-08-27 | DMA: shdma: switch to managed resource allocation | Guennadi Liakhovetski |
2013-08-27 | DMA: shdma: support the new CHCLR register layout | Guennadi Liakhovetski |
2013-08-26 | dma: imx-sdma: Add ROM script addresses to driver | Sascha Hauer |
2013-08-26 | dma: imx-sdma: Use struct for driver data | Sascha Hauer |
2013-08-25 | dma: mmp_pdma: set DMA_PRIVATE | Daniel Mack |
2013-08-25 | dma: mmp_pdma: add support for cyclic DMA descriptors | Daniel Mack |
2013-08-25 | dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chain | Daniel Mack |
2013-08-25 | dma: mmp_pdma: only complete one transaction from dma_do_tasklet() | Daniel Mack |
2013-08-25 | acpi-dma: remove ugly conversion | Andy Shevchenko |
2013-08-25 | dmaengine: ste_dma40: off by one in d40_of_probe() | Dan Carpenter |
2013-08-25 | dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=y | Fabio Estevam |
2013-08-25 | dma/Kconfig: TI_EDMA needs to be boolean | Guenter Roeck |
2013-08-25 | dma: ipu: remove unnecessary platform_set_drvdata() | Jingoo Han |
2013-08-25 | DMA: shdma: switch all __iomem pointers to void | Guennadi Liakhovetski |
2013-08-25 | DMA: shdma: fix CHCLR register address calculation | Guennadi Liakhovetski |
2013-08-23 | ioatdma: silence GCC warnings | Paul Bolle |
2013-08-22 | dmaengine: make dma_channel_rebalance() NUMA aware | Brice Goglin |
2013-08-22 | ioatdma: disable RAID on non-Atom platforms and reenable unaligned copies | Brice Goglin |
2013-08-22 | mv_xor: support big endian systems using descriptor swap feature | Thomas Petazzoni |
2013-08-22 | mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel} | Thomas Petazzoni |
2013-08-22 | dmatest: print message on debug level in case of no error | Andy Shevchenko |
2013-08-22 | dmatest: remove IS_ERR_OR_NULL checks of debugfs calls | Andy Shevchenko |
2013-08-22 | dmatest: make module parameters writable | Andy Shevchenko |
2013-08-22 | DMA: fix printk warning in AMBA PL08x DMA driver | Andre Przywara |
2013-08-22 | DMA: fix AMBA PL08x compilation issue with 64bit DMA address type | Andre Przywara |
2013-08-19 | dma: of: make error message more meaningful by adding the node name | Lothar Waßmann |
2013-08-19 | dma: mxs-dma: remove code left from generic DMA binding conversion | Shawn Guo |
2013-08-19 | dma: imx-sdma: remove the unused completion | Huang Shijie |
2013-08-19 | dmaengine: fix - error: potential NULL dereference 'chan' | Vinod Koul |
2013-08-18 | Merge 3.11-rc6 into usb-next | Greg Kroah-Hartman |
2013-08-14 | dma: mmp: simplify use of devm_ioremap_resource | Julia Lawall |
2013-08-14 | dma: mmp_pdma: add support for byte-aligned transfers | Daniel Mack |
2013-08-14 | dma: mmp_pdma: remove duplicate assignment | Daniel Mack |
2013-08-14 | dma: mmp_pdma: print the number of channels at probe time | Daniel Mack |
2013-08-14 | dma: mmp_pdma: make the controller a DMA provider | Daniel Mack |
2013-08-14 | dma: mmp_pdma: add filter function | Daniel Mack |
2013-08-14 | dma: mmp_pdma: fix maximum transfer length | Daniel Mack |