summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/pmc.c
AgeCommit message (Expand)Author
2019-11-20soc/tegra: pmc: Fix pad voltage configuration for Tegra186Aapo Vienamo
2019-04-20soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()Dmitry Osipenko
2018-11-13soc/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
2016-11-15soc/tegra: pmc: Use consistent ordering of bit definitionsThierry Reding
2016-11-15soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()Laxman Dewangan
2016-11-15soc/tegra: pmc: Use BIT macro for register field definitionLaxman Dewangan
2016-08-16soc/tegra: pmc: Fix incorrect DPD requestVince Hsu
2016-06-30soc/tegra: pmc: Enable XUSB partitions on bootJon Hunter
2016-06-30soc/tegra: pmc: Initialise power partitions earlyJon Hunter
2016-06-30soc/tegra: pmc: Add specific error messagesJon Hunter
2016-06-30soc/tegra: pmc: Use whitespace more consistentlyThierry Reding
2016-06-30soc/tegra: pmc: Don't probe PMC if early initialisation failsJon Hunter
2016-06-30soc/tegra: pmc: Add missing of_node_put()Jon Hunter
2016-06-30soc/tegra: pmc: Ensure mutex is always initialisedJon Hunter
2016-06-30soc/tegra: pmc: Don't populate SoC data until register space is mappedJon Hunter
2016-06-30soc/tegra: pmc: Fix early initialisation of PMCJon Hunter
2016-06-30soc/tegra: pmc: Ensure powergate is available when powering onJon Hunter
2016-06-30soc/tegra: pmc: Initialise resets associated with a power partitionJon Hunter
2016-06-10soc/tegra: pmc: Use register definitions instead of magic valuesThierry Reding
2016-04-29soc/tegra: pmc: Add generic PM domain supportJon Hunter
2016-04-05soc/tegra: pmc: Wait for powergate state to changeJon Hunter
2016-04-05soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMCJon Hunter
2016-04-05soc/tegra: pmc: Remove additional check for a valid partitionJon Hunter
2016-04-05soc/tegra: pmc: Fix verification of valid partitionsJon Hunter
2016-04-05soc/tegra: pmc: Fix testing of powergate stateJon Hunter
2016-04-05soc/tegra: pmc: Change powergate and rail IDs to be an unsigned typeJon Hunter
2016-04-05soc/tegra: pmc: Protect public functions from potential race conditionsJon Hunter
2016-04-05soc/tegra: pmc: Restore base address on probe failureJon Hunter
2016-04-05soc/tegra: pmc: Remove non-existing L2 partition for Tegra124Jon Hunter
2016-04-05soc/tegra: pmc: Remove non-existing power partitions for Tegra210Jon Hunter
2016-04-05soc/tegra: pmc: Remove debugfs entry on probe failureJon Hunter
2016-04-05soc/tegra: pmc: Fix sparse warning for tegra_pmc_init_tsense_reset()Jon Hunter
2016-04-05soc/tegra: pmc: Add missing structure members to kernel-docJon Hunter