index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ste_dma40.c
Age
Commit message (
Expand
)
Author
2011-08-01
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2011-07-14
dmaengine/ste_dma40: allow memory buswidth/burst to be configured
Rabin Vincent
2011-07-14
dmaengine/ste_dma40: use AMBA PrimeCell helper macros
Linus Walleij
2011-07-14
dmaengine/ste_dma40: make the cyclic alloc NOWAIT
Robert Marklund
2011-07-14
dmaengine/ste_dma40: fix missing kernel-doc
om prakash
2011-07-14
dmaengine/ste_dma40: add a separate queue for pending requests
Per Forlin
2011-06-21
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
2011-05-28
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
2011-05-19
dmaengine: move link order
Linus Walleij
2011-05-09
dmaengine/ste_dma40: fix introduced warnings
Philippe Langlais
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
[next]