aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada1-1/+2
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada2-2/+2
2015-10-22ARM: Remove __ref on hotplug cpu die pathStephen Boyd1-1/+1
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter1-1/+1
2015-06-16arm: don't use module_init in non-modular mach-vexpress/spc.c codePaul Gortmaker1-1/+1
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-340/+148
2015-04-07ARM: vexpress: fix CPU hotplug with CT9x4 tile.Russell King1-0/+1
2015-04-03ARM: vexpress: migrate DCSCB to the new MCPM backend abstractionNicolas Pitre1-129/+66
2015-04-03ARM: vexpress: DCSCB: tighten CPU validity assertionNicolas Pitre1-3/+3
2015-04-03ARM: vexpress: migrate TC2 to the new MCPM backend abstractionNicolas Pitre1-210/+81
2015-03-27arm-cci: Split the code for PMU vs driver supportSuzuki K. Poulose1-2/+2
2015-02-18ARM: vexpress: use ARM_CPU_SUSPEND if neededArnd Bergmann1-0/+1
2014-11-28ARM: vexpress: Enable regulator framework when MMCI is in usePawel Moll1-0/+1
2014-11-28ARM: vexpress: Remove non-DT codePawel Moll10-782/+1
2014-08-31vexpress/spc: fix a build warning on array boundsAlex Shi1-3/+11
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+1
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2014-07-23video: fix up versatile CLCD helper moveArnd Bergmann1-1/+0
2014-07-23PM / OPP: Remove ARCH_HAS_OPPMark Brown1-1/+0
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-2/+2
2014-07-18ARM: 8082/1: TC2: test the MCPM loopback during bootNicolas Pitre1-0/+17
2014-07-07Merge tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/cleanupOlof Johansson1-2/+1
2014-06-27video: move Versatile CLCD helpersLinus Walleij1-2/+1
2014-06-24Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2014-06-19ARM: l2c: fix dependencies on PL310 errata symbolsRussell King1-1/+1
2014-06-17ARM: use menuconfig for sub-arch menusRob Herring1-4/+3
2014-06-17ARM: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd1-1/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds3-13/+22
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King3-13/+22
2014-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-0/+1
2014-05-30ARM: l2c: vexpress: convert to generic l2c OF initialisationRussell King1-1/+2
2014-05-30ARM: l2c: vexpress ca9x4: move L2 cache initialisation earlierRussell King1-10/+18
2014-05-30ARM: l2c: fix register namingRussell King1-2/+2
2014-05-26ARM: vexpress: refine dependencies for new codeArnd Bergmann1-0/+2
2014-05-25ARM: 8029/1: mcpm: Rename the power_down_finish() functions to be less confusingDave Martin1-2/+2
2014-05-16Merge remote-tracking branch 'tip/timers/core/timers/core' into clockevents/3.16Daniel Lezcano2-4/+7
2014-05-15ARM: vexpress: move HBI check to sysreg driverPawel Moll1-49/+0
2014-05-15ARM: vexpress: Simplify SMP operations for DT-powered systemPawel Moll3-126/+41
2014-05-15ARM: vexpress: remove redundant vexpress_dt_cpus_num to get cpu countSudeep KarkadaNagesha1-30/+1
2014-05-15clocksource: Sched clock source for Versatile ExpressPawel Moll1-2/+0
2014-05-15mfd: vexpress: Define the device as MFD cellsPawel Moll2-9/+8
2014-05-15mfd: vexpress: Convert custom func API to regmapPawel Moll2-16/+12
2014-04-24ARM: vexpress/TC2: Convert OPP voltage to uV before storingPunit Agrawal1-2/+2
2014-04-24arm/mach-vexpress: array accessed out of boundsHeinrich Schuchardt1-2/+5
2014-04-22KConfig: Vexpress: build the ARM_GLOBAL_TIMER with vexpress platformMatthew Leach1-0/+1
2014-04-11Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-4/+9
2014-04-11Merge branches 'fixes' and 'misc' into for-nextRussell King1-4/+9
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-04-07ARM: 8009/1: dcscb.c: remove call to outer_flush_all()Nicolas Pitre1-4/+9