summaryrefslogtreecommitdiffstats
path: root/drivers/sbus (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-22dma: mv_xor: fix error handling pathThomas Petazzoni1-0/+1
2012-11-22dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni1-2/+2
2012-11-22dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni1-5/+6
2012-11-22dma: mv_xor: clear the window override control registersThomas Petazzoni2-0/+3
2012-11-22arm: mvebu: fix address decoding armada_cfg_base() functionThomas Petazzoni1-1/+1
2012-11-21ARM: mvebu: update defconfig with I2C and RTC supportThomas Petazzoni1-0/+4
2012-11-21ARM: mvebu: Add SATA support for OpenBlocks AX3-4Thomas Petazzoni1-0/+4
2012-11-21ARM: mvebu: Add support for the RTC in OpenBlocks AX3-4Nobuhiro Iwamatsu1-0/+5
2012-11-21ARM: mvebu: Add support for I2C on OpenBlocks AX3-4Nobuhiro Iwamatsu1-0/+8
2012-11-21ARM: mvebu: Add support for I2C controllers in Armada 370/XPNobuhiro Iwamatsu1-0/+22
2012-11-21arm: mvebu: Add hardware I/O Coherency supportGregory CLEMENT4-3/+85
2012-11-21arm: plat-orion: Add coherency attribute when setup mbus targetGregory CLEMENT2-0/+5
2012-11-21arm: dma mapping: Export a dma ops function arm_dma_set_maskGregory CLEMENT2-3/+3
2012-11-21arm: mvebu: Add SMP support for Armada XPGregory CLEMENT8-0/+213
2012-11-21arm: mm: Add support for PJ4B cpu and init routinesGregory CLEMENT3-1/+72
2012-11-21arm: mvebu: Add IPI support via doorbellsGregory CLEMENT4-10/+103
2012-11-21arm: mvebu: Add initial support for power managmement service unitGregory CLEMENT6-1/+119
2012-11-21arm: mvebu: Add support for coherency fabric in mach-mvebuGregory CLEMENT7-1/+178
2012-11-20arm: mvebu: update defconfig to include XOR driverThomas Petazzoni1-0/+2
2012-11-20arm: mvebu: update defconfig to include network driverThomas Petazzoni1-0/+5
2012-11-20arm: mvebu: remove 'clock-frequency' properties from Armada 370/XP Ethernet n...Thomas Petazzoni4-12/+0
2012-11-20arm: mvebu: add 'clocks' property to Ethernet nodes for Armada 370/XP SoCsThomas Petazzoni2-0/+4
2012-11-20net: mvneta: fix section mismatch warning caused by mvneta_deinit()Thomas Petazzoni1-1/+1
2012-11-20net: mvneta: add clk supportThomas Petazzoni2-13/+22
2012-11-20net: mvneta: adjust multiline comments to net/ styleThomas Petazzoni1-42/+42
2012-11-20net: mvmdio: adjust multiline comment to net/ styleThomas Petazzoni1-2/+1
2012-11-20net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>Thomas Petazzoni1-2/+1
2012-11-20arm: mvebu: add XOR engines to Armada XP .dtsiThomas Petazzoni1-0/+40
2012-11-20arm: mvebu: add XOR engines to Armada 370 .dtsiThomas Petazzoni1-0/+36
2012-11-20arm: dove: Convert Dove to DT XOR DMA engineSebastian Hesselbarth2-10/+42
2012-11-20arm: kirkwood: Convert XOR instantiation to DT.Andrew Lunn2-13/+40
2012-11-20dma: mv_xor: Add a device_control functionAndrew Lunn1-0/+9
2012-11-20dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni1-3/+3
2012-11-20dma: mv_xor: add Device Tree bindingThomas Petazzoni2-4/+94
2012-11-20dma: mv_xor: add missing free_irq() callThomas Petazzoni2-1/+5
2012-11-20dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni4-26/+9
2012-11-20dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni3-8/+3
2012-11-20dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni2-2/+0
2012-11-20dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni2-35/+35
2012-11-20dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2-55/+34
2012-11-20dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni1-11/+6
2012-11-20dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni2-8/+8
2012-11-20dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni2-7/+7
2012-11-20dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni2-6/+4
2012-11-20dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni1-29/+32
2012-11-20dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni1-6/+2
2012-11-20dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni1-3/+0
2012-11-20dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni2-3/+0
2012-11-20dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni2-14/+14
2012-11-20dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni6-12/+14