summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2010-12-14Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds10-25/+32
2010-12-14dmaengine: at_hdmac: fix buffer transfer size specificationNicolas Ferre1-1/+1
2010-12-13fsldma: fix issue of slow dmaForrest Shi2-3/+12
2010-12-07dmaengine i.MX SDMA: initialize on module_initSascha Hauer1-1/+1
2010-12-07dma : EG20T PCH: Fix miss-setting DMA descriptorTomoya MORINAGA1-7/+8
2010-12-04intel_mid_dma: fix section mismatch warningsDan Williams1-3/+3
2010-12-04dmaengine: imx-sdma: fix bug in buffer descriptor initializationAnatolij Gustschin1-1/+1
2010-12-04drivers/dma/ppc4xx: Use printf extension %pR for struct resourceJoe Perches1-3/+2
2010-12-04drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGSTracey Dent1-1/+1
2010-12-03drivers/dma/: Use the ccflag-y instead of EXTRA_CFLAGSTracey Dent1-2/+2
2010-12-03dma: intel_mid_dma: fix double free on mid_setup_dma error pathAxel Lin1-2/+0
2010-12-03dma: imx-dma: fix imxdma_probe error pathAxel Lin1-1/+1
2010-11-25dma: shdma: add a MODULE_ALIAS() to allow module autoloadingGuennadi Liakhovetski1-0/+1
2010-10-29drivers/dma/Kconfig: add part number for Topcliff.Valdis.Kletnieks@vt.edu1-2/+2
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds14-899/+5276
2010-10-27NULL-terminate all pci_device_id tablesDzianis Kahanovich1-0/+1
2010-10-22DMAENGINE: move COH901318 to arch_initcallLinus Walleij1-1/+1
2010-10-22dma: imx-dma: fix signedness bugSascha Hauer1-1/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-19Merge branch 'dma40' into dmaengineDan Williams3-21/+50
2010-10-19dma/timberdale: simplify conditionalNicolas Kaiser1-1/+1
2010-10-19ste_dma40: remove enum for endianessRabin Vincent2-4/+6
2010-10-19ste_dma40: move mode_opt to separate configRabin Vincent2-2/+33
2010-10-19ste_dma40: move channel mode to a separate fieldRabin Vincent1-6/+2
2010-10-19ste_dma40: move priority to separate fieldRabin Vincent1-1/+1
2010-10-19ste_dma40: add variable to indicate valid dma_cfgRabin Vincent1-8/+8
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-13ioat2: fix performance regressionDan Williams1-1/+1
2010-10-07async_tx: make async_tx channel switching opt-inDan Williams2-4/+7
2010-10-07Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams12-266/+4625
2010-10-07dmaengine: Add Freescale i.MX1/21/27 DMA driverSascha Hauer3-0/+431
2010-10-07intel_mid_dma: change the slave interfaceKoul, Vinod2-25/+52
2010-10-07intel_mid_dma: fix the WARN_ONsKoul, Vinod1-3/+3
2010-10-07intel_mid_dma: Add sg list support to DMA driverRamesh Babu K V2-50/+247
2010-10-07intel_mid_dma: Allow DMAC2 to share interruptYong Wang1-4/+1
2010-10-07intel_mid_dma: Allow IRQ sharingYong Wang1-11/+14
2010-10-07intel_mid_dma: Add runtime PM supportKoul, Vinod2-8/+129
2010-10-07DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40Per Forlin1-51/+1
2010-10-07DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_controlPer Forlin1-8/+26
2010-10-07DMAENGINE: ste_dma40: fix resource leaks in error paths.Rabin Vincent1-4/+13
2010-10-07DMAENGINE: ste_dma40: fix desc_getRabin Vincent1-9/+14
2010-10-07DMAENGINE: ste_dma40: fix clk_get failure pathRabin Vincent1-1/+1
2010-10-07DMAENGINE: ste_dma40: fix disabled channels listRabin Vincent1-3/+5
2010-10-07ste_dma40: implement support for scatterlist to scatterlist copyIra Snyder1-0/+17
2010-10-07fsldma: improved DMA_SLAVE supportIra Snyder1-182/+44
2010-10-07fsldma: implement support for scatterlist to scatterlist copyIra Snyder1-3/+125
2010-10-07dma: add support for scatterlist to scatterlist copyIra Snyder1-0/+2
2010-10-05dmaengine: Add Freescale i.MX SDMA supportSascha Hauer3-0/+1401
2010-10-05dmaengine: add possibility for cyclic transfersSascha Hauer1-0/+2
2010-09-29dmaengine: driver for the ARM PL080/PL081 PrimeCells v5Linus Walleij3-0/+2176