index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
TODO
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-09
dw_dmac: absence of pdata isn't critical when autocfg is set
Andy Shevchenko
1
-7
/
+16
2013-01-08
dma: mxs-dma: Fix build warnings with W=1
Fabio Estevam
1
-4
/
+4
2013-01-08
dma: tegra: add support for Tegra114 SoC
Laxman Dewangan
1
-1
/
+12
2013-01-08
dma: tegra: add support for channel wise pause
Laxman Dewangan
1
-5
/
+38
2013-01-08
dma: ipu: Drop unused spinlock
Jean Delvare
1
-1
/
+0
2013-01-08
dca: check against empty dca_domains list before unregister provider
Maciej Sosnowski
1
-0
/
+5
2013-01-08
ioat: remove chanerr mask setting for IOAT v3.x
Dave Jiang
1
-6
/
+1
2013-01-08
ioat: Add alignment workaround for IVB platforms
Dave Jiang
3
-12
/
+32
2013-01-08
async_tx: fix checking of dma_wait_for_async_tx() return value
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2013-01-08
dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2013-01-08
dmaengine: remove dma_async_memcpy_complete() macro
Bartlomiej Zolnierkiewicz
2
-5
/
+2
2013-01-08
dmaengine: remove dma_async_memcpy_pending() macro
Bartlomiej Zolnierkiewicz
4
-7
/
+5
2013-01-08
async_tx: fix build for async_memset
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2013-01-08
ioat3: add missing DMA unmap to ioat_xor_val_self_test()
Bartlomiej Zolnierkiewicz
1
-17
/
+59
2013-01-08
dmaengine/dmatest: terminate transfers only in case of errors
Shiraz Hashim
1
-1
/
+3
2013-01-08
dma: sh: Don't use ENODEV for failing slave lookup
Guennadi Liakhovetski
1
-1
/
+1
2013-01-08
dmatest: Fix NULL pointer dereference on ioat
Jon Mason
2
-3
/
+6
2013-01-08
DMA: PL330: Use devm_* functions
Sachin Kamat
1
-27
/
+10
2013-01-08
DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved api
Barry Song
1
-0
/
+7
2013-01-08
dmaengine: sirf: enable the driver support new SiRFmarco SoC
Barry Song
2
-8
/
+21
2013-01-08
dmaengine: fix !of_dma compilation warning
Vinod Koul
1
-4
/
+5
2013-01-08
of: dma: fix protection of DMA controller data stored by DMA helpers
Jon Hunter
2
-24
/
+70
2013-01-08
of: dma: fix potential deadlock when requesting a slave channel
Jon Hunter
1
-30
/
+30
2013-01-08
carma-fpga: pass correct flags to ->device_prep_dma_memcpy()
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2013-01-08
mtd: fsmc_nand: add missing DMA unmap to dma_xfer()
Bartlomiej Zolnierkiewicz
1
-8
/
+14
2013-01-08
ioat: add missing DMA unmap to ioat_dma_self_test()
Bartlomiej Zolnierkiewicz
1
-4
/
+7
2013-01-08
async_tx: add missing DMA unmap to async_memcpy()
Bartlomiej Zolnierkiewicz
1
-0
/
+6
2013-01-08
async_tx: use memchr_inv
Akinobu Mita
1
-3
/
+1
2013-01-08
dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
3
-51
/
+42
2013-01-08
dmatest: adjust invalid module parameters for number of source buffers
Akinobu Mita
1
-3
/
+13
2013-01-08
dma: amba-pl08x: use vchan_dma_desc_free_list
Akinobu Mita
1
-7
/
+1
2013-01-08
dmaengine: use for_each_set_bit
Akinobu Mita
1
-17
/
+1
2013-01-08
dw_dmac: introduce to_dw_desc() macro
Andy Shevchenko
2
-4
/
+4
2013-01-08
dw_dmac: change dev_crit to dev_WARN in dwc_handle_error
Andy Shevchenko
1
-3
/
+3
2013-01-08
dw_dmac: don't call platform_get_drvdata twice
Andy Shevchenko
1
-2
/
+2
2013-01-08
dw_dmac: change dev_printk() to corresponding macros
Andy Shevchenko
1
-9
/
+6
2013-01-08
dmaengine: dw_dmac: amend description and indentation
Heikki Krogerus
1
-3
/
+3
2013-01-08
dmaengine: dw_dmac: remove CLK dependency
Heikki Krogerus
1
-1
/
+0
2013-01-08
ARM: SPEAr13xx: Pass DW DMAC platform data from DT
Viresh Kumar
6
-80
/
+72
2013-01-08
dmaengine: dw_dmac: Enhance device tree support
Viresh Kumar
4
-17
/
+208
2013-01-07
dmaengine: dw_dmac: Update documentation style comments for dw_dma_platform_data
Viresh Kumar
1
-0
/
+2
2013-01-07
pch_dma: use module_pci_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2013-01-07
drivers/dma: remove CONFIG_EXPERIMENTAL
Kees Cook
1
-1
/
+1
2013-01-07
dmaengine: fix build failure due to missing semi-colon
Vinod Koul
1
-1
/
+1
2013-01-07
of: dma: fix typos in generic dma binding definition
Matt Porter
1
-7
/
+7
2013-01-07
of: dma- fix build break for !CONFIG_OF
Vinod Koul
1
-0
/
+27
2013-01-07
of: Add generic device tree DMA helpers
Jon Hunter
4
-1
/
+346
2013-01-07
dmaengine: add helper function to request a slave DMA channel
Jon Hunter
2
-0
/
+22
2013-01-03
Linux 3.8-rc2
v3.8-rc2
Linus Torvalds
1
-1
/
+1
2013-01-03
leds: leds-gpio: set devm_gpio_request_one() flags param correctly
Javier Martinez Canillas
1
-2
/
+3
[next]