aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c
Commit message (Expand)AuthorAge
* dma: mv_xor: fix error handling for clocksThomas Petazzoni2013-01-06
* dma: mv_xor: fix error handling of mv_xor_channel_add()Thomas Petazzoni2013-01-06
* Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-14
|\
| * dma: mv_xor: fix error handling pathThomas Petazzoni2012-11-22
| * dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni2012-11-22
| * dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni2012-11-22
| * dma: mv_xor: clear the window override control registersThomas Petazzoni2012-11-22
| * dma: mv_xor: Add a device_control functionAndrew Lunn2012-11-20
| * dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni2012-11-20
| * dma: mv_xor: add Device Tree bindingThomas Petazzoni2012-11-20
| * dma: mv_xor: add missing free_irq() callThomas Petazzoni2012-11-20
| * dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni2012-11-20
| * dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni2012-11-20
| * dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni2012-11-20
| * dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni2012-11-20
| * dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2012-11-20
| * dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni2012-11-20
| * dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni2012-11-20
| * dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni2012-11-20
| * dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni2012-11-20
| * dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni2012-11-20
| * dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni2012-11-20
| * dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni2012-11-20
| * dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni2012-11-20
| * dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni2012-11-20
| * dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni2012-11-20
| * dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_dataThomas Petazzoni2012-11-20
| * dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_dataThomas Petazzoni2012-11-20
| * dma: mv_xor: remove sub-driver 'mv_xor'Thomas Petazzoni2012-11-20
| * dma: mv_xor: allow channels to be registered directly from the main deviceThomas Petazzoni2012-11-20
| * dma: mv_xor: split initialization/cleanup of XOR channelsThomas Petazzoni2012-11-20
| * dma: mv_xor: do not use pool_size from platform_data within the driverThomas Petazzoni2012-11-20
| * dma: mv_xor: use dev_(err|info|notice) instead of dev_printkThomas Petazzoni2012-11-20
* | dma: remove use of __devinitBill Pemberton2012-11-28
* | dma: remove use of __devexit_pBill Pemberton2012-11-28
|/
* ARM: orion: move platform_data definitionsArnd Bergmann2012-09-19
* ARM: Orion: XOR: Add support for clkAndrew Lunn2012-05-08
* dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-13
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-13
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-13
* dmaengine: add private header fileRussell King - ARM Linux2012-03-13
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-13
* dmaengine: mv_xor: remove write-only is_complete_cookieRussell King - ARM Linux2012-03-13
* ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-13
* dma: mv_xor: use resource_size()H Hartley Sweeten2011-07-13
* dma: use BUG_ON correctly in mv_xor.c, v4Coly Li2011-03-31
* mv_xor: fix race in tasklet functionSaeed Bishara2011-01-03
* dmaengine: fix interrupt clearing for mv_xorSimon Guinot2010-09-19
* Merge branch 'ioat' into dmaengineDan Williams2010-05-17
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30