index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
fsldma.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-01-31
dma40: stop ongoing transfers in DMA_TERMINATE_ALL
Rabin Vincent
1
-13
/
+21
2011-01-31
dma40: fix DMA_SG capability and channels
Rabin Vincent
1
-37
/
+34
2011-01-31
dma40: handle failure to allocate first LCLA
Rabin Vincent
1
-0
/
+5
2011-01-31
dma40: extract lcla code into separate function
Rabin Vincent
1
-42
/
+50
2011-01-31
dma40: use flags to reduce parameter count
Rabin Vincent
2
-37
/
+52
2011-01-31
dma40: make d40_log_buf_to_lli static
Rabin Vincent
2
-8
/
+1
2011-01-31
dma40: unify src/dst addr check
Rabin Vincent
1
-13
/
+16
2011-01-31
dma40: pass the info pointer all the way to reduce argument count
Rabin Vincent
3
-33
/
+22
2011-01-31
dma40: unify d40_log_sg_to_lli funcs for mem and slave
Rabin Vincent
3
-85
/
+29
2011-01-31
dma40: combine duplicated code in log_sg_to_dev
Rabin Vincent
1
-29
/
+23
2011-01-31
dma40: move lli_load to main source file
Rabin Vincent
3
-35
/
+18
2011-01-31
dma40: combine mem and slave prep_sg functions
Rabin Vincent
1
-94
/
+62
2011-01-31
dma40: remove export of stedma40_memcpy_sg
Rabin Vincent
2
-20
/
+1
2011-01-31
dma40: combine mem and slave sg-to-lli functions
Rabin Vincent
1
-110
/
+84
2011-01-31
dma40: remove duplicated dev addr code
Rabin Vincent
1
-36
/
+30
2011-01-31
dma40: combine duplicated d40_pool_lli_alloc() calls
Rabin Vincent
1
-24
/
+14
2011-01-31
dma40: combine desc init functions
Rabin Vincent
1
-44
/
+32
2011-01-31
dma40: implement prep_memcpy as a wrapper around memcpy_sg
Rabin Vincent
3
-110
/
+10
2011-01-31
dma40: remove unnecessary casts
Rabin Vincent
1
-4
/
+2
2011-01-31
dma40: fix DMA API usage for LLIs
Rabin Vincent
1
-17
/
+41
2011-01-31
dma40: fix DMA API usage for LCLA
Rabin Vincent
1
-8
/
+25
2011-01-31
dma40: use sg_dma_address() instead of sg_phys()
Rabin Vincent
1
-4
/
+4
2011-01-31
dma40: remove unnecessary ALIGN()s
Rabin Vincent
1
-5
/
+3
2011-01-31
dma40: allow realtime and priority for event lines
Rabin Vincent
3
-0
/
+53
2011-01-31
dma40: fix comment to refer to SOCs rather than boards
Rabin Vincent
1
-2
/
+3
2011-01-31
dma40: use helpers for error functions
Rabin Vincent
1
-127
/
+74
2011-01-31
dma40: use helpers for channel type check
Rabin Vincent
1
-22
/
+32
2011-01-31
dma40: use helper for channel registers base
Rabin Vincent
1
-44
/
+30
2011-01-31
dma40: remove "hardware link with previous jobs" code
Rabin Vincent
1
-107
/
+6
2011-01-31
dma40: ensure event lines get enabled
Rabin Vincent
1
-17
/
+46
2011-01-31
dma40: make init function static
Rabin Vincent
1
-1
/
+1
2011-01-22
Linux 2.6.38-rc2
v2.6.38-rc2
Linus Torvalds
1
-1
/
+1
2011-01-21
KEYS: Fix up comments in key management code
David Howells
11
-366
/
+777
2011-01-21
KEYS: Do some style cleanup in the key management code.
David Howells
10
-248
/
+80
2011-01-21
mm: System without MMU do not need pte_mkwrite
Michal Simek
1
-0
/
+2
2011-01-21
MAINTAINERS: Update Roland Dreier's email address
Roland Dreier
1
-1
/
+1
2011-01-21
xen: p2m: correctly initialize partial p2m leaf
Stefan Bader
1
-1
/
+19
2011-01-21
um: Use generic irq Kconfig
Thomas Gleixner
1
-5
/
+1
2011-01-21
tile: Use generic irq Kconfig
Thomas Gleixner
1
-29
/
+21
2011-01-21
sparc: Use generic irq Kconfig
Thomas Gleixner
1
-4
/
+1
2011-01-21
score: Use generic irq Kconfig
Thomas Gleixner
1
-3
/
+4
2011-01-21
powerpc: Use generic irq Kconfig
Thomas Gleixner
1
-21
/
+3
2011-01-21
parisc: Use generic irq Kconfig
Thomas Gleixner
1
-10
/
+4
2011-01-21
mn10300: Use generic irq Kconfig
Thomas Gleixner
1
-4
/
+1
2011-01-21
microblaze: Use generic irq Kconfig
Thomas Gleixner
1
-6
/
+2
2011-01-21
m68knommu: Use generic irq Kconfig
Thomas Gleixner
1
-4
/
+1
2011-01-21
ia64: Use generic irq Kconfig
Thomas Gleixner
1
-19
/
+4
2011-01-21
frv: Use generic irq Kconfig
Thomas Gleixner
1
-4
/
+1
2011-01-21
blackfin: Use generic irq Kconfig
Thomas Gleixner
1
-11
/
+3
2011-01-21
alpha: Use generic irq Kconfig
Thomas Gleixner
1
-13
/
+3
[next]