index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ste_dma40.c
Age
Commit message (
Expand
)
Author
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-30
dma40: cyclic xfer support
Rabin Vincent
2011-01-30
dma40: stop ongoing transfers in DMA_TERMINATE_ALL
Rabin Vincent
2011-01-30
dma40: fix DMA_SG capability and channels
Rabin Vincent
2011-01-30
dma40: handle failure to allocate first LCLA
Rabin Vincent
2011-01-30
dma40: extract lcla code into separate function
Rabin Vincent
2011-01-30
dma40: unify src/dst addr check
Rabin Vincent
2011-01-30
dma40: pass the info pointer all the way to reduce argument count
Rabin Vincent
2011-01-30
dma40: unify d40_log_sg_to_lli funcs for mem and slave
Rabin Vincent
2011-01-30
dma40: move lli_load to main source file
Rabin Vincent
2011-01-30
dma40: combine mem and slave prep_sg functions
Rabin Vincent
2011-01-30
dma40: remove export of stedma40_memcpy_sg
Rabin Vincent
2011-01-30
dma40: combine mem and slave sg-to-lli functions
Rabin Vincent
2011-01-30
dma40: remove duplicated dev addr code
Rabin Vincent
2011-01-30
dma40: combine duplicated d40_pool_lli_alloc() calls
Rabin Vincent
2011-01-30
dma40: combine desc init functions
Rabin Vincent
2011-01-30
dma40: implement prep_memcpy as a wrapper around memcpy_sg
Rabin Vincent
2011-01-30
dma40: remove unnecessary casts
Rabin Vincent
2011-01-30
dma40: fix DMA API usage for LLIs
Rabin Vincent
2011-01-30
dma40: fix DMA API usage for LCLA
Rabin Vincent
2011-01-30
dma40: remove unnecessary ALIGN()s
Rabin Vincent
2011-01-30
dma40: allow realtime and priority for event lines
Rabin Vincent
2011-01-30
dma40: fix comment to refer to SOCs rather than boards
Rabin Vincent
2011-01-30
dma40: use helpers for error functions
Rabin Vincent
2011-01-30
dma40: use helpers for channel type check
Rabin Vincent
2011-01-30
dma40: use helper for channel registers base
Rabin Vincent
2011-01-30
dma40: remove "hardware link with previous jobs" code
Rabin Vincent
2011-01-30
dma40: ensure event lines get enabled
Rabin Vincent
2011-01-30
dma40: make init function static
Rabin Vincent
2011-01-04
dmaengine: dma40: Add support to split up large elements
Per Forlin
2010-10-19
Merge branch 'dma40' into dmaengine
Dan Williams
2010-10-19
ste_dma40: remove enum for endianess
Rabin Vincent
2010-10-19
ste_dma40: move mode_opt to separate config
Rabin Vincent
2010-10-19
ste_dma40: move channel mode to a separate field
Rabin Vincent
2010-10-19
ste_dma40: add variable to indicate valid dma_cfg
Rabin Vincent
2010-10-07
Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengine
Dan Williams
2010-10-07
DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40
Per Forlin
2010-10-07
DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_control
Per Forlin
2010-10-07
DMAENGINE: ste_dma40: fix resource leaks in error paths.
Rabin Vincent
2010-10-07
DMAENGINE: ste_dma40: fix desc_get
Rabin Vincent
2010-10-07
DMAENGINE: ste_dma40: fix clk_get failure path
Rabin Vincent
2010-10-07
DMAENGINE: ste_dma40: fix disabled channels list
Rabin Vincent
2010-10-07
ste_dma40: implement support for scatterlist to scatterlist copy
Ira Snyder
2010-09-22
DMAENGINE: ste_dma40: don't pause/resume non-executing channels
Jonas Aaberg
2010-09-22
DMAENGINE: ste_dma40: rewrote LCLA entries allocation code
Jonas Aaberg
2010-09-22
DMAENGINE: ste_dma40: fix possible use of uninitialized variable
Jonas Aaberg
2010-09-22
DMAENGINE: ste_dma40: corrected is_paused behavior
Jonas Aaberg
2010-09-22
DMAENGINE: ste_dma40: code clean-up
Jonas Aaberg
2010-09-22
DMAENGINE: ste_dma40: added support for link jobs in hw
Jonas Aaberg
2010-09-22
DMAENGINE: ste_dma40: removed a few magic numbers
Jonas Aaberg
[next]