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
/
arch
/
blackfin
/
kernel
/
bfin_dma_5xx.c
Commit message (
Expand
)
Author
Age
*
Blackfin: work around anomaly 05000480
Steven Miao
2011-05-25
*
Blackfin: bf54x: add kconfig for UART2/3 DMA channel assignments
steven miao
2011-03-18
*
Blackfin: fix DMA/cache bug when resuming from suspend to RAM
Michael Hennerich
2010-08-06
*
Blackfin: remove trailing space in messages
Frans Pop
2010-03-09
*
Blackfin: reject NULL callback in set_dma_callback()
Mike Frysinger
2009-12-15
*
Blackfin: convert DMA mutex to an atomic and drop redundant code
Mike Frysinger
2009-12-15
*
Blackfin: fix suspend/resume failure with some on-chip ROMs
Michael Hennerich
2009-11-25
*
Blackfin: mass clean up of copyright/licensing info
Robin Getz
2009-10-07
*
Blackfin: fix read buffer overflow
Roel Kluin
2009-09-16
*
Blackfin: catch hardware errors earlier during booting
Robin Getz
2009-09-16
*
Blackfin: fix early_dma_memcpy() handling of busy channels
Mike Frysinger
2009-07-16
*
Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable
Jie Zhang
2009-06-13
*
Blackfin: annotate anomaly 05000119 in core DMA code
Robin Getz
2009-06-12
*
Blackfin: fix early L1 relocation crash
Robin Getz
2009-06-12
*
Blackfin arch: fix bug - Dmacopy failed in BF537-STAMP
Mike Frysinger
2009-02-04
*
Blackfin arch: push cache flushing up to dma_memcpy
Mike Frysinger
2009-01-07
*
Blackfin arch: request_dma() returns 0 on success, not channel
Mike Frysinger
2009-01-07
*
Blackfin arch: move most dma functions into static inlines
Mike Frysinger
2009-01-07
*
Blackfin arch: set_dma_callback: do not store .irq
Mike Frysinger
2009-01-07
*
Blackfin arch: drop irq_callback from struct dma_channel
Mike Frysinger
2009-01-07
*
Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_t
Mike Frysinger
2009-01-07
*
Blackfin arch: rewrite dma_memcpy() and dma in/out functions
Mike Frysinger
2009-01-07
*
Blackfin arch: check pointers in safe_dma_memcpy
Mike Frysinger
2009-01-07
*
Blackfin arch: push bf561 PERIPHERAL_MAP oddity into bf561-specific code
Mike Frysinger
2009-01-07
*
Blackfin arch: dma_memcpy() - do not return NULL when transferring a multiple...
Mike Frysinger
2009-01-07
*
Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...
Mike Frysinger
2009-01-07
*
Blackfin arch: add const to some function prototype and struct dma_channel
Michael McTernan
2009-01-07
*
Blackfin arch: implement support for /proc/dma
Graf Yang
2009-01-07
*
Blackfin arch: remove most BUG_ON channel checks
Michael Hennerich
2008-10-28
*
Blackfin arch: Remove useless SSYNCs in DMA code
Michael Hennerich
2008-10-28
*
Blackfin arch: lookup channel2irq() only once
Michael Hennerich
2008-10-28
*
Blackfin arch: remove unused local define
Mike Frysinger
2008-10-28
*
Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...
Sonic Zhang
2008-10-13
*
Blackfin arch: fix bug - IMDMA is not type struct dma_register
Michael Hennerich
2008-07-26
*
Blackfin arch: Functional power management support
Michael Hennerich
2008-07-19
*
Blackfin arch: Check for Anomaly 05000182
Michael Hennerich
2008-05-17
*
[Blackfin] arch: fix bug - before assign new channel to the map register, nee...
Graf Yang
2008-04-24
*
[Blackfin] arch: add Blackfin on-chip SIR IrDA driver support
Graf Yang
2008-04-24
*
[Blackfin] arch: Give the DMA base registers a more descriptive name
Bernd Schmidt
2008-04-23
*
[Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UA...
Sonic Zhang
2008-02-24
*
[Blackfin] arch: Enable UART2 and UART3 for bf548
Sonic Zhang
2008-02-02
*
[Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default ...
Michael Hennerich
2008-01-22
*
Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usage
Cliff Cai
2007-11-21
*
Blackfin arch: dma add some API and cleanup bf54x DMA definition
Bryan Wu
2007-10-21
*
Blackfin arch: flush/inv the correct range when using write back cache and fi...
Michael Hennerich
2007-10-10
*
Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ...
Bryan Wu
2007-10-09
*
Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot...
Bryan Wu
2007-09-12
*
Blackfin arch: Add DMA API to set curr descriptor address
Sonic Zhang
2007-08-05
*
Blackfin arch: Add option to priorize DMA over Core
Michael Hennerich
2007-08-03
*
Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recordin...
Roy Huang
2007-10-10
[next]