index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma40: pass the info pointer all the way to reduce argument count
Rabin Vincent
2011-01-31
3
-33
/
+22
*
dma40: unify d40_log_sg_to_lli funcs for mem and slave
Rabin Vincent
2011-01-31
3
-85
/
+29
*
dma40: combine duplicated code in log_sg_to_dev
Rabin Vincent
2011-01-31
1
-29
/
+23
*
dma40: move lli_load to main source file
Rabin Vincent
2011-01-31
3
-35
/
+18
*
dma40: combine mem and slave prep_sg functions
Rabin Vincent
2011-01-31
1
-94
/
+62
*
dma40: remove export of stedma40_memcpy_sg
Rabin Vincent
2011-01-31
1
-1
/
+1
*
dma40: combine mem and slave sg-to-lli functions
Rabin Vincent
2011-01-31
1
-110
/
+84
*
dma40: remove duplicated dev addr code
Rabin Vincent
2011-01-31
1
-36
/
+30
*
dma40: combine duplicated d40_pool_lli_alloc() calls
Rabin Vincent
2011-01-31
1
-24
/
+14
*
dma40: combine desc init functions
Rabin Vincent
2011-01-31
1
-44
/
+32
*
dma40: implement prep_memcpy as a wrapper around memcpy_sg
Rabin Vincent
2011-01-31
3
-110
/
+10
*
dma40: remove unnecessary casts
Rabin Vincent
2011-01-31
1
-4
/
+2
*
dma40: fix DMA API usage for LLIs
Rabin Vincent
2011-01-31
1
-17
/
+41
*
dma40: fix DMA API usage for LCLA
Rabin Vincent
2011-01-31
1
-8
/
+25
*
dma40: use sg_dma_address() instead of sg_phys()
Rabin Vincent
2011-01-31
1
-4
/
+4
*
dma40: remove unnecessary ALIGN()s
Rabin Vincent
2011-01-31
1
-5
/
+3
*
dma40: allow realtime and priority for event lines
Rabin Vincent
2011-01-31
2
-0
/
+50
*
dma40: fix comment to refer to SOCs rather than boards
Rabin Vincent
2011-01-31
1
-2
/
+3
*
dma40: use helpers for error functions
Rabin Vincent
2011-01-31
1
-127
/
+74
*
dma40: use helpers for channel type check
Rabin Vincent
2011-01-31
1
-22
/
+32
*
dma40: use helper for channel registers base
Rabin Vincent
2011-01-31
1
-44
/
+30
*
dma40: remove "hardware link with previous jobs" code
Rabin Vincent
2011-01-31
1
-107
/
+6
*
dma40: ensure event lines get enabled
Rabin Vincent
2011-01-31
1
-17
/
+46
*
dma40: make init function static
Rabin Vincent
2011-01-31
1
-1
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
2011-01-17
10
-794
/
+935
|
\
|
*
ARM: PL08x: cleanup comments
Russell King - ARM Linux
2011-01-17
1
-94
/
+52
|
*
Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.c
Wei Yongquan
2011-01-15
1
-2
/
+2
|
*
dmaengine: at_hdmac: fix race while monitoring channel status
Nicolas Ferre
2011-01-15
1
-2
/
+2
|
*
dmaengine: at_hdmac: flags located in first descriptor
Nicolas Ferre
2011-01-15
1
-3
/
+3
|
*
dmaengine: at_hdmac: use subsys_initcall instead of module_init
Eric Xu
2011-01-15
1
-1
/
+1
|
*
dmaengine: at_hdmac: no need set ACK in new descriptor
Nicolas Ferre
2011-01-15
1
-1
/
+0
|
*
dmaengine: at_hdmac: trivial add precision to unmapping comment
Nicolas Ferre
2011-01-15
1
-1
/
+1
|
*
dmaengine: at_hdmac: use dma_address to program DMA hardware
Nicolas Ferre
2011-01-15
1
-2
/
+2
|
*
pch_dma: support new device ML7213 IOH
Tomoya MORINAGA
2011-01-15
2
-7
/
+21
|
*
-
.
Merge branches 'amba' and 'dma40' into dmaengine
Dan Williams
2011-01-07
4
-680
/
+833
|
|
\
\
|
|
|
*
dmaengine: dma40: Add support to split up large elements
Per Forlin
2011-01-05
3
-130
/
+343
|
|
*
|
ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels
Russell King - ARM Linux
2011-01-05
1
-0
/
+3
|
|
*
|
ARM: PL08x: allow dma_set_runtime_config() to return errors
Russell King - ARM Linux
2011-01-05
1
-10
/
+13
|
|
*
|
ARM: PL08x: fix locking between prepare function and submit function
Russell King - ARM Linux
2011-01-05
1
-19
/
+9
|
|
*
|
ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels
Russell King - ARM Linux
2011-01-05
1
-0
/
+11
|
|
*
|
ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()
Russell King - ARM Linux
2011-01-05
1
-14
/
+32
|
|
*
|
ARM: PL08x: rename 'desc_list' as 'pend_list'
Russell King - ARM Linux
2011-01-05
1
-10
/
+10
|
|
*
|
ARM: PL08x: implement unmapping of memcpy buffers
Russell King - ARM Linux
2011-01-05
1
-13
/
+39
|
|
*
|
ARM: PL08x: store prep_* flags in async_tx structure
Russell King - ARM Linux
2011-01-05
1
-3
/
+5
|
|
*
|
ARM: PL08x: shrink srcbus/dstbus in txd structure
Russell King - ARM Linux
2011-01-05
1
-10
/
+10
|
|
*
|
ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill
Russell King - ARM Linux
2011-01-05
1
-76
/
+83
|
|
*
|
ARM: PL08x: fix fill_bytes calculation
Russell King - ARM Linux
2011-01-05
1
-16
/
+10
|
|
*
|
ARM: PL08x: use min() to calculate target_len
Russell King - ARM Linux
2011-01-05
1
-3
/
+1
|
|
*
|
ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr
Russell King - ARM Linux
2011-01-05
1
-9
/
+5
|
|
*
|
ARM: PL08x: make pl08x_fill_lli_for_desc() return void
Russell King - ARM Linux
2011-01-05
1
-18
/
+12
[next]