index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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-25
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
2012-06-21
dw_dmac: print correct number of scanned descriptors
Andy Shevchenko
1
-1
/
+1
2012-06-21
dw_dmac: introduce dwc_dump_chan_regs to dump registers
Andy Shevchenko
1
-21
/
+16
2012-06-21
dw_dmac: use proper casting to print dma_addr_t values
Andy Shevchenko
1
-8
/
+13
2012-06-21
Viresh has moved
Viresh Kumar
1
-1
/
+1
2012-05-11
dmaengine: Use sg_dma_address instead of sg_phys
Lars-Peter Clausen
1
-2
/
+2
2012-05-11
dmaengine: dw_dma: add Device Tree probing capability
Viresh Kumar
1
-0
/
+10
2012-05-11
dmaengine: dw_dmac: Add clk_{un}prepare() support
Viresh Kumar
1
-6
/
+6
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
1
-1
/
+1
2012-03-13
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
1
-2
/
+2
2012-03-13
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
1
-15
/
+4
2012-03-13
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
1
-1
/
+1
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
1
-16
/
+1
2012-03-13
dmaengine: add private header file
Russell King - ARM Linux
1
-0
/
+1
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
1
-5
/
+5
2012-02-22
dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG
Viresh Kumar
1
-29
/
+90
2012-02-22
dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem side
Viresh Kumar
1
-4
/
+16
2012-02-22
dmaengine/dw_dmac: Don't handle block interrupts
Viresh Kumar
1
-30
/
+6
2012-02-22
dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directly
Viresh Kumar
1
-1
/
+1
2012-02-22
dmaengine/dw_dmac: Don't use magic number for total number of channels
Viresh Kumar
1
-1
/
+1
2012-02-22
dmaengine/dw_dmac: Hibernation support in dw_dmac
Rajeev KUMAR
1
-0
/
+4
2011-11-28
dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resume
Viresh Kumar
1
-28
/
+41
2011-10-27
dmaengine: move drivers to dma_transfer_direction
Vinod Koul
1
-7
/
+7
2011-09-20
dmaengine: delete redundant chan_id and chancnt initialization in dma drivers
Barry Song
1
-3
/
+2
2011-05-28
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
1
-91
/
+181
2011-05-25
dmaengine/dw_dmac: Update maintainer-ship
Viresh Kumar
1
-0
/
+2
2011-05-19
Haavard Skinnemoen has left Atmel
Jean Delvare
1
-1
/
+1
2011-05-13
dmaengine/dw_dmac: implement pause and resume in dwc_control
Linus Walleij
1
-20
/
+39
2011-05-13
dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submis...
Viresh Kumar
1
-39
/
+77
2011-05-13
dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_...
Viresh Kumar
1
-21
/
+44
2011-05-13
dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DM...
Viresh Kumar
1
-1
/
+5
2011-05-13
dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_al...
Viresh Kumar
1
-14
/
+13
2011-03-31
dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address a...
Viresh Kumar
1
-0
/
+5
[next]