index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ste_dma40.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-01-31
dma40: cyclic xfer support
Rabin Vincent
1
-32
/
+140
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: 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
1
-6
/
+2
2011-01-31
dma40: unify d40_log_sg_to_lli funcs for mem and slave
Rabin Vincent
1
-25
/
+16
2011-01-31
dma40: move lli_load to main source file
Rabin Vincent
1
-4
/
+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
1
-1
/
+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
1
-98
/
+9
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: remove unnecessary ALIGN()s
Rabin Vincent
1
-5
/
+3
2011-01-31
dma40: allow realtime and priority for event lines
Rabin Vincent
1
-0
/
+34
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-05
dmaengine: dma40: Add support to split up large elements
Per Forlin
1
-39
/
+152
2010-10-20
Merge branch 'dma40' into dmaengine
Dan Williams
1
-18
/
+38
2010-10-20
ste_dma40: remove enum for endianess
Rabin Vincent
1
-2
/
+2
2010-10-20
ste_dma40: move mode_opt to separate config
Rabin Vincent
1
-2
/
+26
2010-10-20
ste_dma40: move channel mode to a separate field
Rabin Vincent
1
-6
/
+2
2010-10-20
ste_dma40: add variable to indicate valid dma_cfg
Rabin Vincent
1
-8
/
+8
2010-10-08
Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengine
Dan Williams
1
-0
/
+17
2010-10-08
DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40
Per Forlin
1
-51
/
+1
2010-10-08
DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_control
Per Forlin
1
-8
/
+26
2010-10-08
DMAENGINE: ste_dma40: fix resource leaks in error paths.
Rabin Vincent
1
-4
/
+13
2010-10-08
DMAENGINE: ste_dma40: fix desc_get
Rabin Vincent
1
-9
/
+14
2010-10-08
DMAENGINE: ste_dma40: fix clk_get failure path
Rabin Vincent
1
-1
/
+1
2010-10-08
DMAENGINE: ste_dma40: fix disabled channels list
Rabin Vincent
1
-3
/
+5
2010-10-08
ste_dma40: implement support for scatterlist to scatterlist copy
Ira Snyder
1
-0
/
+17
2010-09-23
DMAENGINE: ste_dma40: don't pause/resume non-executing channels
Jonas Aaberg
1
-0
/
+6
2010-09-23
DMAENGINE: ste_dma40: rewrote LCLA entries allocation code
Jonas Aaberg
1
-167
/
+148
2010-09-23
DMAENGINE: ste_dma40: fix possible use of uninitialized variable
Jonas Aaberg
1
-2
/
+2
2010-09-23
DMAENGINE: ste_dma40: corrected is_paused behavior
Jonas Aaberg
1
-4
/
+10
2010-09-23
DMAENGINE: ste_dma40: code clean-up
Jonas Aaberg
1
-43
/
+29
2010-09-23
DMAENGINE: ste_dma40: added support for link jobs in hw
Jonas Aaberg
1
-112
/
+202
2010-09-23
DMAENGINE: ste_dma40: removed a few magic numbers
Jonas Aaberg
1
-6
/
+12
[next]