index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
amba-pl08x.c
Commit message (
Expand
)
Author
Age
*
ARM: amba: make probe() functions take const id tables
Russell King
2011-02-23
*
DMA: PL08x: fix channel pausing to timeout rather than lockup
Russell King - ARM Linux
2011-01-31
*
DMA: PL08x: fix infinite wait when terminating transfers
Russell King - ARM Linux
2011-01-31
*
ARM: PL08x: cleanup comments
Russell King - ARM Linux
2011-01-16
*
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
2011-01-04
*
ARM: PL08x: remove unnecessary includes
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: prefix hex numbers with 0x
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: improve the announcement printk
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: add comment explaining the flow control methods
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: fix sparse warnings
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: fix deadlock in terminate_all
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: fix missed spin-unlock in pl08x_issue_pending()
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: fix a leak when preparing TXDs
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: fix locking in tasklet
Russell King - ARM Linux
2011-01-04
*
ARM: PL08x: fix atomic_t usage and tx_submit() return value range
Russell King - ARM Linux
2011-01-04
[next]