summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-0631-1069/+1401
|\
| * ARM: tegra: Drop ARCH_SUPPORTS_MSI and sort listThierry Reding2013-08-291-2/+1Star
| * Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman2013-08-2131-1069/+1402
| |\
| | * ARM: tegra: disable LP2 cpuidle state if PCIe is enabledStephen Warren2013-08-133-0/+23
| | * PCI: tegra: Move PCIe driver to drivers/pci/hostThierry Reding2013-08-137-1018/+2Star
| | * ARM: tegra: add LP1 suspend support for Tegra114Joseph Lo2013-08-124-15/+141
| | * ARM: tegra: add LP1 suspend support for Tegra20Joseph Lo2013-08-125-0/+341
| | * ARM: tegra: add LP1 suspend support for Tegra30Joseph Lo2013-08-127-4/+560
| | * ARM: tegra: add common LP1 suspend supportJoseph Lo2013-08-125-5/+140
| | * ARM: tegra: config the polarity of the request of sys clockJoseph Lo2013-08-121-0/+16
| | * ARM: tegra: add common resume handling code for LP1 resumingJoseph Lo2013-08-123-0/+17
| | * ARM: tegra: unify Tegra's Kconfig a bit moreStephen Warren2013-08-081-15/+6Star
| | * ARM: tegra: remove the limitation that Tegra114 can't support suspendJoseph Lo2013-07-191-4/+0Star
| | * ARM: tegra: flowctrl: add support for cpu_suspend_enter/exitJoseph Lo2013-07-191-0/+2
| | * ARM: tegra: hook tegra_tear_down_cpu functionJoseph Lo2013-07-191-1/+3
| | * ARM: tegra: shut off the CPU rail when the last CPU in suspendJoseph Lo2013-07-192-1/+20
| | * ARM: tegra: add low level code for Tegra114 cluster power downJoseph Lo2013-07-192-1/+7
| | * ARM: tegra: set up the correct L2 data RAM latency for Cortex-A15Joseph Lo2013-07-192-0/+23
| | * ARM: tegra: add a flag for tegra_disable_clean_inv_dcache to do LoUIS or ALLJoseph Lo2013-07-195-3/+14
| | * ARM: tegra: do v7_invalidate_l1 only when CPU is Cortex-A9Joseph Lo2013-07-192-3/+7
| | * ARM: tegra114: cpuidle: add powered-down stateJoseph Lo2013-07-191-1/+50
| | * ARM: tegra114: add low level support for CPU idle powered-down modeJoseph Lo2013-07-192-0/+4
| | * ARM: tegra114: Reprogram GIC CPU interface to bypass IRQ on CPU PM entryJoseph Lo2013-07-191-0/+40
| | * Revert "ARM: tegra: add cpu_disable for hotplug"Joseph Lo2013-07-193-13/+0Star
| | * ARM: tegra: enable Cortex-A15 erratum 798181Joseph Lo2013-07-151-0/+1
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-061-1/+1
|\ \ \
| * \ \ Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-07-241-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | ARM: smp_twd: Divorce smp_twd from local timer APIStephen Boyd2013-06-251-1/+1
* | | | ARM: tegra: Remove USB platform dataTuomas Tynkkynen2013-07-291-37/+1Star
|/ / /
* | / arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-152-3/+3
| |/ |/|
* | reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-092-2/+4
* | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-3/+0Star
|\ \
| * | cpufreq: tegra: create CONFIG_ARM_TEGRA_CPUFREQViresh Kumar2013-06-181-3/+0Star
* | | Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-07-031-2/+2
|\ \ \
| * | | clk: tegra: Use common of_clk_init functionPrashant Gaikwad2013-05-311-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-031-1/+1
|\ \ \
| * | | arm: fix up ARM_ARCH_TIMER selectsMark Rutland2013-06-071-1/+1
| |/ /
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-0218-93/+182
|\ \ \
| * \ \ Merge tag 'tegra-for-3.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2013-06-1518-93/+182
| |\ \ \ | | |/ / | |/| |
| | * | ARM: tegra: don't pass CPU ID to tegra_{set,clear}_cpu_in_lp2Joseph Lo2013-06-054-14/+14
| | * | ARM: tegra: cpuidle: using IS_ENABLED for multi SoCs management in init funcJoseph Lo2013-06-052-21/+7Star
| | * | ARM: tegra: hook tegra_tear_down_cpu function in the PM suspend init functionJoseph Lo2013-06-053-6/+15
| | * | ARM: tegra: cpuidle: move the init function behind the suspend init functionJoseph Lo2013-06-053-10/+12
| | * | ARM: tegra: remove ifdef in the tegra_resumeJoseph Lo2013-06-051-3/+1Star
| | * | ARM: tegra: add cpu_disable for hotplugJoseph Lo2013-05-283-0/+13
| | * | ARM: tegra114: add CPU hotplug supportJoseph Lo2013-05-225-8/+42
| | * | ARM: tegra114: add power up sequence for warm boot CPUJoseph Lo2013-05-222-1/+25
| | * | ARM: tegra: make tegra_resume can work for Tegra114Joseph Lo2013-05-221-4/+9
| | * | ARM: tegra: skip SCU and PL310 code when CPU is not Cortex-A9Joseph Lo2013-05-222-9/+23
| | * | ARM: tegra: add an assembly marco to check Tegra SoC IDJoseph Lo2013-05-223-26/+30