summaryrefslogtreecommitdiffstats
path: root/firmware/keyspan (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-22dma: imx-dma: fix signedness bugSascha Hauer1-1/+3
2010-10-20dma/timberdale: simplify conditionalNicolas Kaiser1-1/+1
2010-10-20ste_dma40: remove channel_typeRabin Vincent1-9/+0
2010-10-20ste_dma40: remove enum for endianessRabin Vincent4-15/+8
2010-10-20ste_dma40: remove TIM_FOR_LINK optionRabin Vincent2-6/+0
2010-10-20ste_dma40: move mode_opt to separate configRabin Vincent4-13/+44
2010-10-20ste_dma40: move channel mode to a separate fieldRabin Vincent3-15/+12
2010-10-20ste_dma40: move priority to separate fieldRabin Vincent3-8/+3
2010-10-20ste_dma40: add variable to indicate valid dma_cfgRabin Vincent1-8/+8
2010-10-08async_tx: make async_tx channel switching opt-inDan Williams3-8/+11
2010-10-08move async raid6 test to lib/Kconfig.debugDan Williams2-13/+13
2010-10-08dmaengine: Add Freescale i.MX1/21/27 DMA driverSascha Hauer3-0/+431
2010-10-08intel_mid_dma: change the slave interfaceKoul, Vinod3-39/+53
2010-10-08intel_mid_dma: fix the WARN_ONsKoul, Vinod1-3/+3
2010-10-08intel_mid_dma: Add sg list support to DMA driverRamesh Babu K V3-50/+250
2010-10-08intel_mid_dma: Allow DMAC2 to share interruptYong Wang1-4/+1
2010-10-08intel_mid_dma: Allow IRQ sharingYong Wang1-11/+14
2010-10-08intel_mid_dma: Add runtime PM supportKoul, Vinod2-8/+129
2010-10-07DMAENGINE: define a dummy filter function for ste_dma40Linus Walleij1-0/+19
2010-10-07DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40Per Forlin2-74/+2
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 Snyder3-319/+47
2010-10-07fsldma: implement support for scatterlist to scatterlist copyIra Snyder1-3/+125
2010-10-07dma: add support for scatterlist to scatterlist copyIra Snyder2-0/+8
2010-10-06dmaengine: Add Freescale i.MX SDMA supportSascha Hauer6-6/+1487
2010-10-06dmaengine: add wrapper functions for device control functionsSascha Hauer1-0/+34
2010-10-06dmaengine: add possibility for cyclic transfersSascha Hauer2-1/+10
2010-09-30dmaengine: driver for the ARM PL080/PL081 PrimeCells v5Linus Walleij4-0/+2398
2010-09-23dmaengine: fix interrupt clearing for mv_xorSimon Guinot1-1/+1
2010-09-23missing inline keyword for static function in linux/dmaengine.hMathieu Lacage1-1/+1
2010-09-23dma/shdma: move dereference below the NULL checkDan Carpenter1-1/+2
2010-09-22DMAENGINE: ste_dma40: added kernel doc for structJonas Aaberg1-7/+15
2010-09-22DMAENGINE: ste_dma40: don't pause/resume non-executing channelsJonas Aaberg1-0/+6
2010-09-22DMAENGINE: ste_dma40: removed non-used variable from structJonas Aaberg2-3/+0
2010-09-22DMAENGINE: ste_dma40: rewrote LCLA entries allocation codeJonas Aaberg3-309/+218
2010-09-22DMAENGINE: ste_dma40: fix possible use of uninitialized variableJonas Aaberg1-2/+2
2010-09-22DMAENGINE: ste_dma40: corrected is_paused behaviorJonas Aaberg1-4/+10
2010-09-22DMAENGINE: ste_dma40: code clean-upJonas Aaberg4-66/+57
2010-09-22DMAENGINE: ste_dma40: added support for link jobs in hwJonas Aaberg2-116/+202
2010-09-22DMAENGINE: ste_dma40: removed a few magic numbersJonas Aaberg2-6/+15
2010-09-22DMAENGINE: ste_dma40: fix bug related to callback handlingJonas Aaberg3-23/+14
2010-09-22DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend requestJonas Aaberg1-30/+16
2010-09-22DMAENGINE: ste_dma40: No need reading, masking and setting a set registerJonas Aaberg1-4/+1
2010-09-22DMAENGINE: ste_dma40: Fix failed to restart logical channel bugJonas Aaberg1-12/+8
2010-09-22DMAENGINE: ste_dma40: config checksLinus Walleij2-3/+28