summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank
Commit message (Expand)AuthorAgeFilesLines
* ARM: highbank: Only touch common coherency control register fieldsRob Herring2013-07-221-3/+4
* arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-141-1/+1
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-092-3/+6
* ARM: highbank: remove the .map_io declarationMaxime Ripard2013-05-241-1/+0
* Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-23/+1
|\
| * ARM: highbank: use OF init for sp804 timerRob Herring2013-04-111-19/+0
| * ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2013-04-111-4/+1
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-031-1/+0
|\ \
| * \ Merge commit '73053d973' into smp-hotplugRussell King2013-05-021-4/+5
| |\ \
| * | | ARM: cpu hotplug: remove majority of cache flushing from platformsRussell King2013-04-181-4/+0
* | | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-021-0/+1
|\ \ \ \
| * | | | ARM: Push selects for TWD/SCU into machine entriesStephen Boyd2013-04-091-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'fixes' into next/cleanupOlof Johansson2013-04-281-6/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | ARM: highbank: fix cache flush ordering for cpu hotplugRob Herring2013-04-181-6/+4
| | |/ | |/|
* | | Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson2013-04-021-7/+0
|\ \ \ | |_|/ |/| |
| * | irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas2013-03-261-7/+0
| |/
* / ARM: smp_twd: convert to use CLKSRC_OF initRob Herring2013-03-111-3/+2
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-212-18/+5
|\
| * Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-142-13/+4
| |\
| | * irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring2013-01-121-1/+1
| | * ARM: use common irqchip_init for GIC initRob Herring2013-01-121-8/+2
| | * ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-121-1/+0
| | * ARM: GIC: remove direct use of gic_raise_softirqRob Herring2013-01-101-3/+1
| * | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-146-20/+42
| |\|
| * | ARM: delete struct sys_timerStephen Warren2012-12-241-5/+1
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-0/+4
|\ \ \
| * | | cpufreq / highbank: add support for highbank cpufreqMark Langsdorf2013-02-021-0/+2
| * | | ARM / highbank: add support for pl320 IPCRob Herring2013-02-021-0/+2
| | |/ | |/|
* | | Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-02-202-2/+2
|\ \ \
| * | | clk: highbank: Use common of_clk_init() functionPrashant Gaikwad2013-01-242-2/+2
| |/ /
* / / ARM: highbank: mask cluster id from cpu_logical_mapRob Herring2013-01-312-3/+4
|/ /
* | ARM: highbank: save and restore L2 cache and GIC on suspendRob Herring2013-01-071-1/+18
* | ARM: highbank: add a power request clearRob Herring2013-01-071-0/+15
* | ARM: highbank: fix secondary boot and hotplugRob Herring2013-01-072-12/+2
* | ARM: highbank: fix typos with hignbank in power request functionsRob Herring2013-01-074-8/+8
|/
* Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2012-11-301-1/+2
|\
| * ARM: highbank: retry wfi on reset requestRob Herring2012-11-061-1/+2
* | Merge tag 'highbank-debugll-cleanup' of git://sources.calxeda.com/kernel/linu...Olof Johansson2012-11-214-46/+2
|\ \
| * | ARM: highbank: use common debug_ll_io_initRob Herring2012-11-074-46/+2
* | | ARM: highbank: add ifdef guards to core.hOlof Johansson2012-11-061-0/+5
|/ /
* | ARM: highbank: Add initial ECX-2000 supportRob Herring2012-10-312-1/+7
* | ARM: highbank: abstract out SCU usageRob Herring2012-10-316-29/+29
|/
* Merge branch 'for-v3.7' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2012-10-021-0/+52
|\
| * ARM: highbank: add coherent DMA setupRob Herring2012-10-021-0/+52
* | Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson2012-09-224-19/+19
|\ \
| * | ARM: SoC: convert highbank to SMP operationsMarc Zyngier2012-09-144-19/+19
| |/
* | ARM: highbank: call highbank_pm_init from .init_machineRob Herring2012-09-203-3/+8
* | ARM: initial multiplatform supportRob Herring2012-09-144-16/+15
* | ARM: highbank: move debug macros to include/debugRob Herring2012-09-141-19/+0
* | ARM: make mach/gpio.h headers optionalRob Herring2012-09-141-1/+0
|/