summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra/pmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-26soc/tegra: pmc: Print out domain name when reset fails to acquireDmitry Osipenko1-1/+2
2021-03-26soc/tegra: pmc: Ensure that clock rates aren't too highDmitry Osipenko1-2/+90
2021-03-26soc/tegra: pmc: Fix completion of power-gate togglingDmitry Osipenko1-5/+65
2021-03-26soc/tegra: pmc: Fix imbalanced clock disabling in error code pathDmitry Osipenko1-1/+1
2021-03-26soc/tegra: pmc: Provide USB sleepwalk register mapJC Kuo1-0/+94
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-39/+107
2020-10-10soc/tegra: pmc: Don't create fake interrupt hierarchy levelsMarc Zyngier1-48/+7
2020-10-10soc/tegra: pmc: Allow optional irq parent callbacksMarc Zyngier1-4/+32
2020-09-18soc/tegra: pmc: Add Tegra234 supportThierry Reding1-0/+68
2020-09-18soc/tegra: pmc: Reorder reset sources/levels definitionsThierry Reding1-39/+39
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-22soc/tegra: pmc: Enable PMIC wake event on Tegra210Jon Hunter1-0/+1
2020-05-07soc/tegra: pmc: Enable PMIC wake event on Tegra194Jon Hunter1-0/+1
2020-04-22soc/tegra: pmc: Enable PMIC wake event on Tegra186Thierry Reding1-0/+1
2020-03-13soc/tegra: pmc: Cleanup whitespace usageThierry Reding1-163/+163
2020-03-13soc/tegra: pmc: Add pins for Tegra194Venkat Reddy Talla1-49/+61
2020-03-13soc/tegra: Add support for 32 kHz blink clockSowjanya Komatineni1-0/+112
2020-03-13soc/tegra: Add Tegra PMC clocks registration into PMC driverSowjanya Komatineni1-0/+242
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-11-18soc/tegra: pmc: Add reset sources and levels on Tegra194Thierry Reding1-1/+42
2019-11-18soc/tegra: pmc: Add missing IRQ callbacks on Tegra194Thierry Reding1-0/+2
2019-11-18soc/tegra: pmc: Use lower-case for hexadecimal literalsThierry Reding1-1/+1
2019-10-29soc/tegra: pmc: Remove unnecessary memory barrierDmitry Osipenko1-2/+0
2019-10-29soc/tegra: pmc: Query PCLK clock rate at probe timeDmitry Osipenko1-15/+59
2019-10-29soc/tegra: pmc: Configure deep sleep control settingsSowjanya Komatineni1-1/+13
2019-10-29soc/tegra: pmc: Configure core power request polaritySowjanya Komatineni1-0/+6
2019-10-29soc/tegra: pmc: Add wake event support on Tegra210Sowjanya Komatineni1-0/+98
2019-10-29soc/tegra: pmc: Support wake events on more Tegra SoCsSowjanya Komatineni1-4/+8
2019-10-01soc/tegra: pmc: Fix crashes for hierarchical interruptsThierry Reding1-1/+27
2019-07-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-0/+18
2019-07-16Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2019-06-25Merge tag 'tegra-for-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-0/+18
2019-06-20soc/tegra: pmc: Export tegra_powergate_power_on()Manikanta Maddireddy1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-06-05soc/tegra: pmc: Add comments clarifying wake eventsThierry Reding1-0/+12
2019-06-05soc/tegra: pmc: Avoid crash for non-wake IRQsThierry Reding1-0/+3
2019-06-05soc/tegra: pmc: Fail to allocate more than one wake IRQThierry Reding1-0/+3
2019-04-17soc/tegra: pmc: Move powergate initialisation to probeJon Hunter1-15/+68
2019-04-17soc/tegra: pmc: Remove reset sysfs entries on errorJon Hunter1-1/+4
2019-04-17soc/tegra: pmc: Fix reset sources and levelsJon Hunter1-15/+29
2019-03-22soc/tegra: pmc: Implement acquire/release for resetsThierry Reding1-6/+33
2019-01-25soc/tegra: pmc: Support systems where PMC is marked secureMikko Perttunen1-3/+97
2019-01-25soc/tegra: pmc: Explicitly initialize all fieldsThierry Reding1-1/+9
2019-01-25soc/tegra: pmc: Make alignment consistentThierry Reding1-11/+18
2019-01-25soc/tegra: pmc: Pass struct tegra_pmc * where possibleThierry Reding1-115/+152
2019-01-25soc/tegra: pmc: Make tegra_powergate_is_powered() a local functionJon Hunter1-1/+1
2019-01-25soc/tegra: pmc: Add missing kerneldocThierry Reding1-0/+6
2019-01-25soc/tegra: pmc: Sort includes alphabeticallyThierry Reding1-5/+5
2019-01-25soc/tegra: pmc: Use TEGRA186_ prefix for GPIO namesThierry Reding1-1/+1
2019-01-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-36/+436