summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/pmc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-291-129/+384
|\
| * soc/tegra: pmc: Implement pad configuration via pinctrlAapo Vienamo2018-08-271-2/+185
| * soc/tegra: pmc: Remove public pad voltage APIsAapo Vienamo2018-08-271-9/+8
| * soc/tegra: pmc: Use X macro to generate IO pad tablesAapo Vienamo2018-08-271-106/+127
| * soc/tegra: pmc: Implement tegra_io_pad_is_powered()Aapo Vienamo2018-08-271-0/+15
| * soc/tegra: pmc: Factor out DPD register bit calculationAapo Vienamo2018-08-271-3/+17
| * soc/tegra: pmc: Fix pad voltage configuration for Tegra186Aapo Vienamo2018-08-271-16/+39
| * soc/tegra: pmc: Fix child-node lookupJohan Hovold2018-08-271-1/+1
* | soc: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-041-6/+6
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-1/+2
|\
| * soc/tegra: pmc: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2018-05-021-1/+2
* | soc/tegra: pmc: Don't allocate struct tegra_powergate on stackViresh Kumar2018-05-081-7/+13
|/
* soc/tegra: pmc: Use the new reset APIs to manage reset controllersVivek Gautam2018-03-191-74/+18
* soc/tegra: pmc: Pass PMC to tegra_powergate_power_up()Thierry Reding2018-03-081-0/+1
* soc/tegra: pmc: MBIST work around for Tegra210Peter De Schrijver2018-03-081-0/+12
* soc/tegra: pmc: Add Tegra194 compatibility stringMikko Perttunen2018-03-081-0/+1
* soc/tegra: pmc: Consolidate Tegra186 supportThierry Reding2017-12-131-1/+130
* soc/tegra: pmc: Parameterize driverThierry Reding2017-12-131-54/+121
* soc/tegra: Fix bad of_node_put() in powergate initTuomas Tynkkynen2017-07-311-3/+1
* soc/tegra: pmc: Use consistent naming for PM domainsThierry Reding2016-11-151-4/+4
* soc/tegra: pmc: Remove genpd when adding provider failsJon Hunter2016-11-151-8/+15
* soc/tegra: pmc: Check return code for pm_genpd_init()Jon Hunter2016-11-151-1/+6
* soc/tegra: pmc: Clean-up I/O rail error messagesThierry Reding2016-11-151-23/+20
* soc/tegra: pmc: Simplify IO rail bit handlingJon Hunter2016-11-151-10/+10
* soc/tegra: pmc: Guard against uninitialised PMC clockJon Hunter2016-11-151-0/+2
* soc/tegra: pmc: Add I/O pad voltage supportLaxman Dewangan2016-11-151-36/+237
* soc/tegra: pmc: Use consistent ordering of bit definitionsThierry Reding2016-11-151-6/+6
* soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()Laxman Dewangan2016-11-151-3/+3
* soc/tegra: pmc: Use BIT macro for register field definitionLaxman Dewangan2016-11-151-26/+26
* soc/tegra: pmc: Fix incorrect DPD requestVince Hsu2016-08-161-20/+8
* soc/tegra: pmc: Enable XUSB partitions on bootJon Hunter2016-06-301-0/+12
* soc/tegra: pmc: Initialise power partitions earlyJon Hunter2016-06-301-9/+17
* soc/tegra: pmc: Add specific error messagesJon Hunter2016-06-301-9/+21
* soc/tegra: pmc: Use whitespace more consistentlyThierry Reding2016-06-301-0/+6
* soc/tegra: pmc: Don't probe PMC if early initialisation failsJon Hunter2016-06-301-0/+8
* soc/tegra: pmc: Add missing of_node_put()Jon Hunter2016-06-301-0/+4
* soc/tegra: pmc: Ensure mutex is always initialisedJon Hunter2016-06-301-2/+2
* soc/tegra: pmc: Don't populate SoC data until register space is mappedJon Hunter2016-06-301-2/+2
* soc/tegra: pmc: Fix early initialisation of PMCJon Hunter2016-06-301-16/+18
* soc/tegra: pmc: Ensure powergate is available when powering onJon Hunter2016-06-301-0/+3
* soc/tegra: pmc: Initialise resets associated with a power partitionJon Hunter2016-06-301-4/+14
* soc/tegra: pmc: Use register definitions instead of magic valuesThierry Reding2016-06-101-3/+13
* soc/tegra: pmc: Add generic PM domain supportJon Hunter2016-04-291-61/+424
* soc/tegra: pmc: Wait for powergate state to changeJon Hunter2016-04-051-1/+8
* soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMCJon Hunter2016-04-051-1/+7
* soc/tegra: pmc: Remove additional check for a valid partitionJon Hunter2016-04-051-2/+4
* soc/tegra: pmc: Fix verification of valid partitionsJon Hunter2016-04-051-4/+9
* soc/tegra: pmc: Fix testing of powergate stateJon Hunter2016-04-051-8/+9
* soc/tegra: pmc: Change powergate and rail IDs to be an unsigned typeJon Hunter2016-04-051-18/+18
* soc/tegra: pmc: Protect public functions from potential race conditionsJon Hunter2016-04-051-14/+33
OpenPOWER on IntegriCloud