aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/platsmp.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04soc/tegra: Move Tegra flowctrl driverGravatar Jon Hunter 1-1/+1
2016-04-05soc/tegra: pmc: Wait for powergate state to changeGravatar Jon Hunter 1-13/+3
2015-12-01ARM: use const and __initconst for smp_operationsGravatar Masahiro Yamada 1-1/+1
2014-07-17ARM: tegra: Convert PMC to a driverGravatar Thierry Reding 1-1/+1
2014-07-17ARM: tegra: Use a function to get the chip IDGravatar Thierry Reding 1-5/+6
2014-07-17ARM: tegra: Sort includes alphabeticallyGravatar Thierry Reding 1-10/+10
2014-02-12ARM: tegra: don't timeout if CPU is powergatedGravatar Stefan Agner 1-1/+1
2013-10-18ARM: tegra: add Tegra124 SoC supportGravatar Joseph Lo 1-0/+2
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Kevin Hilman 1-1/+0
2013-07-19Revert "ARM: tegra: add cpu_disable for hotplug"Gravatar Joseph Lo 1-1/+0
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersGravatar Paul Gortmaker 1-2/+2
2013-05-28ARM: tegra: add cpu_disable for hotplugGravatar Joseph Lo 1-0/+1
2013-05-22ARM: tegra114: add power up sequence for warm boot CPUGravatar Joseph Lo 1-1/+24
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-1/+0
2013-04-28Merge branch 'gic/cleanup' into next/socGravatar Olof Johansson 1-8/+0
2013-04-18ARM: tegra: remove tegra specific cpu_disable()Gravatar Russell King 1-1/+0
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierGravatar Catalin Marinas 1-8/+0
2013-03-11ARM: tegra: bring up secondary CPU for Tegra114Gravatar Joseph Lo 1-0/+8
2013-03-11ARM: tegra: replace the CPU power on function with PMC callGravatar Joseph Lo 1-12/+7
2013-03-11ARM: tegra: refactor tegra{20,30}_boot_secondaryGravatar Hiroshi Doyu 1-55/+38
2013-03-11ARM: tegra: fix the logical detection of power on sequence of warm boot CPUsGravatar Joseph Lo 1-1/+1
2013-03-11ARM: tegra: Fix unchecked return valueGravatar Hiroshi Doyu 1-0/+3
2013-02-05ARM: tegra: remove empty tegra_smp_init_cpus()Gravatar Olof Johansson 1-5/+0
2013-02-05Merge tag 'tegra-for-3.9-soc-t114' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Olof Johansson 1-16/+2
2013-02-05Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 1-4/+41
2013-01-28Merge branch 'for-3.9/scu-base-rework' into for-3.9/soc-t114Gravatar Stephen Warren 1-17/+2
2013-01-28ARM: tegra: move tegra_cpu_car.h to linux/clk/tegra.hGravatar Prashant Gaikwad 1-1/+1
2013-01-28ARM: tegra30: make the wait time of CPU power up to proportional to HZGravatar Joseph Lo 1-2/+2
2013-01-28ARM: tegra: make device can run on UPGravatar Joseph Lo 1-1/+0
2013-01-28ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9Gravatar Hiroshi Doyu 1-3/+2
2013-01-28ARM: tegra: Use DT /cpu node to detect number of CPU coreGravatar Hiroshi Doyu 1-15/+0
2013-01-28ARM: tegra: moving the clock gating procedure to tegra_cpu_killGravatar Joseph Lo 1-0/+1
2013-01-28ARM: tegra30: fix power up sequence for boot_secondaryGravatar Joseph Lo 1-1/+38
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hGravatar Rob Herring 1-1/+1
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqGravatar Rob Herring 1-2/+0
2012-11-05ARM: tegra: move iomap.h to mach-tegraGravatar Stephen Warren 1-1/+1
2012-11-05ARM: tegra: remove unnecessary includes of <mach/*.h>Gravatar Stephen Warren 1-1/+0
2012-09-22Merge branch 'multiplatform/smp_ops' into next/multiplatformGravatar Olof Johansson 1-4/+17
2012-09-13ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_opsGravatar Joseph Lo 1-24/+5
2012-09-13ARM: SoC: convert Tegra to SMP operationsGravatar Marc Zyngier 1-4/+16
2012-02-26ARM: tegra: support for secondary cores on Tegra30Gravatar Peter De Schrijver 1-1/+49
2012-02-26ARM: tegra: rework Tegra secondary CPU core bringupGravatar Peter De Schrijver 1-45/+52
2011-10-20ARM: smp: fix clipping of number of CPUsGravatar Russell King 1-4/+4
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+0
2011-07-12arm,tegra: replace cpu_set() with modern apiGravatar KOSAKI Motohiro 1-1/+1
2011-07-12ARM: remove unnecessary mach/hardware.h includesGravatar Rob Herring 1-1/+0
2011-07-07ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Gravatar Stephen Boyd 1-8/+0
2011-05-23ARM: consolidate SMP cross call implementationGravatar Russell King 1-0/+3
2011-01-06Merge branch 'misc' into develGravatar Russell King 1-25/+8