index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dw_dmac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-03-03
1
-73
/
+72
|
\
|
*
dmaengine: dw_dmac: move to generic DMA binding
Arnd Bergmann
2013-02-28
1
-73
/
+72
*
|
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-02-26
1
-155
/
+368
|
\
|
|
*
dw_dmac: apply default dma_mask if needed
Andy Shevchenko
2013-02-14
1
-0
/
+6
|
*
dw_dmac: add support for Lynxpoint DMA controllers
Mika Westerberg
2013-02-12
1
-0
/
+6
|
*
dw_dmac: return proper residue value
Andy Shevchenko
2013-01-28
1
-2
/
+45
|
*
dw_dmac: fill individual length of descriptor
Andy Shevchenko
2013-01-28
1
-0
/
+3
|
*
dw_dmac: introduce total_len field in struct dw_desc
Andy Shevchenko
2013-01-28
1
-6
/
+6
|
*
dw_dmac: remove unnecessary tx_list field in dw_dma_chan
Andy Shevchenko
2013-01-28
1
-5
/
+15
|
*
dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug
Andy Shevchenko
2013-01-28
1
-0
/
+5
|
*
dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors
Andy Shevchenko
2013-01-20
1
-22
/
+21
|
*
dw_dmac: don't exceed AHB master number in dwc_get_data_width
Andy Shevchenko
2013-01-20
1
-13
/
+20
|
*
dw_dmac: allocate dma descriptors from DMA_COHERENT memory
Andy Shevchenko
2013-01-20
1
-64
/
+17
|
*
dma: dw_dmac: clear suspend bit during termination
Heikki Krogerus
2013-01-12
1
-1
/
+1
|
*
dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous
Andy Shevchenko
2013-01-12
1
-7
/
+20
|
*
dw_dmac: make usage of dw_dma_slave optional
Andy Shevchenko
2013-01-12
1
-6
/
+7
|
*
dw_dmac: store direction in the custom channel structure
Andy Shevchenko
2013-01-12
1
-2
/
+10
|
*
dw_dmac: call .probe after we have a device in place
Andy Shevchenko
2013-01-12
1
-1
/
+2
|
*
dma: dw_dmac: check direction properly in dw_dma_cyclic_prep
Andy Shevchenko
2013-01-12
1
-2
/
+3
|
*
dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume
Andy Shevchenko
2013-01-09
1
-9
/
+22
|
*
dw_dmac: update tx_node_active in dwc_do_single_block
Andy Shevchenko
2013-01-09
1
-8
/
+6
|
*
dw_dmac: remove redundant check
Andy Shevchenko
2013-01-09
1
-1
/
+1
|
*
dw_dmac: check for mapping errors
Andy Shevchenko
2013-01-09
1
-6
/
+14
|
*
dw_dmac: absence of pdata isn't critical when autocfg is set
Andy Shevchenko
2013-01-09
1
-7
/
+16
|
*
dw_dmac: introduce to_dw_desc() macro
Andy Shevchenko
2013-01-07
1
-4
/
+2
|
*
dw_dmac: change dev_crit to dev_WARN in dwc_handle_error
Andy Shevchenko
2013-01-07
1
-3
/
+3
|
*
dw_dmac: don't call platform_get_drvdata twice
Andy Shevchenko
2013-01-07
1
-2
/
+2
|
*
dw_dmac: change dev_printk() to corresponding macros
Andy Shevchenko
2013-01-07
1
-9
/
+6
|
*
dmaengine: dw_dmac: amend description and indentation
Heikki Krogerus
2013-01-07
1
-3
/
+3
|
*
dmaengine: dw_dmac: Enhance device tree support
Viresh Kumar
2013-01-07
1
-0
/
+134
*
|
dma: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
1
-3
/
+4
*
|
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-1
/
+1
|
/
*
dma: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
dma: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
dw_dmac: fix a regression in dwc_prep_dma_memcpy
Andy Shevchenko
2012-10-02
1
-4
/
+5
*
dw_dmac: introduce software emulation of LLP transfers
Andy Shevchenko
2012-09-27
1
-4
/
+95
*
dw_dmac: autoconfigure data_width or get it via platform data
Andy Shevchenko
2012-09-27
1
-6
/
+40
*
dw_dmac: autoconfigure block_size or use platform data
Andy Shevchenko
2012-09-27
1
-16
/
+21
*
dw_dmac: get number of channels from hardware if possible
Andy Shevchenko
2012-09-27
1
-10
/
+23
*
dw_dmac: mark dwc_dump_chan_regs as inline
Andy Shevchenko
2012-09-27
1
-1
/
+1
*
dw_dmac: utilize slave_id to pass request line
Andy Shevchenko
2012-09-14
1
-0
/
+5
*
Merge branch 'for-3.7' into next
Vinod Koul
2012-08-05
1
-43
/
+10
|
\
|
*
dw_dmac: use devm_* functions to simplify code
Andy Shevchenko
2012-07-26
1
-43
/
+10
*
|
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-07-24
1
-100
/
+82
|
\
|
|
*
dw_dmac: use 'u32' for LLI structure members, not dma_addr_t
Andy Shevchenko
2012-07-16
1
-5
/
+2
|
*
dw_dmac: mark dwc_dump_lli inline
Andy Shevchenko
2012-07-16
1
-1
/
+1
|
*
dw_dmac: introduce dwc_chan_disable
Andy Shevchenko
2012-06-21
1
-18
/
+14
|
*
dw_dmac: move from __init to __devinit
Andy Shevchenko
2012-06-21
1
-3
/
+3
|
*
dw_dmac: introduce dwc_fast_fls()
Andy Shevchenko
2012-06-21
1
-28
/
+18
|
*
dw_dmac: disable BLOCK interrupts
Andy Shevchenko
2012-06-21
1
-0
/
+4
[next]