summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | virtio/console: Wait until the port is ready on spliceMasami Hiramatsu2012-09-281-12/+27
| * | virtio/console: Add a failback for unstealable pipe bufferMasami Hiramatsu2012-09-281-3/+25
| * | virtio/console: Add splice_write supportMasami Hiramatsu2012-09-281-8/+128
* | | Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-07150-885/+8269
|\ \ \
| * \ \ Merge branch 'late/kirkwood' into late/socOlof Johansson2012-10-041353-31269/+29820
| |\ \ \
| | * | | ARM: mvebu: fix build breaks from multi-platform conversionRob Herring2012-09-283-1/+5
| | * | | ARM: kirkwood: dockstar: fix header includeOlof Johansson2012-09-221-1/+1
| | * | | ARM: kirkwood: move new dtbs to common MakefileOlof Johansson2012-09-223-8/+6
| | * | | Merge branch 'kirkwood/drivers' of git://git.infradead.org/users/jcooper/linu...Olof Johansson2012-09-2225-5/+4546
| | |\ \ \
| | | * | | arm: mvebu: add gpio support in defconfigThomas Petazzoni2012-09-221-0/+2
| | | * | | arm: mvebu: add DT information for GPIO banks on Armada 370 and XPThomas Petazzoni2012-09-224-0/+152
| | | * | | arm: mvebu: use GPIO support now that a driver is availableThomas Petazzoni2012-09-222-0/+2
| | | * | | Documentation: add description of DT binding for the gpio-mvebu driverThomas Petazzoni2012-09-221-0/+53
| | | * | | gpio: introduce gpio-mvebu driver for Marvell SoCsThomas Petazzoni2012-09-223-0/+686
| | | * | | arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platformsThomas Petazzoni2012-09-221-0/+2
| | | * | | arm: mvebu: split Kconfig options for Armada 370 and XPThomas Petazzoni2012-09-221-3/+13
| | | * | | ARM: mvebu: adjust Armada XP evaluation board DTSThomas Petazzoni2012-09-221-2/+2
| | | * | | ARM: mvebu: Add pinctrl support to Armada 370 SoCThomas Petazzoni2012-09-221-0/+5
| | | * | | ARM: mvebu: Add pinctrl support to Armada XP SoCsThomas Petazzoni2012-09-223-0/+84
| | | * | | pinctrl: mvebu: add pinctrl driver for Armada XPThomas Petazzoni2012-09-224-0/+573
| | | * | | pinctrl: mvebu: add pinctrl driver for Armada 370Thomas Petazzoni2012-09-224-0/+521
| | | * | | pinctrl: mvebu: kirkwood pinctrl driverSebastian Hesselbarth2012-09-224-0/+756
| | | * | | pinctrl: mvebu: dove pinctrl driverSebastian Hesselbarth2012-09-224-0/+697
| | | * | | pinctrl: mvebu: pinctrl driver coreSebastian Hesselbarth2012-09-226-0/+1000
| | * | | | Merge branch 'kirkwood/addr_decode' of git://git.infradead.org/users/jcooper/...Olof Johansson2012-09-2240-316/+459
| | |\ \ \ \ | | | |/ / /
| | | * | | arm: mvebu: add address decoding controller to the DTThomas Petazzoni2012-09-211-0/+5
| | | * | | arm: mvebu: add basic address decoding support to Armada 370/XPThomas Petazzoni2012-09-212-1/+135
| | | * | | arm: plat-orion: make bridge_virt_base non-const to support DT use caseThomas Petazzoni2012-09-211-1/+1
| | | * | | arm: plat-orion: introduce PLAT_ORION_LEGACY hidden config optionThomas Petazzoni2012-09-212-9/+13
| | | * | | arm: plat-orion: use void __iomem pointers for addr-map functionsThomas Petazzoni2012-09-216-16/+15
| | | * | | arm: plat-orion: use void __iomem pointers for time functionsThomas Petazzoni2012-09-216-18/+14
| | | * | | arm: plat-orion: use void __iomem pointers for MPP functionsThomas Petazzoni2012-09-216-12/+8
| | | * | | arm: plat-orion: use void __iomem pointers for UART registration functionsThomas Petazzoni2012-09-216-34/+22
| | | * | | arm: mach-mvebu: use IOMEM() for base address definitionsThomas Petazzoni2012-09-212-2/+2
| | | * | | arm: mach-orion5x: use IOMEM() for base address definitionsThomas Petazzoni2012-09-217-19/+24
| | | * | | arm: mach-mv78xx0: use IOMEM() for base address definitionsThomas Petazzoni2012-09-216-24/+31
| | | * | | arm: mach-kirkwood: use IOMEM() for base address definitionsThomas Petazzoni2012-09-217-27/+31
| | | * | | arm: mach-dove: use IOMEM() for base address definitionsThomas Petazzoni2012-09-216-26/+32
| | | * | | arm: mach-orion5x: use plus instead of or for address definitionsThomas Petazzoni2012-09-213-37/+37
| | | * | | arm: mach-mv78xx0: use plus instead of or for address definitionsThomas Petazzoni2012-09-212-47/+47
| | | * | | arm: mach-kirkwood: use plus instead of or for address definitionsThomas Petazzoni2012-09-212-65/+65
| | | * | | arm: mach-dove: use plus instead of or for address definitionsThomas Petazzoni2012-09-212-67/+67
| | * | | | Merge branch 'kirkwood/cleanup' of git://git.infradead.org/users/jcooper/linu...Olof Johansson2012-09-221-9/+0
| | |\ \ \ \
| | | * | | | ARM: kirkwood: Trim excess #includes in board-dnskw.cJamie Lentin2012-09-221-9/+0
| | * | | | | Merge branch 'kirkwood/dt' of git://git.infradead.org/users/jcooper/linux int...Olof Johansson2012-09-2210-79/+251
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | ARM: kirkwood: Use devicetree to define DNS-32[05] fanJamie Lentin2012-09-222-26/+10
| | | * | | | hwmon: Add devicetree bindings to gpio-fanJamie Lentin2012-09-222-0/+145
| | | * | | | Crypto: CESA: Add support for DT based instantiation.Andrew Lunn2012-09-224-4/+47
| | | * | | | ARM: Kirkwood: Describe iconnect nand in DT.Arnaud Patard (Rtp)2012-09-222-11/+31
| | | * | | | ARM: Kirkwood: Describe iconnect keys in DT.Arnaud Patard (Rtp)2012-09-222-38/+18
| | | |/ / /
OpenPOWER on IntegriCloud