Commit Graph

81 Commits (bc72d962d6a0ba8d9d5314d04fd1775261a9ec79)

Author SHA1 Message Date
Ezequiel Garcia 82a1402eae dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registers 11 years ago
Ezequiel Garcia a911ddc9a0 dma: mv_xor: Remove unneeded NULL address check 11 years ago
Bartlomiej Zolnierkiewicz 54f8d501e8 dmaengine: remove DMA unmap from drivers 11 years ago
Dan Williams d38a8c622a dmaengine: prepare for generic 'unmap' data 11 years ago
Vinod Koul b3efb8fc9a dmaengine: mv_xor: use DMA_COMPLETE for dma completion status 11 years ago
Sachin Kamat a577659f42 dma: mv_xor: Fix incorrect error path 12 years ago
Thomas Petazzoni e03bc654f8 mv_xor: support big endian systems using descriptor swap feature 12 years ago
Thomas Petazzoni 5733c38ae3 mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel} 12 years ago
Jingoo Han d4adcc0160 dma: use dev_get_platdata() 12 years ago
Jingoo Han 4c14372590 dma: mv_xor: use NULL instead of 0 12 years ago
Bartlomiej Zolnierkiewicz 48a9db462d drivers/dma: remove unused support for MEMSET operations 12 years ago
Joe Perches 1ba151cdf5 dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>( 12 years ago
Thomas Petazzoni dab9206445 dma: mv_xor: fix error handling for clocks 12 years ago
Thomas Petazzoni ab6e439fd0 dma: mv_xor: fix error handling of mv_xor_channel_add() 12 years ago
Bill Pemberton 463a1f8b3c dma: remove use of __devinit 12 years ago
Bill Pemberton a7d6e3ec28 dma: remove use of __devexit_p 12 years ago
Thomas Petazzoni 73d9cdca1c dma: mv_xor: fix error handling path 12 years ago
Thomas Petazzoni f8eb9e7d2a dma: mv_xor: fix error checking of irq_of_parse_and_map() 12 years ago
Thomas Petazzoni 2d0a074517 dma: mv_xor: use request_irq() instead of devm_request_irq() 12 years ago
Thomas Petazzoni c4b4b732b2 dma: mv_xor: clear the window override control registers 12 years ago
Andrew Lunn 34c93c8657 dma: mv_xor: Add a device_control function 12 years ago
Thomas Petazzoni cd09fea446 dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove 12 years ago
Thomas Petazzoni f7d12ef53d dma: mv_xor: add Device Tree binding 12 years ago
Thomas Petazzoni 88eb92cb4d dma: mv_xor: add missing free_irq() call 12 years ago
Thomas Petazzoni b503fa0199 dma: mv_xor: remove the pool_size from platform_data 12 years ago
Thomas Petazzoni 9aedbdbab3 dma: mv_xor: remove hw_id field from platform_data 12 years ago
Thomas Petazzoni c819ce177e dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_device 12 years ago
Thomas Petazzoni 297eedbae1 dma: mv_xor: rename mv_xor_private to mv_xor_device 12 years ago
Thomas Petazzoni 1ef48a262b dma: mv_xor: merge mv_xor_device and mv_xor_chan 12 years ago
Thomas Petazzoni 275cc0c8bd dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functions 12 years ago
Thomas Petazzoni 8c75979d7a dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev' 12 years ago
Thomas Petazzoni 98817b9959 dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan' 12 years ago
Thomas Petazzoni ecde6cd492 dma: mv_xor: get rid of the pdev pointer in mv_xor_device 12 years ago
Thomas Petazzoni c98c17813e dma: mv_xor: introduce a mv_chan_to_devp() helper 12 years ago
Thomas Petazzoni c35064c4b6 dma: mv_xor: simplify dma_sync_single_for_cpu() calls 12 years ago
Thomas Petazzoni 01a9508de7 dma: mv_xor: remove unused to_mv_xor_device() macro 12 years ago
Thomas Petazzoni 8b5c3f6c8d dma: mv_xor: remove unused id field in mv_xor_device structure 12 years ago
Thomas Petazzoni 61971656ce dma: mv_xor: rename many symbols to remove the 'shared' word 12 years ago
Thomas Petazzoni 0dddee7a7d dma: mv_xor: change the driver name to 'mv_xor' 12 years ago
Thomas Petazzoni 7dde453d62 dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data 12 years ago
Thomas Petazzoni e39f6ec1f9 dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data 12 years ago
Thomas Petazzoni 18b2a02c7c dma: mv_xor: remove sub-driver 'mv_xor' 12 years ago
Thomas Petazzoni 60d151f387 dma: mv_xor: allow channels to be registered directly from the main device 12 years ago
Thomas Petazzoni a6b4a9d2c1 dma: mv_xor: split initialization/cleanup of XOR channels 12 years ago
Thomas Petazzoni 09f2b7864c dma: mv_xor: do not use pool_size from platform_data within the driver 12 years ago
Thomas Petazzoni a3fc74bc9b dma: mv_xor: use dev_(err|info|notice) instead of dev_printk 12 years ago
Arnd Bergmann c02cecb92e ARM: orion: move platform_data definitions 13 years ago
Andrew Lunn c510182b1c ARM: Orion: XOR: Add support for clk 13 years ago
Russell King - ARM Linux 8ac695463f dmaengine: ensure all DMA engine drivers initialize their cookies 13 years ago
Russell King - ARM Linux 96a2af41c7 dmaengine: consolidate tx_status functions 13 years ago