aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2013-07-21drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz
2013-05-19pch_dma: Use GFP_ATOMIC because called from interrupt contextTomoya MORINAGA
2013-01-27ioat: Fix DMA memory sync direction correct flagShuah Khan
2012-10-31dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()Wei Yongjun
2012-10-31dmaengine: sirf: fix a typo in moving running dma_desc to active queueBarry Song
2012-10-31dmaengine: sirf: fix a typo in dma_prep_interleavedBarry Song
2012-10-13drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...Fabio Estevam
2012-10-02dmaengine: at_hdmac: check that each sg data length is non-nullNicolas Ferre
2012-10-02dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()Nicolas Ferre
2012-10-02DMA: PL330: Check the pointer returned by kzallocSachin Kamat
2012-10-02DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat
2012-09-14Revert dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam
2012-08-26dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam
2012-07-16dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera
2012-05-17Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-05-15dmaengine: fix cyclic dma usageVinod Koul
2012-05-11dmaengine: pl330: dont complete descriptor for cyclic dmaVinod Koul
2012-04-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-04-25dmaengine/amba-pl08x : reset phychan_hold on terminate allDavide Ciminaghi
2012-04-25dma: pl330: fix a couple of compilation warningsOlof Johansson
2012-04-23dma/ste_dma40: fix erroneous comparisonLinus Walleij
2012-04-23dma/ste_dma40: explicitly include regulator consumer headerLinus Walleij
2012-04-23dma40: Improve the logic of stopping logical chanNarayanan G
2012-04-20dmaengine: at_hdmac: remove clear-on-read in atc_dostart()Nicolas Ferre
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo
2012-04-20dmaengine: imx-dma: dont complete descriptor for cyclic dmaVinod Koul
2012-04-17dmaengine: Kconfig: fix Atmel at_hdmac entryNicolas Ferre
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-04-05ioatdma: DMA copy alignment needed to address IOAT DMA silicon errataDave Jiang
2012-04-05ioat: ring size variables need to be 32bit to avoid overflowDave Jiang
2012-04-04Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-03-30ARM: sa11x0: fix build errors from DMA engine API updatesRussell King
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-28iop-adma: Corrected array overflow in RAID6 Xscale(R) test.Don Morris
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-27dmaengine: imx: fix the build failure on x86_64Vinod Koul
2012-03-27mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie
2012-03-27mxs-dma : move the mxs dma.h to a more common placeHuang Shijie
2012-03-26dmaengine: i.MX: Fix merge of cookie branch.Javier Martin
2012-03-26dmaengine: i.MX: Add support for interleaved transfers.Javier Martin
2012-03-26dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages.Javier Martin
2012-03-26dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'.Javier Martin
2012-03-26dmaengine: imx-dma: remove unused arg of imxdma_sg_next.Javier Martin
2012-03-26dmaengine: imx-dma: remove internal structure.Javier Martin
2012-03-26dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure.Javier Martin
2012-03-26dmaengine: imx-dma: remove 'in_use' field of 'internal' structure.Javier Martin