summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* ARM: tegra: Don't enable unused PLLs on resume from suspendDmitry Osipenko2021-01-192-24/+108
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* ARM: tegra: Create tegra20-cpufreq platform device on Tegra30Dmitry Osipenko2020-05-061-0/+4
* ARM: tegra: Don't enable PLLX while resuming from LP1 on Tegra30Dmitry Osipenko2020-05-061-2/+7
* ARM: tegra: Switch CPU to PLLP on resume from LP1 on Tegra30/114/124Dmitry Osipenko2020-05-061-5/+2
* ARM: tegra: Correct PL310 Auxiliary Control Register initializationDmitry Osipenko2020-05-061-2/+2
* ARM: tegra: Do not fully reinitialize L2 on resumeDmitry Osipenko2020-05-061-0/+4
* ARM: tegra: Initialize r0 register for firmware wake-upDmitry Osipenko2020-05-061-1/+6
* cpuidle: tegra: Squash Tegra114 driver into the common driverDmitry Osipenko2020-03-135-152/+4
* cpuidle: tegra: Squash Tegra30 driver into the common driverDmitry Osipenko2020-03-134-131/+1
* cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidleDmitry Osipenko2020-03-134-238/+2
* ARM: tegra: cpuidle: Remove unnecessary memory barrierDmitry Osipenko2020-03-132-4/+0
* ARM: tegra: cpuidle: Make abort_flag atomicDmitry Osipenko2020-03-131-4/+5
* ARM: tegra: cpuidle: Handle case where secondary CPU hangs on entering LP2Dmitry Osipenko2020-03-131-2/+49
* ARM: tegra: Make outer_disable() open-codedDmitry Osipenko2020-03-131-3/+8
* ARM: tegra: Rename some of the newly exposed PM functionsDmitry Osipenko2020-03-135-18/+18
* ARM: tegra: Expose PM functions required for new cpuidle driverDmitry Osipenko2020-03-138-26/+8
* ARM: tegra: Propagate error from tegra_idle_lp2_last()Dmitry Osipenko2020-03-124-8/+12
* ARM: tegra: Change tegra_set_cpu_in_lp2() type to voidDmitry Osipenko2020-03-123-18/+6
* ARM: tegra: Remove pen-locking from cpuidle-tegra20Dmitry Osipenko2020-03-127-251/+4
* ARM: tegra: Add tegra_pm_park_secondary_cpu()Dmitry Osipenko2020-03-122-0/+19
* ARM: tegra: Compile sleep-tegra20/30.S unconditionallyDmitry Osipenko2020-03-122-6/+2
* ARM: tegra: Use clk_m CPU on Tegra124 LP1 resumeStephen Warren2020-01-081-2/+6
* ARM: tegra: Modify reshift divider during LP1Stephen Warren2020-01-081-0/+11
* ARM: tegra: Enable PLLP bypass during Tegra124 LP1Stephen Warren2020-01-081-0/+11
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-12-052-4/+6
|\
| * ARM: tegra: Use WFE for power-gating on Tegra30Dmitry Osipenko2019-10-291-1/+3
| * ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()Dmitry Osipenko2019-10-291-3/+3
* | cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirksRafael J. Wysocki2019-11-191-1/+1
|/
* ARM: tegra: Mark expected switch fall-throughGustavo A. R. Silva2019-08-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-058-80/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-3013-156/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-30/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-165-47/+4
|\
| * Merge tag 'tegra-for-5.2-arm-soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2019-04-283-17/+4
| |\
| | * ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30Dmitry Osipenko2019-04-182-17/+3
| | * ARM: tegra: enforce PM requirementSameer Pujar2019-03-281-0/+1
| * | Revert "ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+"Dmitry Osipenko2019-04-182-30/+0
| |/
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-169-22/+121
|\ \
| * | firmware: Move Trusted Foundations supportThierry Reding2019-04-175-5/+8
| * | ARM: tegra: Sort dependencies alphabeticallyThierry Reding2019-04-101-1/+1
| * | ARM: tegra: Add firmware calls required for suspend-resume on Tegra30Dmitry Osipenko2019-04-093-5/+84
| * | ARM: tegra: Always boot CPU in ARM-modeDmitry Osipenko2019-04-091-0/+1
| * | ARM: tegra: Don't apply CPU erratas in insecure modeDmitry Osipenko2019-04-094-13/+26
| * | ARM: tegra: Set up L2 cache using Trusted Foundations firmwareDmitry Osipenko2019-04-091-0/+2
| * | ARM: trusted_foundations: Make prepare_idle call to take mode argumentDmitry Osipenko2019-04-091-1/+2
| |/
* / treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-142-2/+2
|/