summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/v2m.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ARM: vexpress: Remove non-DT codePawel Moll2014-11-281-374/+0
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-051-1/+2
|\
| * ARM: l2c: vexpress: convert to generic l2c OF initialisationRussell King2014-05-301-1/+2
* | ARM: vexpress: move HBI check to sysreg driverPawel Moll2014-05-151-49/+0
* | ARM: vexpress: Simplify SMP operations for DT-powered systemPawel Moll2014-05-151-5/+1
* | clocksource: Sched clock source for Versatile ExpressPawel Moll2014-05-151-2/+0
* | mfd: vexpress: Define the device as MFD cellsPawel Moll2014-05-151-8/+7
* | mfd: vexpress: Convert custom func API to regmapPawel Moll2014-05-151-12/+6
|/
* ARM: vexpress: remove custom .init_time hookSebastian Hesselbarth2013-09-291-13/+1
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-0/+1
|\
| * ARM: vexpress: Select multi-cluster SMP operation if requiredJon Medhurst2013-05-291-0/+1
* | ARM: vexpress: Remove init_irq declaration in machine descriptionMaxime Ripard2013-05-241-2/+0
|/
* Merge tag '3.9-rc3-smp-6-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-071-1/+0
|\
| * xen: move the xenvm machine to mach-virtStefano Stabellini2013-04-251-1/+0
* | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-23/+2
|\ \
| * | ARM: vexpress: remove extra timer-sp control register clearingRob Herring2013-04-111-3/+0
| * | ARM: vexpress: remove sp804 OF initRob Herring2013-04-111-11/+0
| * | ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2013-04-111-5/+2
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-021-3/+3
|\ \ \ | |/ /
| * | ARM: smp_twd: convert to use CLKSRC_OF initRob Herring2013-03-111-3/+3
| |/
* | Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6Linus Torvalds2013-04-301-5/+0
|\ \
| * | arm: vexpress: Decouple vexpress-poweroff implementation from machine_descCatalin Marinas2013-03-211-5/+0
| |/
* | clk: vexpress: Add separate SP810 driverPawel Moll2013-04-181-1/+7
|/
* Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-141-14/+2
|\
| * ARM: use common irqchip_init for GIC initRob Herring2013-01-121-12/+2
| * ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-121-2/+0
* | ARM: delete struct sys_timerStephen Warren2012-12-241-10/+2
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-260/+89
|\
| * ARM: vexpress: Remove motherboard dependencies in the DTS filesPawel Moll2012-11-051-8/+11
| * ARM: vexpress: Start using new Versatile Express infrastructurePawel Moll2012-11-051-253/+79
* | Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"Randy Dunlap2012-11-301-1/+1
|/
* Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-071-0/+1
|\
| * arm: introduce a DTS for Xen unprivileged virtual machinesStefano Stabellini2012-09-241-0/+1
* | Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson2012-09-221-0/+4
|\ \
| * | ARM: SoC: convert VExpress/RealView to SMP operationsMarc Zyngier2012-09-131-0/+4
| |/
* | ARM: vexpress: convert to multi-platformRob Herring2012-09-141-4/+0
|/
* ARM: vexpress: Add fixed regulator for SMSCPawel Moll2012-07-131-0/+10
* ARM: vexpress: Initial common clock supportPawel Moll2012-07-131-143/+109
* ARM: vexpress: Check master site in daughterboard's sysctl operationsPawel Moll2012-07-121-5/+13
* Merge branch 'late/soc' into devel-lateOlof Johansson2012-05-301-2/+0
|\
| * ARM: vexpress: Remove twice included header filesThomas Weber2012-05-211-2/+0
* | ARM: vexpress: plug local timers into the DT codeMarc Zyngier2012-04-271-1/+7
|/
* Merge branch 'vexpress-dt-v3.3-rc4' of git://git.linaro.org/people/pawelmoll/...Arnd Bergmann2012-02-241-24/+257
|\
| * ARM: vexpress: Motherboard RS1 memory map supportPawel Moll2012-02-241-1/+61
| * ARM: vexpress: Add Device Tree supportPawel Moll2012-02-241-2/+151
| * ARM: vexpress: Get rid of MMIO_P2VPawel Moll2012-02-231-22/+46
* | ARM: amba: vexpress: get rid of private platform amba_device initializerRussell King2012-01-251-10/+10
|/
* 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-211-1/+1
OpenPOWER on IntegriCloud