index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
2012-11-22
dma: mv_xor: fix error checking of irq_of_parse_and_map()
Thomas Petazzoni
2012-11-22
dma: mv_xor: use request_irq() instead of devm_request_irq()
Thomas Petazzoni
2012-11-22
dma: mv_xor: clear the window override control registers
Thomas Petazzoni
2012-11-20
dma: mv_xor: Add a device_control function
Andrew Lunn
2012-11-20
dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove
Thomas Petazzoni
2012-11-20
dma: mv_xor: add Device Tree binding
Thomas Petazzoni
2012-11-20
dma: mv_xor: add missing free_irq() call
Thomas Petazzoni
2012-11-20
dma: mv_xor: remove the pool_size from platform_data
Thomas Petazzoni
2012-11-20
dma: mv_xor: remove hw_id field from platform_data
Thomas Petazzoni
2012-11-20
dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_device
Thomas Petazzoni
2012-11-20
dma: mv_xor: rename mv_xor_private to mv_xor_device
Thomas Petazzoni
2012-11-20
dma: mv_xor: merge mv_xor_device and mv_xor_chan
Thomas Petazzoni
2012-11-20
dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functions
Thomas Petazzoni
2012-11-20
dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'
Thomas Petazzoni
2012-11-20
dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'
Thomas Petazzoni
2012-11-20
dma: mv_xor: get rid of the pdev pointer in mv_xor_device
Thomas Petazzoni
2012-11-20
dma: mv_xor: introduce a mv_chan_to_devp() helper
Thomas Petazzoni
2012-11-20
dma: mv_xor: simplify dma_sync_single_for_cpu() calls
Thomas Petazzoni
2012-11-20
dma: mv_xor: remove unused to_mv_xor_device() macro
Thomas Petazzoni
2012-11-20
dma: mv_xor: remove unused id field in mv_xor_device structure
Thomas Petazzoni
2012-11-20
dma: mv_xor: rename many symbols to remove the 'shared' word
Thomas Petazzoni
2012-11-20
dma: mv_xor: change the driver name to 'mv_xor'
Thomas Petazzoni
2012-11-20
dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data
Thomas Petazzoni
2012-11-20
dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data
Thomas Petazzoni
2012-11-20
dma: mv_xor: remove sub-driver 'mv_xor'
Thomas Petazzoni
2012-11-20
dma: mv_xor: allow channels to be registered directly from the main device
Thomas Petazzoni
2012-11-20
dma: mv_xor: split initialization/cleanup of XOR channels
Thomas Petazzoni
2012-11-20
dma: mv_xor: do not use pool_size from platform_data within the driver
Thomas Petazzoni
2012-11-20
dma: mv_xor: use dev_(err|info|notice) instead of dev_printk
Thomas Petazzoni
2012-10-26
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-10-25
drivers/dma/dw_dmac: make driver's endianness configurable
Hein Tibosch
2012-10-24
dmaengine: sirf: fix a typo in moving running dma_desc to active queue
Barry Song
2012-10-24
dmaengine: sirf: fix a typo in dma_prep_interleaved
Barry Song
2012-10-24
dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()
Wei Yongjun
2012-10-10
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-10-09
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
2012-10-06
drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...
Fabio Estevam
2012-10-04
dma: tegra: fix interrupt name issue with apb dma.
Laxman Dewangan
2012-10-02
dw_dmac: fix a regression in dwc_prep_dma_memcpy
Andy Shevchenko
2012-10-01
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2012-10-01
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-10-01
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-09-27
dw_dmac: introduce software emulation of LLP transfers
Andy Shevchenko
2012-09-27
dw_dmac: autoconfigure data_width or get it via platform data
Andy Shevchenko
2012-09-27
dw_dmac: autoconfigure block_size or use platform data
Andy Shevchenko
2012-09-27
dw_dmac: get number of channels from hardware if possible
Andy Shevchenko
2012-09-27
dw_dmac: fill optional encoded parameters in register structure
Andy Shevchenko
2012-09-27
dw_dmac: mark dwc_dump_chan_regs as inline
Andy Shevchenko
2012-09-22
dmaengine: omap-dma: Add support to suppress interrupts in cyclic mode
Peter Ujfalusi
[next]