summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'marvell-armadaxp-smp-for-3.8' of git://github.com/MISL-EBU-System-...Jason Cooper2012-11-2122-12/+684
|\
| * arm: mvebu: Add SMP support for Armada XPGregory CLEMENT2012-11-218-0/+213
| * arm: mm: Add support for PJ4B cpu and init routinesGregory CLEMENT2012-11-213-1/+72
| * arm: mvebu: Add IPI support via doorbellsGregory CLEMENT2012-11-214-10/+103
| * arm: mvebu: Add initial support for power managmement service unitGregory CLEMENT2012-11-216-1/+119
| * arm: mvebu: Add support for coherency fabric in mach-mvebuGregory CLEMENT2012-11-217-1/+178
* | Merge tag 'marvell-net-xor-defconfig-for-3.8' of git://github.com/MISL-EBU-Sy...Jason Cooper2012-11-211-0/+7
|\ \
| * | arm: mvebu: update defconfig to include XOR driverThomas Petazzoni2012-11-201-0/+2
| * | arm: mvebu: update defconfig to include network driverThomas Petazzoni2012-11-201-0/+5
* | | Merge tag 'marvell-xor-board-dt-changes-3.8-v2' of git://github.com/MISL-EBU-...Jason Cooper2012-11-216-23/+158
|\ \ \
| * | | arm: mvebu: add XOR engines to Armada XP .dtsiThomas Petazzoni2012-11-201-0/+40
| * | | arm: mvebu: add XOR engines to Armada 370 .dtsiThomas Petazzoni2012-11-201-0/+36
| * | | arm: dove: Convert Dove to DT XOR DMA engineSebastian Hesselbarth2012-11-202-10/+42
| * | | arm: kirkwood: Convert XOR instantiation to DT.Andrew Lunn2012-11-202-13/+40
* | | | Merge tag 'marvell-xor-cleanup-dt-binding-3.8' of git://github.com/MISL-EBU-S...Jason Cooper2012-11-218-347/+366
|\ \ \ \ | |/ / /
| * | | dma: mv_xor: Add a device_control functionAndrew Lunn2012-11-201-0/+9
| * | | dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni2012-11-201-3/+3
| * | | dma: mv_xor: add Device Tree bindingThomas Petazzoni2012-11-202-4/+94
| * | | dma: mv_xor: add missing free_irq() callThomas Petazzoni2012-11-202-1/+5
| * | | dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni2012-11-204-26/+9
| * | | dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni2012-11-203-8/+3
| * | | dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni2012-11-202-2/+0
| * | | dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni2012-11-202-35/+35
| * | | dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2012-11-202-55/+34
| * | | dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni2012-11-201-11/+6
| * | | dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni2012-11-202-8/+8
| * | | dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni2012-11-202-7/+7
| * | | dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni2012-11-202-6/+4
| * | | dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni2012-11-201-29/+32
| * | | dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni2012-11-201-6/+2
| * | | dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni2012-11-201-3/+0
| * | | dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni2012-11-202-3/+0
| * | | dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni2012-11-202-14/+14
| * | | dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni2012-11-206-12/+14
| * | | dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_dataThomas Petazzoni2012-11-203-4/+4
| * | | dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_dataThomas Petazzoni2012-11-203-17/+17
| * | | dma: mv_xor: remove 'shared' from mv_xor_platform_dataThomas Petazzoni2012-11-202-9/+0
| * | | dma: mv_xor: remove sub-driver 'mv_xor'Thomas Petazzoni2012-11-202-49/+1
| * | | arm: plat-orion: remove unused orion_xor_init_channels()Thomas Petazzoni2012-11-201-20/+0
| * | | arm: plat-orion: convert the registration of the xor1 engine to the single dr...Thomas Petazzoni2012-11-201-52/+42
| * | | arm: plat-orion: convert the registration of the xor0 engine to the single dr...Thomas Petazzoni2012-11-201-52/+42
| * | | dma: mv_xor: allow channels to be registered directly from the main deviceThomas Petazzoni2012-11-203-3/+53
| * | | dma: mv_xor: split initialization/cleanup of XOR channelsThomas Petazzoni2012-11-201-27/+48
| * | | dma: mv_xor: do not use pool_size from platform_data within the driverThomas Petazzoni2012-11-202-6/+5
| * | | dma: mv_xor: use dev_(err|info|notice) instead of dev_printkThomas Petazzoni2012-11-201-30/+30
| | |/ | |/|
* | | Merge tag 'marvell-neta-dt-clk-updates-3.8' of git://github.com/MISL-EBU-Syst...Jason Cooper2012-11-216-12/+4
|\ \ \
| * | | arm: mvebu: remove 'clock-frequency' properties from Armada 370/XP Ethernet n...Thomas Petazzoni2012-11-204-12/+0
| * | | arm: mvebu: add 'clocks' property to Ethernet nodes for Armada 370/XP SoCsThomas Petazzoni2012-11-202-0/+4
* | | | Merge tag 'marvell-mvneta-fix-and-clk-support-3.8' of git://github.com/MISL-E...Jason Cooper2012-11-212-14/+23
|\ \ \ \ | |/ / /
| * | | net: mvneta: fix section mismatch warning caused by mvneta_deinit()Thomas Petazzoni2012-11-201-1/+1
OpenPOWER on IntegriCloud