aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap-smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12ARM: omap2: make omap5_erratum_workaround_801819 staticMa Feng1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-12-14ARM: omap2: remove unnecessary boot_lockRussell King1-20/+0
2018-07-12ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary coresNishanth Menon1-0/+41
2017-08-14ARM: dra762: Enable SMP for dra762Lokesh Vutla1-2/+2
2017-05-09ARM: omap2+: make omap4_get_cpu1_ns_pa_addr declaration usableArnd Bergmann1-4/+7
2017-03-27ARM: omap2+: Revert omap-smp.c changes resetting CPU1 during bootTony Lindgren1-14/+76
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli1-2/+2
2016-07-04ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIsTero Kristo1-1/+1
2016-06-22ARM: OMAP4+: Reset CPU1 properly for kexecTony Lindgren1-26/+70
2016-05-12ARM: OMAP5 / DRA7: Introduce workaround for 801819Nishanth Menon1-5/+43
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada1-1/+1
2015-11-25ARM: OMAP4+: SMP: use lockless clkdm/pwrdm api in omap4_boot_secondaryGrygorii Strashko1-3/+3
2015-01-05ARM: omap5/dra7xx: Enable booting secondary CPU in HYP modeLennart Sorensen1-2/+11
2014-05-08ARM: OMAP2+: raw read and write endian fixVictor Kamensky1-3/+3
2014-01-31ARM: OMAP4+: move errata initialization to omap4_pm_init_earlyNishanth Menon1-5/+1
2013-10-10ARM: OMAP5/DRA7: realtime_counter: Configure CNTFRQ registerR Sricharan1-0/+7
2013-09-18ARM: OMAP4 SMP: Corrected a typo fucntions to functionsAnoop Thomas Mathew1-1/+1
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-2/+2
2013-05-16Merge tag 'omap-pm-v3.10/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pmTony Lindgren1-3/+3
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-04-09ARM: OMAP4+: Make secondary_startup function name more consistentSantosh Shilimkar1-3/+3
2013-04-09Merge tag 'omap-for-v3.10/fixes-pm-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupArnd Bergmann1-2/+10
2013-04-08Merge tag 'omap-for-v3.10/cleanup-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupArnd Bergmann1-37/+20
2013-04-05ARM: OMAP4+: PM: Restore CPU power state to ON with clockdomain force wakeup methodSantosh Shilimkar1-2/+10
2013-03-28ARM: OMAP4+: Move the CPU wakeup prepare code under smp_prepare_cpus()Santosh Shilimkar1-31/+20
2013-03-28ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup codeSantosh Shilimkar1-2/+0
2013-03-28ARM: OMAP4+: Remove un-necessary cacheflush in secondary CPU boot pathSantosh Shilimkar1-4/+0
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas1-7/+0
2013-03-09Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stableRussell King1-1/+1
2013-02-05Merge tag 'tegra-for-3.9-soc-t114' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socOlof Johansson1-1/+1
2013-01-31ARM: use read_cpuid_id() instead of read_cpuid(CPUID_ID)Uwe Kleine-König1-1/+1
2013-01-28ARM: OMAP: Make use of available scu_a9_get_base() interfaceSantosh Shilimkar1-1/+1
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring1-1/+1
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring1-3/+1
2012-11-14ARM: OMAP4: PM: fix errata handling when CONFIG_PM=nKevin Hilman1-0/+2
2012-11-05ARM: OMAP4: retrigger localtimers after re-enabling gicColin Cross1-1/+12
2012-11-05ARM: OMAP4460: Workaround for ROM bug because of CA9 r2pX GIC control register change.Santosh Shilimkar1-1/+27
2012-09-22Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson1-4/+14
2012-09-20ARM: OMAP2+: Make omap-wakeupgen.h localTony Lindgren1-1/+1
2012-09-20ARM: OMAP2+: Make omap-secure.h localTony Lindgren1-1/+1
2012-09-13ARM: SoC: convert OMAP4 to SMP operationsMarc Zyngier1-4/+14
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-1/+1
2012-07-27Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-07-09ARM: OMAP: use SGI0 to wake secondary CPUsRussell King1-1/+1
2012-07-09ARM: OMAP5: Add SMP supportSantosh Shilimkar1-12/+23
2012-07-09ARM: OMAP5: Add the WakeupGen IP updatesSantosh Shilimkar1-2/+17
2012-02-24ARM: OMAP2+: Move most of plat/io.h into local iomap.hTony Lindgren1-1/+2
2011-12-08ARM: OMAP4: PM: CPU1 wakeup workaround from Low power modesSantosh Shilimkar1-0/+27
2011-12-08ARM: OMAP4: PM: Add CPUX OFF mode supportSantosh Shilimkar1-0/+13