summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vexpress-dt-v3.3-rc4' of git://git.linaro.org/people/pawelmoll/...Arnd Bergmann2012-02-2411-110/+566
|\
| * ARM: vexpress: Add Device Tree for V2P-CA15 core tile (TC1 variant)Pawel Moll2012-02-242-2/+3
| * ARM: vexpress: Add Device Tree for V2P-CA9 core tilePawel Moll2012-02-241-1/+2
| * ARM: vexpress: Add Device Tree for V2P-CA5s core tilePawel Moll2012-02-241-0/+2
| * ARM: vexpress: Motherboard RS1 memory map supportPawel Moll2012-02-243-6/+108
| * ARM: vexpress: Add Device Tree supportPawel Moll2012-02-244-5/+203
| * ARM: vexpress: Use FDT data in platform SMP callsPawel Moll2012-02-242-2/+155
| * ARM: vexpress: Get rid of MMIO_P2VPawel Moll2012-02-236-98/+97
* | Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2012-02-082-2/+3
|\|
| * ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2012-01-231-0/+1
| * ARM: vexpress: fix two section mismatch warningsRussell King2012-01-191-2/+2
* | Merge branch 'amba' into for-armsocRussell King2012-01-264-32/+15
|\ \
| * | ARM: amba: vexpress: get rid of private platform amba_device initializerRussell King2012-01-253-31/+14
| * | ARM: amba: integrator/realview/versatile/vexpress: get rid of NO_IRQ initiali...Russell King2012-01-251-1/+1
| |/
* / ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-211-33/+0
|/
* Merge branch 'fixes-for-arm-soc' of git://sources.calxeda.com/kernel/linux in...Olof Johansson2012-01-171-3/+1
|\
| * ARM: versatile: Add missing ENDPROC to headsmp.SPawel Moll2012-01-161-3/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-1/+1
|\ \
| * | driver-core: remove sysdev.h usage.Kay Sievers2011-12-221-1/+1
| |/
* | Merge branch 'restart' into for-linusRussell King2012-01-052-5/+1
|\ \
| * | ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0
| * | ARM: restart: Versatile Express: use new restart hookRussell King2012-01-051-1/+1
| |/
* | Merge branch 'arm/common-kconfig-refactor+for-rmk' of git://git.linaro.org/pe...Russell King2011-12-191-0/+2
|\ \
| * | ARM: SMP: Refactor Kconfig to be more maintainableDave Martin2011-12-191-0/+1
| * | ARM: l2x0/pl310: Refactor Kconfig to be more maintainableDave Martin2011-12-191-0/+1
| |/
* | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-061-21/+0
|\ \
| * | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-271-21/+0
| |/
* / ARM: VExpress: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-152-2/+2
|/
* Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-021-1/+1
|\
| * ARM: versatile: convert logical CPU numbers to physical numbersWill Deacon2011-10-171-1/+1
* | gpio: Fix ARM versatile-express build failureGrant Likely2011-10-291-0/+1
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-283-27/+2
|\ \
| * \ Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King2011-10-231-0/+6
| |\ \
| * \ \ Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King2011-10-182-26/+1
| |\ \ \
| | * | | ARM: mach-vexpress: remove mach/memory.hNicolas Pitre2011-10-131-25/+0
| | * | | ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-261-1/+1
| * | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King2011-09-161-0/+7
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | ARM: vexpress: convert boot_params to atag_offsetNicolas Pitre2011-08-211-1/+1
* | | | Merge branch 'misc' into for-linusRussell King2011-10-252-8/+3
|\ \ \ \
| * | | | ARM: 7064/1: vexpress: Use wfi macro in platform_do_lowpower.Nick Bowler2011-10-171-7/+2
| * | | | ARM: 7022/1: allow to detect conflicting zreladdrsSascha Hauer2011-10-171-1/+1
| | |/ / | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King2011-10-252-2/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | / | | | |/
| | | * ARM: smp: fix clipping of number of CPUsRussell King2011-10-201-0/+6
| |_|/ |/| |
| | * ARM: io: remove IO_SPACE_LIMIT from platforms without PCI/ISARussell King2011-08-171-2/+0
| |/
* / ARM: 7003/1: vexpress: Add clock definition for the SP805.Nick Bowler2011-08-241-0/+7
|/
* Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-231-4/+0
|\
| * ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd2011-07-071-4/+0
* | ARM: 6946/1: vexpress: move v2m clock init to init_earlyRob Herring2011-06-061-8/+7
|/
*---. Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-233-31/+6
|\ \ \
| | | * ARM: consolidate SMP cross call implementationRussell King2011-05-232-13/+2
| | |/