summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
AgeCommit message (Expand)AuthorLines
2025-07-09ARM: tegra: Use I/O memcpy to write to IRAMAaron Kling-1/+1
2024-06-28ARM: tegra: paz00: Use software nodes to describe GPIOs for WiFi rfkillDmitry Torokhov-18/+32
2023-02-01power: remove pda_power supply driverArnd Bergmann-1/+0
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers-2/+8
2022-04-06ARM: tegra: Fix typos in commentsJulia Lawall-1/+1
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-9/+1
2021-08-18ARM: tegra: paz00: Handle device properties with software node APIHeikki Krogerus-1/+1
2021-08-11soc/tegra: pmc: Prevent racing with cpuilde driverDmitry Osipenko-9/+1
2021-01-19ARM: tegra: Don't enable unused PLLs on resume from suspendDmitry Osipenko-24/+108
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-05-06ARM: tegra: Create tegra20-cpufreq platform device on Tegra30Dmitry Osipenko-0/+4
2020-05-06ARM: tegra: Don't enable PLLX while resuming from LP1 on Tegra30Dmitry Osipenko-2/+7
2020-05-06ARM: tegra: Switch CPU to PLLP on resume from LP1 on Tegra30/114/124Dmitry Osipenko-5/+2
2020-05-06ARM: tegra: Correct PL310 Auxiliary Control Register initializationDmitry Osipenko-2/+2
2020-05-06ARM: tegra: Do not fully reinitialize L2 on resumeDmitry Osipenko-0/+4
2020-05-06ARM: tegra: Initialize r0 register for firmware wake-upDmitry Osipenko-1/+6
2020-03-13cpuidle: tegra: Squash Tegra114 driver into the common driverDmitry Osipenko-152/+4
2020-03-13cpuidle: tegra: Squash Tegra30 driver into the common driverDmitry Osipenko-131/+1
2020-03-13cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidleDmitry Osipenko-238/+2
2020-03-13ARM: tegra: cpuidle: Remove unnecessary memory barrierDmitry Osipenko-4/+0
2020-03-13ARM: tegra: cpuidle: Make abort_flag atomicDmitry Osipenko-4/+5
2020-03-13ARM: tegra: cpuidle: Handle case where secondary CPU hangs on entering LP2Dmitry Osipenko-2/+49
2020-03-13ARM: tegra: Make outer_disable() open-codedDmitry Osipenko-3/+8
2020-03-13ARM: tegra: Rename some of the newly exposed PM functionsDmitry Osipenko-18/+18
2020-03-13ARM: tegra: Expose PM functions required for new cpuidle driverDmitry Osipenko-26/+8
2020-03-12ARM: tegra: Propagate error from tegra_idle_lp2_last()Dmitry Osipenko-8/+12
2020-03-12ARM: tegra: Change tegra_set_cpu_in_lp2() type to voidDmitry Osipenko-18/+6
2020-03-12ARM: tegra: Remove pen-locking from cpuidle-tegra20Dmitry Osipenko-251/+4
2020-03-12ARM: tegra: Add tegra_pm_park_secondary_cpu()Dmitry Osipenko-0/+19
2020-03-12ARM: tegra: Compile sleep-tegra20/30.S unconditionallyDmitry Osipenko-6/+2
2020-01-08ARM: tegra: Use clk_m CPU on Tegra124 LP1 resumeStephen Warren-2/+6
2020-01-08ARM: tegra: Modify reshift divider during LP1Stephen Warren-0/+11
2020-01-08ARM: tegra: Enable PLLP bypass during Tegra124 LP1Stephen Warren-0/+11
2019-12-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-4/+6
2019-11-19cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirksRafael J. Wysocki-1/+1
2019-10-29ARM: tegra: Use WFE for power-gating on Tegra30Dmitry Osipenko-1/+3
2019-10-29ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()Dmitry Osipenko-3/+3
2019-08-09ARM: tegra: Mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-80/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner-156/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-30/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner-14/+1
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-47/+4
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-22/+121
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada-2/+2
2019-04-28Merge tag 'tegra-for-5.2-arm-soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson-17/+4
2019-04-18Revert "ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+"Dmitry Osipenko-30/+0
2019-04-18ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30Dmitry Osipenko-17/+3