index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-09
pch_dma: Support I2S for ML7213 IOH
Tomoya MORINAGA
1
-15
/
+47
2011-05-09
pch_dma: Fix DMA setting issue
Tomoya MORINAGA
1
-7
/
+0
2011-05-09
pch_dma: modify for checkpatch
Tomoya MORINAGA
1
-3
/
+6
2011-05-09
pch_dma: fix dma direction issue for ML7213 IOH video-in
Tomoya MORINAGA
1
-3
/
+3
2011-05-09
dmaengine: at_hdmac: use descriptor chaining help function
Nicolas Ferre
1
-30
/
+3
2011-05-09
dmaengine: at_hdmac: implement pause and resume in atc_control
Nicolas Ferre
2
-27
/
+71
2011-05-09
dmaengine: at_hdmac: set residue as total len in atc_tx_status
Nicolas Ferre
1
-1
/
+6
2011-05-09
dmaengine/ste_dma40: fix introduced warnings
Philippe Langlais
1
-1
/
+1
2011-05-02
dmaengine: at_hdmac: specialize AHB interfaces to optimize transfers
Nicolas Ferre
2
-11
/
+19
2011-05-02
dmaengine: at_hdmac: remove channel status testing in tasklet
Nicolas Ferre
1
-7
/
+0
2011-05-02
dmaengine: at_hdmac: debug information sg_len for prep_slave_sg
Nicolas Ferre
1
-1
/
+2
2011-05-02
dmaengine: at_hdmac: add cyclic DMA operation support
Nicolas Ferre
2
-16
/
+229
2011-05-02
dmaengine: at_hdmac: modify way to use interrupts
Nicolas Ferre
2
-5
/
+10
2011-04-26
treewide: cleanup continuations and remove logging message whitespace
Joe Perches
1
-2
/
+2
2011-04-11
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-1
/
+1
2011-04-10
dt/fsldma: fix build warning caused by of_platform_device changes
Ira W. Snyder
1
-1
/
+1
2011-04-07
Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-1
/
+6
2011-04-06
drivers, pch_dma: Fix uninitialized var before use
Liu Yuan
1
-1
/
+1
2011-04-06
Merge branch 'old_next' into next
Vinod Koul
5
-14
/
+28
2011-04-01
intel_mid_dma: fix runtime pm issues
Kristen Carlson Accardi
1
-4
/
+13
2011-03-31
Fix common misspellings
Lucas De Marchi
6
-11
/
+11
2011-03-31
dma: use BUG_ON correctly in ppc4xx/adam.c, v4
Coly Li
1
-4
/
+4
2011-03-31
dma: use BUG_ON correctly in mv_xor.c, v4
Coly Li
1
-3
/
+3
2011-03-31
dma: use BUG_ON correctly in iop-adma.c, v4
Coly Li
1
-3
/
+3
2011-03-31
dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address also with llp
Viresh Kumar
1
-0
/
+5
2011-03-29
dma: shdma: add checking the DMAOR_AE in sh_dmae_err
Yoshihiro Shimoda
1
-1
/
+6
2011-03-27
Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-29
/
+29
2011-03-25
dma: Ipu: Convert interupt code
Thomas Gleixner
1
-29
/
+29
2011-03-23
mfd: mfd_cell is now implicitly available to timberdale drivers
Andres Salomon
1
-1
/
+2
2011-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
Linus Torvalds
12
-1238
/
+1898
2011-03-22
dmaengine/dmatest: Pass timeout via module params
Viresh Kumar
1
-1
/
+6
2011-03-22
dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCs
Uwe Kleine-König
1
-1
/
+1
2011-03-20
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
Linus Torvalds
1
-6
/
+2
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
3
-4
/
+4
2011-03-17
Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-2
/
+2
2011-03-17
dma: change to new flag variable
matt mooney
1
-6
/
+2
2011-03-11
fsldma: make halt behave nicely on all supported controllers
Ira Snyder
1
-3
/
+16
2011-03-11
fsldma: reduce locking during descriptor cleanup
Ira Snyder
1
-62
/
+46
2011-03-11
fsldma: support async_tx dependencies and automatic unmapping
Ira Snyder
1
-36
/
+95
2011-03-11
fsldma: fix controller lockups
Ira Snyder
2
-122
/
+99
2011-03-11
fsldma: minor codingstyle and consistency fixes
Ira Snyder
2
-18
/
+15
2011-03-11
fsldma: improve link descriptor debugging
Ira Snyder
1
-6
/
+15
2011-03-11
fsldma: use channel name in printk output
Ira Snyder
2
-34
/
+36
2011-03-11
fsldma: move related helper functions near each other
Ira Snyder
1
-52
/
+64
2011-03-11
dmatest: fix automatic buffer unmap type
Ira Snyder
1
-1
/
+6
2011-03-07
drivers, pch_dma: Fix warning when CONFIG_PM=n.
Rakib Mullick
1
-0
/
+2
2011-03-07
dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writel
Viresh Kumar
1
-4
/
+4
2011-03-07
dw_dmac: Setting Default Burst length for transfers as 16.
Viresh Kumar
1
-2
/
+2
2011-03-07
dw_dmac: Allow src/dst msize & flow controller to be configured at runtime
Viresh KUMAR
2
-6
/
+9
2011-03-07
dw_dmac: Pass Channel Priority from platform_data
Viresh Kumar
2
-1
/
+13
[prev]
[next]