summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-111-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
| * soc/tegra: pmc: Use lower-case for hexadecimal literalsThierry Reding2019-11-181-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-058-74/+1212
|\|
| * soc/tegra: pmc: Remove unnecessary memory barrierDmitry Osipenko2019-10-291-2/+0
| * soc/tegra: pmc: Query PCLK clock rate at probe timeDmitry Osipenko2019-10-291-15/+59
| * soc/tegra: regulators: Add regulators coupler for Tegra30Dmitry Osipenko2019-10-293-0/+323
| * soc/tegra: regulators: Add regulators coupler for Tegra20Dmitry Osipenko2019-10-293-0/+371