aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/pmc.c
AgeCommit message (Expand)Author
2020-04-12soc/tegra: pmc: Fix crashes for hierarchical interruptsThierry Reding
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-04-17soc/tegra: pmc: Move powergate initialisation to probeJon Hunter
2019-04-17soc/tegra: pmc: Remove reset sysfs entries on errorJon Hunter
2019-04-17soc/tegra: pmc: Fix reset sources and levelsJon Hunter
2019-03-22soc/tegra: pmc: Implement acquire/release for resetsThierry Reding
2019-01-25soc/tegra: pmc: Support systems where PMC is marked secureMikko Perttunen
2019-01-25soc/tegra: pmc: Explicitly initialize all fieldsThierry Reding
2019-01-25soc/tegra: pmc: Make alignment consistentThierry Reding
2019-01-25soc/tegra: pmc: Pass struct tegra_pmc * where possibleThierry Reding
2019-01-25soc/tegra: pmc: Make tegra_powergate_is_powered() a local functionJon Hunter
2019-01-25soc/tegra: pmc: Add missing kerneldocThierry Reding
2019-01-25soc/tegra: pmc: Sort includes alphabeticallyThierry Reding
2019-01-25soc/tegra: pmc: Use TEGRA186_ prefix for GPIO namesThierry Reding
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-14soc/tegra: pmc: Drop SMP dependency from CPU APIsJon Hunter
2018-11-28soc/tegra: pmc: Add initial Tegra194 wake eventsThierry Reding
2018-11-28soc/tegra: pmc: Add initial Tegra186 wake eventsThierry Reding
2018-11-28soc/tegra: pmc: Add wake event supportThierry Reding
2018-11-28soc/tegra: pmc: Add Tegra194 supportThierry Reding
2018-11-22soc/tegra: pmc: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-11-08soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()Dmitry Osipenko
2018-11-08soc/tegra: pmc: Add sysfs entries for reset infoSandipan Patra
2018-11-08soc/tegra: pmc: Don't power-up XUSB power-domainsJon Hunter
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-04soc: Convert to using %pOFn instead of device_node.nameRob Herring
2018-08-27soc/tegra: pmc: Implement pad configuration via pinctrlAapo Vienamo
2018-08-27soc/tegra: pmc: Remove public pad voltage APIsAapo Vienamo
2018-08-27soc/tegra: pmc: Use X macro to generate IO pad tablesAapo Vienamo
2018-08-27soc/tegra: pmc: Implement tegra_io_pad_is_powered()Aapo Vienamo
2018-08-27soc/tegra: pmc: Factor out DPD register bit calculationAapo Vienamo
2018-08-27soc/tegra: pmc: Fix pad voltage configuration for Tegra186Aapo Vienamo
2018-08-27soc/tegra: pmc: Fix child-node lookupJohan Hovold
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-05-08soc/tegra: pmc: Don't allocate struct tegra_powergate on stackViresh Kumar
2018-05-02soc/tegra: pmc: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2018-03-19soc/tegra: pmc: Use the new reset APIs to manage reset controllersVivek Gautam
2018-03-08soc/tegra: pmc: Pass PMC to tegra_powergate_power_up()Thierry Reding
2018-03-08soc/tegra: pmc: MBIST work around for Tegra210Peter De Schrijver
2018-03-08soc/tegra: pmc: Add Tegra194 compatibility stringMikko Perttunen
2017-12-13soc/tegra: pmc: Consolidate Tegra186 supportThierry Reding
2017-12-13soc/tegra: pmc: Parameterize driverThierry Reding
2017-07-31soc/tegra: Fix bad of_node_put() in powergate initTuomas Tynkkynen
2016-11-15soc/tegra: pmc: Use consistent naming for PM domainsThierry Reding
2016-11-15soc/tegra: pmc: Remove genpd when adding provider failsJon Hunter
2016-11-15soc/tegra: pmc: Check return code for pm_genpd_init()Jon Hunter
2016-11-15soc/tegra: pmc: Clean-up I/O rail error messagesThierry Reding
2016-11-15soc/tegra: pmc: Simplify IO rail bit handlingJon Hunter
2016-11-15soc/tegra: pmc: Guard against uninitialised PMC clockJon Hunter
2016-11-15soc/tegra: pmc: Add I/O pad voltage supportLaxman Dewangan