aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/pmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+2
2018-05-08soc/tegra: pmc: Don't allocate struct tegra_powergate on stackViresh Kumar1-7/+13
2018-05-02soc/tegra: pmc: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+2
2018-03-19soc/tegra: pmc: Use the new reset APIs to manage reset controllersVivek Gautam1-74/+18
2018-03-08soc/tegra: pmc: Pass PMC to tegra_powergate_power_up()Thierry Reding1-0/+1
2018-03-08soc/tegra: pmc: MBIST work around for Tegra210Peter De Schrijver1-0/+12
2018-03-08soc/tegra: pmc: Add Tegra194 compatibility stringMikko Perttunen1-0/+1
2017-12-13soc/tegra: pmc: Consolidate Tegra186 supportThierry Reding1-1/+130
2017-12-13soc/tegra: pmc: Parameterize driverThierry Reding1-54/+121
2017-07-31soc/tegra: Fix bad of_node_put() in powergate initTuomas Tynkkynen1-3/+1
2016-11-15soc/tegra: pmc: Use consistent naming for PM domainsThierry Reding1-4/+4
2016-11-15soc/tegra: pmc: Remove genpd when adding provider failsJon Hunter1-8/+15
2016-11-15soc/tegra: pmc: Check return code for pm_genpd_init()Jon Hunter1-1/+6
2016-11-15soc/tegra: pmc: Clean-up I/O rail error messagesThierry Reding1-23/+20
2016-11-15soc/tegra: pmc: Simplify IO rail bit handlingJon Hunter1-10/+10
2016-11-15soc/tegra: pmc: Guard against uninitialised PMC clockJon Hunter1-0/+2
2016-11-15soc/tegra: pmc: Add I/O pad voltage supportLaxman Dewangan1-36/+237
2016-11-15soc/tegra: pmc: Use consistent ordering of bit definitionsThierry Reding1-6/+6
2016-11-15soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()Laxman Dewangan1-3/+3
2016-11-15soc/tegra: pmc: Use BIT macro for register field definitionLaxman Dewangan1-26/+26
2016-08-16soc/tegra: pmc: Fix incorrect DPD requestVince Hsu1-20/+8
2016-06-30soc/tegra: pmc: Enable XUSB partitions on bootJon Hunter1-0/+12
2016-06-30soc/tegra: pmc: Initialise power partitions earlyJon Hunter1-9/+17
2016-06-30soc/tegra: pmc: Add specific error messagesJon Hunter1-9/+21
2016-06-30soc/tegra: pmc: Use whitespace more consistentlyThierry Reding1-0/+6
2016-06-30soc/tegra: pmc: Don't probe PMC if early initialisation failsJon Hunter1-0/+8
2016-06-30soc/tegra: pmc: Add missing of_node_put()Jon Hunter1-0/+4
2016-06-30soc/tegra: pmc: Ensure mutex is always initialisedJon Hunter1-2/+2
2016-06-30soc/tegra: pmc: Don't populate SoC data until register space is mappedJon Hunter1-2/+2
2016-06-30soc/tegra: pmc: Fix early initialisation of PMCJon Hunter1-16/+18
2016-06-30soc/tegra: pmc: Ensure powergate is available when powering onJon Hunter1-0/+3
2016-06-30soc/tegra: pmc: Initialise resets associated with a power partitionJon Hunter1-4/+14
2016-06-10soc/tegra: pmc: Use register definitions instead of magic valuesThierry Reding1-3/+13
2016-04-29soc/tegra: pmc: Add generic PM domain supportJon Hunter1-61/+424
2016-04-05soc/tegra: pmc: Wait for powergate state to changeJon Hunter1-1/+8
2016-04-05soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMCJon Hunter1-1/+7
2016-04-05soc/tegra: pmc: Remove additional check for a valid partitionJon Hunter1-2/+4
2016-04-05soc/tegra: pmc: Fix verification of valid partitionsJon Hunter1-4/+9
2016-04-05soc/tegra: pmc: Fix testing of powergate stateJon Hunter1-8/+9
2016-04-05soc/tegra: pmc: Change powergate and rail IDs to be an unsigned typeJon Hunter1-18/+18
2016-04-05soc/tegra: pmc: Protect public functions from potential race conditionsJon Hunter1-14/+33
2016-04-05soc/tegra: pmc: Restore base address on probe failureJon Hunter1-6/+8
2016-04-05soc/tegra: pmc: Remove non-existing L2 partition for Tegra124Jon Hunter1-1/+0
2016-04-05soc/tegra: pmc: Remove non-existing power partitions for Tegra210Jon Hunter1-4/+0
2016-04-05soc/tegra: pmc: Remove debugfs entry on probe failureJon Hunter1-5/+6
2016-04-05soc/tegra: pmc: Fix sparse warning for tegra_pmc_init_tsense_reset()Jon Hunter1-1/+1
2016-04-05soc/tegra: pmc: Add missing structure members to kernel-docJon Hunter1-0/+2
2015-08-13soc/tegra: pmc: Use existing pclk referenceThierry Reding1-9/+7
2015-08-13soc/tegra: pmc: Remove unnecessary return statementThierry Reding1-1/+0
2015-07-16soc/tegra: pmc: Add Tegra210 supportThierry Reding1-0/+48