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
/
amba-pl08x.c
Age
Commit message (
Expand
)
Author
2011-08-09
dmaengine: PL08x: Fix trivial build error
Russell King
2011-07-26
dmaengine: pl08x: handle the rest of enums in pl08x_width
Vinod Koul
2011-07-26
DMA: PL08x: cleanup selection of burst size
Russell King - ARM Linux
2011-07-26
DMA: PL08x: avoid recalculating cctl at each prepare
Russell King - ARM Linux
2011-07-26
DMA: PL08x: cleanup selection of buswidth
Russell King - ARM Linux
2011-07-26
DMA: PL08x: separately store source/destination cctl
Russell King - ARM Linux
2011-07-26
DMA: PL08x: separately store source/destination slave address
Russell King - ARM Linux
2011-07-26
DMA: PL08x: clean up LLI debugging
Russell King - ARM Linux
2011-07-26
DMA: PL08x: select LLI bus only once per LLI setup
Russell King - ARM Linux
2011-07-26
DMA: PL08x: remove unused constants
Russell King - ARM Linux
2011-02-23
ARM: amba: make probe() functions take const id tables
Russell King
2011-01-30
DMA: PL08x: fix channel pausing to timeout rather than lockup
Russell King - ARM Linux
2011-01-30
DMA: PL08x: fix infinite wait when terminating transfers
Russell King - ARM Linux
2011-01-16
ARM: PL08x: cleanup comments
Russell King - ARM Linux
2011-01-04
ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels
Russell King - ARM Linux
2011-01-04
ARM: PL08x: allow dma_set_runtime_config() to return errors
Russell King - ARM Linux
2011-01-04
ARM: PL08x: fix locking between prepare function and submit function
Russell King - ARM Linux
2011-01-04
ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels
Russell King - ARM Linux
2011-01-04
ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()
Russell King - ARM Linux
2011-01-04
ARM: PL08x: rename 'desc_list' as 'pend_list'
Russell King - ARM Linux
2011-01-04
ARM: PL08x: implement unmapping of memcpy buffers
Russell King - ARM Linux
2011-01-04
ARM: PL08x: store prep_* flags in async_tx structure
Russell King - ARM Linux
2011-01-04
ARM: PL08x: shrink srcbus/dstbus in txd structure
Russell King - ARM Linux
2011-01-04
ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill
Russell King - ARM Linux
2011-01-04
ARM: PL08x: fix fill_bytes calculation
Russell King - ARM Linux
2011-01-04
ARM: PL08x: use min() to calculate target_len
Russell King - ARM Linux
2011-01-04
ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr
Russell King - ARM Linux
2011-01-04
ARM: PL08x: make pl08x_fill_lli_for_desc() return void
Russell King - ARM Linux
2011-01-04
ARM: PL08x: move callback outside spinlock'd region
Russell King - ARM Linux
2011-01-04
ARM: PL08x: allow AHB master port selection to be configured
Russell King - ARM Linux
2011-01-04
ARM: PL08x: move AHB master port selection into prep_* functions
Russell King - ARM Linux
2011-01-04
ARM: PL08x: move cctl increment and protection setup to prep_slave_sg
Russell King - ARM Linux
2011-01-04
ARM: PL08x: move default cctl into txd structure
Russell King - ARM Linux
2011-01-04
ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel()
Russell King - ARM Linux
2011-01-04
ARM: PL08x: move ccfg into txd structure
Russell King - ARM Linux
2011-01-04
ARM: PL08x: avoid duplicating registers in txd and phychan structures
Russell King - ARM Linux
2011-01-04
ARM: PL08x: combine functions to start DMA into one function
Russell King - ARM Linux
2011-01-04
ARM: PL08x: clean up LLI lookup
Russell King - ARM Linux
2011-01-04
ARM: PL08x: rename lli.next to lli.lli
Russell King - ARM Linux
2011-01-04
ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_t
Russell King - ARM Linux
2011-01-04
ARM: PL08x: use 'size_t' for lengths
Russell King - ARM Linux
2011-01-04
ARM: PL08x: don't try to use llis_bus as a pointer
Russell King - ARM Linux
2011-01-04
ARM: PL08x: don't assume that the LLI pointer has the bus bit clear
Russell King - ARM Linux
2011-01-04
ARM: PL08x: ensure loops use cpu_relax()
Russell King - ARM Linux
2011-01-04
ARM: PL08x: consolidate physical channel release code
Russell King - ARM Linux
2011-01-04
ARM: PL08x: consolidate common txd initialization
Russell King - ARM Linux
2011-01-04
ARM: PL08x: avoid 'void *' struct fields when we can type them properly
Russell King - ARM Linux
2011-01-04
ARM: PL08x: constify vendor data pointers
Russell King - ARM Linux
2011-01-04
ARM: PL08x: remove circular buffer support
Russell King - ARM Linux
2011-01-04
ARM: PL08x: remove unnecessary NULL and BUG checks
Russell King - ARM Linux
[next]