summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra (follow)
Commit message (Expand)AuthorAgeFilesLines
* soc/tegra: pmc: Print out domain name when reset fails to acquireDmitry Osipenko2021-03-261-1/+2
* soc/tegra: pmc: Ensure that clock rates aren't too highDmitry Osipenko2021-03-261-2/+90
* soc/tegra: pmc: Fix completion of power-gate togglingDmitry Osipenko2021-03-261-5/+65
* soc/tegra: pmc: Fix imbalanced clock disabling in error code pathDmitry Osipenko2021-03-261-1/+1
* soc/tegra: regulators: Fix locking up when voltage-spread is out of rangeDmitry Osipenko2021-03-261-1/+1
* soc/tegra: pmc: Provide USB sleepwalk register mapJC Kuo2021-03-261-0/+94
* Merge tag 'tegra-for-5.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2020-11-272-21/+8
|\
| * soc/tegra: fuse: Fix index bug in get_process_idNicolin Chen2020-11-191-1/+1
| * soc: tegra: fuse: speedo-tegra210: Remove a group of set but unused variablesLee Jones2020-11-101-5/+1
| * soc: tegra: fuse: speedo-tegra124: Remove some set but unused variablesLee Jones2020-11-101-15/+6
* | soc/tegra: fuse: Export tegra_read_ram_code()Dmitry Osipenko2020-11-061-0/+2
|/
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-0/+10
|\
| * Merge tag 'tegra-for-5.10-arm64-dt' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2020-09-261-0/+10
| |\
| | * arm64: tegra: Initial Tegra234 VDK supportThierry Reding2020-09-181-0/+10
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-245-42/+178
|\ \ \
| * | | soc/tegra: pmc: Add Tegra234 supportThierry Reding2020-09-181-0/+68
| * | | soc/tegra: pmc: Reorder reset sources/levels definitionsThierry Reding2020-09-181-39/+39
| * | | soc/tegra: misc: Add Tegra234 supportThierry Reding2020-09-181-0/+1
| * | | soc/tegra: fuse: Add Tegra234 supportThierry Reding2020-09-184-2/+45
| * | | soc/tegra: fuse: Implement tegra_is_silicon()Thierry Reding2020-09-181-0/+19
| * | | soc/tegra: fuse: Extract tegra_get_platform()Thierry Reding2020-09-182-1/+6
| | |/ | |/|
* | | soc/tegra: pmc: Don't create fake interrupt hierarchy levelsMarc Zyngier2020-10-101-48/+7
* | | soc/tegra: pmc: Allow optional irq parent callbacksMarc Zyngier2020-10-101-4/+32
| |/ |/|
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/
* soc/tegra: fuse: Fix typo in APB MISC warningThierry Reding2020-07-171-1/+1
* soc/tegra: pmc: Enable PMIC wake event on Tegra210Jon Hunter2020-05-221-0/+1
* soc/tegra: pmc: Enable PMIC wake event on Tegra194Jon Hunter2020-05-071-0/+1
* soc/tegra: pmc: Select GENERIC_PINCONFCorentin Labbe2020-05-071-0/+1
* soc/tegra: fuse: Update the SoC revision attribute to display a nameJon Hunter2020-04-221-1/+2
* soc/tegra: fuse: Trivial clean-up of tegra_init_revision()Jon Hunter2020-04-221-13/+9
* soc/tegra: fuse: Add custom SoC attributesJon Hunter2020-04-225-0/+79
* soc/tegra: pmc: Enable PMIC wake event on Tegra186Thierry Reding2020-04-221-0/+1
* Merge tag 'tegra-for-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2020-03-251-161/+527
|\
| * soc/tegra: pmc: Cleanup whitespace usageThierry Reding2020-03-131-163/+163
| * soc/tegra: pmc: Add pins for Tegra194Venkat Reddy Talla2020-03-131-49/+61
| * soc/tegra: Add support for 32 kHz blink clockSowjanya Komatineni2020-03-131-0/+112
| * soc/tegra: Add Tegra PMC clocks registration into PMC driverSowjanya Komatineni2020-03-131-0/+242
* | soc/tegra: fuse: Fix build with Tegra194 configurationThierry Reding2020-02-121-1/+2
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-087-15/+70
|\
| * soc/tegra: fuse: Unmap registers once they are not needed anymoreDmitry Osipenko2020-01-101-4/+8
| * soc/tegra: fuse: Correct straps' address for older Tegra124 device treesDmitry Osipenko2020-01-101-1/+1
| * soc/tegra: fuse: Warn if straps are not readyDmitry Osipenko2020-01-101-1/+3
| * soc/tegra: fuse: Cache values of straps and Chip ID registersDmitry Osipenko2020-01-101-11/+10
| * soc/tegra: regulators: Do nothing if voltage is unchangedDmitry Osipenko2020-01-102-1/+13
| * soc/tegra: fuse: Add APB DMA dependency for Tegra20Dmitry Osipenko2020-01-101-0/+1
| * soc/tegra: fuse: Add Tegra194 supportJC Kuo2020-01-094-0/+37
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-6/+6
|/
* Merge tag 'tegra-for-5.5-soc-fixes' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2019-12-061-2/+45
|\
| * soc/tegra: pmc: Add reset sources and levels on Tegra194Thierry Reding2019-11-181-1/+42
| * soc/tegra: pmc: Add missing IRQ callbacks on Tegra194Thierry Reding2019-11-181-0/+2