summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-11-22Merge branch 'for-jason-1/cleanup' into mevbu-dt-additionsThomas Petazzoni
2012-11-21ARM: mvebu: update defconfig with I2C and RTC supportThomas Petazzoni
2012-11-21ARM: mvebu: Add SATA support for OpenBlocks AX3-4Thomas Petazzoni
2012-11-21ARM: mvebu: Add support for the RTC in OpenBlocks AX3-4Nobuhiro Iwamatsu
2012-11-21ARM: mvebu: Add support for I2C on OpenBlocks AX3-4Nobuhiro Iwamatsu
2012-11-21ARM: mvebu: Add support for I2C controllers in Armada 370/XPNobuhiro Iwamatsu
2012-11-20Merge tag 'marvell-net-xor-defconfig-for-3.8' of github.com:MISL-EBU-System-S...Thomas Petazzoni
2012-11-20Merge tag 'marvell-xor-board-dt-changes-3.8-v2' of github.com:MISL-EBU-System...Thomas Petazzoni
2012-11-20Merge tag 'marvell-xor-cleanup-dt-binding-3.8' of github.com:MISL-EBU-System-...Thomas Petazzoni
2012-11-20Merge tag 'marvell-neta-dt-clk-updates-3.8' of github.com:MISL-EBU-System-SW/...Thomas Petazzoni
2012-11-20Merge tag 'marvell-mvneta-fix-and-clk-support-3.8' of github.com:MISL-EBU-Sys...Thomas Petazzoni
2012-11-20Merge tag 'marvell-net-mdio-checkpatch-fixes-3.8' of github.com:MISL-EBU-Syst...Thomas Petazzoni
2012-11-20Merge tag 'marvell-boards-net-for-3.8' of github.com:MISL-EBU-System-SW/mainl...Thomas Petazzoni
2012-11-20Merge tag 'marvell-neta-for-3.8' of github.com:MISL-EBU-System-SW/mainline-pu...Thomas Petazzoni
2012-11-20Merge tag 'marvell-sata-3.8' of github.com:MISL-EBU-System-SW/mainline-public...Thomas Petazzoni
2012-11-20Merge tag 'marvell-mvebu-clk-3.8' of github.com:MISL-EBU-System-SW/mainline-p...Thomas Petazzoni
2012-11-20arm: mvebu: update defconfig to include XOR driverThomas Petazzoni
2012-11-20arm: mvebu: update defconfig to include network driverThomas Petazzoni
2012-11-20arm: mvebu: remove 'clock-frequency' properties from Armada 370/XP Ethernet n...Thomas Petazzoni
2012-11-20arm: mvebu: add 'clocks' property to Ethernet nodes for Armada 370/XP SoCsThomas Petazzoni
2012-11-20net: mvneta: fix section mismatch warning caused by mvneta_deinit()Thomas Petazzoni
2012-11-20net: mvneta: add clk supportThomas Petazzoni
2012-11-20net: mvneta: adjust multiline comments to net/ styleThomas Petazzoni
2012-11-20net: mvmdio: adjust multiline comment to net/ styleThomas Petazzoni
2012-11-20net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>Thomas Petazzoni
2012-11-20Merge tag 'marvell-boards-net-for-3.8' of github.com:MISL-EBU-System-SW/mainl...Thomas Petazzoni
2012-11-20Merge tag 'marvell-neta-for-3.8' of github.com:MISL-EBU-System-SW/mainline-pu...Thomas Petazzoni
2012-11-20Merge tag 'marvell-sata-3.8' of github.com:MISL-EBU-System-SW/mainline-public...Thomas Petazzoni
2012-11-20Merge tag 'marvell-mvebu-clk-3.8' of github.com:MISL-EBU-System-SW/mainline-p...Thomas Petazzoni
2012-11-20arm: mvebu: add XOR engines to Armada XP .dtsiThomas Petazzoni
2012-11-20arm: mvebu: add XOR engines to Armada 370 .dtsiThomas Petazzoni
2012-11-20arm: dove: Convert Dove to DT XOR DMA engineSebastian Hesselbarth
2012-11-20arm: kirkwood: Convert XOR instantiation to DT.Andrew Lunn
2012-11-20dma: mv_xor: Add a device_control functionAndrew Lunn
2012-11-20dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni
2012-11-20dma: mv_xor: add Device Tree bindingThomas Petazzoni
2012-11-20dma: mv_xor: add missing free_irq() callThomas Petazzoni
2012-11-20dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni
2012-11-20dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni
2012-11-20dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni
2012-11-20dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni
2012-11-20dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni
2012-11-20dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni
2012-11-20dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni
2012-11-20dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni
2012-11-20dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni
2012-11-20dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni
2012-11-20dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni
2012-11-20dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni
2012-11-20dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni