index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
kernel
/
bfin_dma_5xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
blackfin:dma: rename bfin_dma_5xx.c to bfin_dma.c
Bob Liu
1
-536
/
+0
2011-05-25
Blackfin: work around anomaly 05000480
Steven Miao
1
-0
/
+5
2011-03-18
Blackfin: bf54x: add kconfig for UART2/3 DMA channel assignments
steven miao
1
-13
/
+19
2010-08-06
Blackfin: fix DMA/cache bug when resuming from suspend to RAM
Michael Hennerich
1
-2
/
+17
2010-03-09
Blackfin: remove trailing space in messages
Frans Pop
1
-5
/
+5
2009-12-15
Blackfin: reject NULL callback in set_dma_callback()
Mike Frysinger
1
-11
/
+10
2009-12-15
Blackfin: convert DMA mutex to an atomic and drop redundant code
Mike Frysinger
1
-21
/
+10
2009-11-25
Blackfin: fix suspend/resume failure with some on-chip ROMs
Michael Hennerich
1
-2
/
+7
2009-10-07
Blackfin: mass clean up of copyright/licensing info
Robin Getz
1
-0
/
+1
2009-09-16
Blackfin: fix read buffer overflow
Roel Kluin
1
-4
/
+4
2009-09-16
Blackfin: catch hardware errors earlier during booting
Robin Getz
1
-0
/
+6
2009-07-16
Blackfin: fix early_dma_memcpy() handling of busy channels
Mike Frysinger
1
-15
/
+14
2009-06-13
Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable
Jie Zhang
1
-2
/
+2
2009-06-12
Blackfin: annotate anomaly 05000119 in core DMA code
Robin Getz
1
-0
/
+5
2009-06-12
Blackfin: fix early L1 relocation crash
Robin Getz
1
-0
/
+81
2009-02-04
Blackfin arch: fix bug - Dmacopy failed in BF537-STAMP
Mike Frysinger
1
-0
/
+7
2009-01-07
Blackfin arch: push cache flushing up to dma_memcpy
Mike Frysinger
1
-11
/
+14
2009-01-07
Blackfin arch: request_dma() returns 0 on success, not channel
Mike Frysinger
1
-1
/
+1
2009-01-07
Blackfin arch: move most dma functions into static inlines
Mike Frysinger
1
-212
/
+21
2009-01-07
Blackfin arch: set_dma_callback: do not store .irq
Mike Frysinger
1
-11
/
+9
2009-01-07
Blackfin arch: drop irq_callback from struct dma_channel
Mike Frysinger
1
-3
/
+2
2009-01-07
Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_t
Mike Frysinger
1
-1
/
+1
2009-01-07
Blackfin arch: rewrite dma_memcpy() and dma in/out functions
Mike Frysinger
1
-366
/
+153
2009-01-07
Blackfin arch: check pointers in safe_dma_memcpy
Mike Frysinger
1
-3
/
+10
2009-01-07
Blackfin arch: push bf561 PERIPHERAL_MAP oddity into bf561-specific code
Mike Frysinger
1
-11
/
+5
2009-01-07
Blackfin arch: dma_memcpy() - do not return NULL when transferring a multiple...
Mike Frysinger
1
-2
/
+2
2009-01-07
Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...
Mike Frysinger
1
-7
/
+7
2009-01-07
Blackfin arch: add const to some function prototype and struct dma_channel
Michael McTernan
1
-1
/
+1
2009-01-07
Blackfin arch: implement support for /proc/dma
Graf Yang
1
-4
/
+40
2008-10-29
Blackfin arch: remove most BUG_ON channel checks
Michael Hennerich
1
-70
/
+0
2008-10-28
Blackfin arch: Remove useless SSYNCs in DMA code
Michael Hennerich
1
-13
/
+1
2008-10-28
Blackfin arch: lookup channel2irq() only once
Michael Hennerich
1
-18
/
+6
2008-10-28
Blackfin arch: remove unused local define
Mike Frysinger
1
-3
/
+0
2008-10-13
Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...
Sonic Zhang
1
-7
/
+6
2008-07-26
Blackfin arch: fix bug - IMDMA is not type struct dma_register
Michael Hennerich
1
-0
/
+8
2008-07-19
Blackfin arch: Functional power management support
Michael Hennerich
1
-0
/
+26
2008-05-17
Blackfin arch: Check for Anomaly 05000182
Michael Hennerich
1
-0
/
+11
2008-04-25
[Blackfin] arch: fix bug - before assign new channel to the map register, nee...
Graf Yang
1
-2
/
+5
2008-04-25
[Blackfin] arch: add Blackfin on-chip SIR IrDA driver support
Graf Yang
1
-2
/
+2
2008-04-24
[Blackfin] arch: Give the DMA base registers a more descriptive name
Bernd Schmidt
1
-1
/
+1
2008-02-25
[Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UA...
Sonic Zhang
1
-7
/
+8
2008-02-02
[Blackfin] arch: Enable UART2 and UART3 for bf548
Sonic Zhang
1
-0
/
+10
2008-01-22
[Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default ...
Michael Hennerich
1
-2
/
+2
2007-11-21
Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usage
Cliff Cai
1
-0
/
+1
2007-10-22
Blackfin arch: dma add some API and cleanup bf54x DMA definition
Bryan Wu
1
-0
/
+26
2007-10-10
Blackfin arch: flush/inv the correct range when using write back cache and fi...
Michael Hennerich
1
-9
/
+30
2007-10-09
Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ...
Bryan Wu
1
-6
/
+6
2007-09-12
Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot...
Bryan Wu
1
-3
/
+3
2007-08-05
Blackfin arch: Add DMA API to set curr descriptor address
Sonic Zhang
1
-1
/
+14
2007-08-03
Blackfin arch: Add option to priorize DMA over Core
Michael Hennerich
1
-0
/
+5
[next]