Age | Commit message (Expand) | Author | Files | Lines |
2017-04-04 | soc/tegra: Move Tegra flowctrl driver | Jon Hunter | 1 | -1/+1 |
2016-04-05 | soc/tegra: pmc: Wait for powergate state to change | Jon Hunter | 1 | -13/+3 |
2015-12-02 | ARM: use const and __initconst for smp_operations | Masahiro Yamada | 1 | -1/+1 |
2014-07-17 | ARM: tegra: Convert PMC to a driver | Thierry Reding | 1 | -1/+1 |
2014-07-17 | ARM: tegra: Use a function to get the chip ID | Thierry Reding | 1 | -5/+6 |
2014-07-17 | ARM: tegra: Sort includes alphabetically | Thierry Reding | 1 | -10/+10 |
2014-02-12 | ARM: tegra: don't timeout if CPU is powergated | Stefan Agner | 1 | -1/+1 |
2013-10-19 | ARM: tegra: add Tegra124 SoC support | Joseph Lo | 1 | -0/+2 |
2013-08-21 | Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g... | Kevin Hilman | 1 | -1/+0 |
2013-07-19 | Revert "ARM: tegra: add cpu_disable for hotplug" | Joseph Lo | 1 | -1/+0 |
2013-07-15 | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 1 | -2/+2 |
2013-05-29 | ARM: tegra: add cpu_disable for hotplug | Joseph Lo | 1 | -0/+1 |
2013-05-23 | ARM: tegra114: add power up sequence for warm boot CPU | Joseph Lo | 1 | -1/+24 |
2013-05-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+0 |
2013-04-29 | Merge branch 'gic/cleanup' into next/soc | Olof Johansson | 1 | -8/+0 |
2013-04-18 | ARM: tegra: remove tegra specific cpu_disable() | Russell King | 1 | -1/+0 |
2013-03-26 | irqchip: gic: Perform the gic_secondary_init() call via CPU notifier | Catalin Marinas | 1 | -8/+0 |
2013-03-12 | ARM: tegra: bring up secondary CPU for Tegra114 | Joseph Lo | 1 | -0/+8 |
2013-03-12 | ARM: tegra: replace the CPU power on function with PMC call | Joseph Lo | 1 | -12/+7 |
2013-03-12 | ARM: tegra: refactor tegra{20,30}_boot_secondary | Hiroshi Doyu | 1 | -55/+38 |
2013-03-12 | ARM: tegra: fix the logical detection of power on sequence of warm boot CPUs | Joseph Lo | 1 | -1/+1 |
2013-03-12 | ARM: tegra: Fix unchecked return value | Hiroshi Doyu | 1 | -0/+3 |
2013-02-06 | ARM: tegra: remove empty tegra_smp_init_cpus() | Olof Johansson | 1 | -5/+0 |
2013-02-06 | Merge tag 'tegra-for-3.9-soc-t114' of git://git.kernel.org/pub/scm/linux/kern... | Olof Johansson | 1 | -16/+2 |
2013-02-06 | Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne... | Olof Johansson | 1 | -4/+41 |
2013-01-28 | Merge branch 'for-3.9/scu-base-rework' into for-3.9/soc-t114 | Stephen Warren | 1 | -17/+2 |
2013-01-28 | ARM: tegra: move tegra_cpu_car.h to linux/clk/tegra.h | Prashant Gaikwad | 1 | -1/+1 |
2013-01-28 | ARM: tegra30: make the wait time of CPU power up to proportional to HZ | Joseph Lo | 1 | -2/+2 |
2013-01-28 | ARM: tegra: make device can run on UP | Joseph Lo | 1 | -1/+0 |
2013-01-28 | ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9 | Hiroshi Doyu | 1 | -3/+2 |
2013-01-28 | ARM: tegra: Use DT /cpu node to detect number of CPU core | Hiroshi Doyu | 1 | -15/+0 |
2013-01-28 | ARM: tegra: moving the clock gating procedure to tegra_cpu_kill | Joseph Lo | 1 | -0/+1 |
2013-01-28 | ARM: tegra30: fix power up sequence for boot_secondary | Joseph Lo | 1 | -1/+38 |
2013-01-12 | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h | Rob Herring | 1 | -1/+1 |
2013-01-10 | ARM: GIC: remove direct use of gic_raise_softirq | Rob Herring | 1 | -2/+0 |
2012-11-05 | ARM: tegra: move iomap.h to mach-tegra | Stephen Warren | 1 | -1/+1 |
2012-11-05 | ARM: tegra: remove unnecessary includes of <mach/*.h> | Stephen Warren | 1 | -1/+0 |
2012-09-22 | Merge branch 'multiplatform/smp_ops' into next/multiplatform | Olof Johansson | 1 | -4/+17 |
2012-09-13 | ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_ops | Joseph Lo | 1 | -24/+5 |
2012-09-13 | ARM: SoC: convert Tegra to SMP operations | Marc Zyngier | 1 | -4/+16 |
2012-02-27 | ARM: tegra: support for secondary cores on Tegra30 | Peter De Schrijver | 1 | -1/+49 |
2012-02-27 | ARM: tegra: rework Tegra secondary CPU core bringup | Peter De Schrijver | 1 | -45/+52 |
2011-10-21 | ARM: smp: fix clipping of number of CPUs | Russell King | 1 | -4/+4 |
2011-07-27 | Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2011-07-27 | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+0 |
2011-07-13 | arm,tegra: replace cpu_set() with modern api | KOSAKI Motohiro | 1 | -1/+1 |
2011-07-12 | ARM: remove unnecessary mach/hardware.h includes | Rob Herring | 1 | -1/+0 |
2011-07-07 | ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1 | Stephen Boyd | 1 | -8/+0 |
2011-05-23 | ARM: consolidate SMP cross call implementation | Russell King | 1 | -0/+3 |
2011-01-07 | Merge branch 'misc' into devel | Russell King | 1 | -25/+8 |