aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-09ARM: vexpress: allow dcscb and tc2_pm in a combined ARMv6+v7 buildNicolas Pitre1-0/+2
2013-09-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-21/+610
2013-08-28ARM: vexpress: tc2: disable GIC CPU IF in tc2_pm_suspendLorenzo Pieralisi1-0/+2
2013-08-14ARM: vexpress/MCPM: fix cache disable sequence when CONFIG_FRAME_POINTER=yNicolas Pitre2-8/+24
2013-08-07ARM: vexpress/TC2: implement PM suspend methodNicolas Pitre1-1/+18
2013-08-07ARM: vexpress/TC2: basic PM supportNicolas Pitre3-0/+336
2013-08-07ARM: vexpress/TC2: add Serial Power Controller (SPC) supportLorenzo Pieralisi2-0/+204
2013-07-23Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-1/+1
2013-07-22ARM: vexpress/dcscb: fix cache disabling sequencesNicolas Pitre1-21/+37
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-0/+324
2013-06-24ARM: smp_twd: Divorce smp_twd from local timer APIStephen Boyd1-1/+1
2013-05-29ARM: vexpress: Select multi-cluster SMP operation if requiredJon Medhurst3-0/+23
2013-05-29ARM: vexpress/dcscb: handle platform coherency exit/setup and CCIDave Martin4-20/+98
2013-05-29ARM: vexpress/dcscb: do not hardcode number of CPUs per clusterNicolas Pitre1-4/+10
2013-05-29ARM: vexpress/dcscb: add CPU use counts to the power up/down API implementationNicolas Pitre1-15/+59
2013-05-29ARM: vexpress: introduce DCSCB supportNicolas Pitre3-0/+173
2013-05-24ARM: vexpress: Remove init_irq declaration in machine descriptionMaxime Ripard1-2/+0
2013-05-07Merge tag '3.9-rc3-smp-6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xenLinus Torvalds1-1/+0
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-23/+2
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+0
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2013-04-30Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6Linus Torvalds4-147/+4
2013-04-25xen: move the xenvm machine to mach-virtStefano Stabellini1-1/+0
2013-04-18ARM: cpu hotplug: remove majority of cache flushing from platformsRussell King1-2/+0
2013-04-18clk: vexpress: Add separate SP810 driverPawel Moll1-1/+7
2013-04-11ARM: vexpress: remove extra timer-sp control register clearingRob Herring1-3/+0
2013-04-11ARM: vexpress: remove sp804 OF initRob Herring1-11/+0
2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring1-5/+2
2013-04-09ARM: Push selects for TWD/SCU into machine entriesStephen Boyd1-0/+2
2013-03-21arm: vexpress: Decouple vexpress-poweroff implementation from machine_descCatalin Marinas1-5/+0
2013-03-21arm: vexpress: Move the poweroff/restart code to drivers/power/resetCatalin Marinas3-142/+4
2013-03-11ARM: smp_twd: convert to use CLKSRC_OF initRob Herring1-3/+3
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanupOlof Johansson3-20/+3
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-1/+0
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring1-1/+1
2013-01-12ARM: use common irqchip_init for GIC initRob Herring1-12/+2
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring2-3/+0
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring2-4/+0
2013-01-02ARM: 7609/1: disable errata work-arounds which access secure registersRob Herring1-1/+0
2012-12-24ARM: delete struct sys_timerStephen Warren1-10/+2
2012-12-13Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+141
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-371/+109
2012-11-30Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"Randy Dunlap1-1/+1
2012-11-05ARM: vexpress: Remove motherboard dependencies in the DTS filesPawel Moll1-8/+11
2012-11-05ARM: vexpress: Start using new Versatile Express infrastructurePawel Moll6-364/+99
2012-10-18ARM: vexpress: Reset driverPawel Moll1-0/+141
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2012-09-24arm: introduce a DTS for Xen unprivileged virtual machinesStefano Stabellini2-1/+3