index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dw_dmac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-26
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-155
/
+368
2013-02-14
dw_dmac: apply default dma_mask if needed
Andy Shevchenko
1
-0
/
+6
2013-02-12
dw_dmac: add support for Lynxpoint DMA controllers
Mika Westerberg
1
-0
/
+6
2013-01-28
dw_dmac: return proper residue value
Andy Shevchenko
1
-2
/
+45
2013-01-28
dw_dmac: fill individual length of descriptor
Andy Shevchenko
1
-0
/
+3
2013-01-28
dw_dmac: introduce total_len field in struct dw_desc
Andy Shevchenko
1
-6
/
+6
2013-01-28
dw_dmac: remove unnecessary tx_list field in dw_dma_chan
Andy Shevchenko
1
-5
/
+15
2013-01-28
dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug
Andy Shevchenko
1
-0
/
+5
2013-01-25
dma: Convert to devm_ioremap_resource()
Thierry Reding
1
-3
/
+4
2013-01-20
dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors
Andy Shevchenko
1
-22
/
+21
2013-01-20
dw_dmac: don't exceed AHB master number in dwc_get_data_width
Andy Shevchenko
1
-13
/
+20
2013-01-20
dw_dmac: allocate dma descriptors from DMA_COHERENT memory
Andy Shevchenko
1
-64
/
+17
2013-01-12
dma: dw_dmac: clear suspend bit during termination
Heikki Krogerus
1
-1
/
+1
2013-01-12
dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous
Andy Shevchenko
1
-7
/
+20
2013-01-12
dw_dmac: make usage of dw_dma_slave optional
Andy Shevchenko
1
-6
/
+7
2013-01-12
dw_dmac: store direction in the custom channel structure
Andy Shevchenko
1
-2
/
+10
2013-01-12
dw_dmac: call .probe after we have a device in place
Andy Shevchenko
1
-1
/
+2
2013-01-12
dma: dw_dmac: check direction properly in dw_dma_cyclic_prep
Andy Shevchenko
1
-2
/
+3
2013-01-09
dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume
Andy Shevchenko
1
-9
/
+22
2013-01-09
dw_dmac: update tx_node_active in dwc_do_single_block
Andy Shevchenko
1
-8
/
+6
2013-01-09
dw_dmac: remove redundant check
Andy Shevchenko
1
-1
/
+1
2013-01-09
dw_dmac: check for mapping errors
Andy Shevchenko
1
-6
/
+14
2013-01-09
dw_dmac: absence of pdata isn't critical when autocfg is set
Andy Shevchenko
1
-7
/
+16
2013-01-07
dw_dmac: introduce to_dw_desc() macro
Andy Shevchenko
1
-4
/
+2
2013-01-07
dw_dmac: change dev_crit to dev_WARN in dwc_handle_error
Andy Shevchenko
1
-3
/
+3
2013-01-07
dw_dmac: don't call platform_get_drvdata twice
Andy Shevchenko
1
-2
/
+2
2013-01-07
dw_dmac: change dev_printk() to corresponding macros
Andy Shevchenko
1
-9
/
+6
2013-01-07
dmaengine: dw_dmac: amend description and indentation
Heikki Krogerus
1
-3
/
+3
2013-01-07
dmaengine: dw_dmac: Enhance device tree support
Viresh Kumar
1
-0
/
+134
2013-01-03
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-11-28
dma: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-28
dma: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-02
dw_dmac: fix a regression in dwc_prep_dma_memcpy
Andy Shevchenko
1
-4
/
+5
2012-09-27
dw_dmac: introduce software emulation of LLP transfers
Andy Shevchenko
1
-4
/
+95
2012-09-27
dw_dmac: autoconfigure data_width or get it via platform data
Andy Shevchenko
1
-6
/
+40
2012-09-27
dw_dmac: autoconfigure block_size or use platform data
Andy Shevchenko
1
-16
/
+21
2012-09-27
dw_dmac: get number of channels from hardware if possible
Andy Shevchenko
1
-10
/
+23
2012-09-27
dw_dmac: mark dwc_dump_chan_regs as inline
Andy Shevchenko
1
-1
/
+1
2012-09-14
dw_dmac: utilize slave_id to pass request line
Andy Shevchenko
1
-0
/
+5
2012-08-05
Merge branch 'for-3.7' into next
Vinod Koul
1
-43
/
+10
2012-07-26
dw_dmac: use devm_* functions to simplify code
Andy Shevchenko
1
-43
/
+10
2012-07-24
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-100
/
+82
2012-07-16
dw_dmac: use 'u32' for LLI structure members, not dma_addr_t
Andy Shevchenko
1
-5
/
+2
2012-07-16
dw_dmac: mark dwc_dump_lli inline
Andy Shevchenko
1
-1
/
+1
2012-06-21
dw_dmac: introduce dwc_chan_disable
Andy Shevchenko
1
-18
/
+14
2012-06-21
dw_dmac: move from __init to __devinit
Andy Shevchenko
1
-3
/
+3
2012-06-21
dw_dmac: introduce dwc_fast_fls()
Andy Shevchenko
1
-28
/
+18
2012-06-21
dw_dmac: disable BLOCK interrupts
Andy Shevchenko
1
-0
/
+4
2012-06-21
dw_dmac: disable dma in optimal way in probe
Andy Shevchenko
1
-8
/
+4
2012-06-21
dw_dmac: use __func__ constant in the debug prints
Andy Shevchenko
1
-14
/
+13
[next]