index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
tegra
/
pmc.c
Age
Commit message (
Expand
)
Author
2016-11-15
soc/tegra: pmc: Use consistent naming for PM domains
Thierry Reding
2016-11-15
soc/tegra: pmc: Remove genpd when adding provider fails
Jon Hunter
2016-11-15
soc/tegra: pmc: Check return code for pm_genpd_init()
Jon Hunter
2016-11-15
soc/tegra: pmc: Clean-up I/O rail error messages
Thierry Reding
2016-11-15
soc/tegra: pmc: Simplify IO rail bit handling
Jon Hunter
2016-11-15
soc/tegra: pmc: Guard against uninitialised PMC clock
Jon Hunter
2016-11-15
soc/tegra: pmc: Add I/O pad voltage support
Laxman Dewangan
2016-11-15
soc/tegra: pmc: Use consistent ordering of bit definitions
Thierry Reding
2016-11-15
soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()
Laxman Dewangan
2016-11-15
soc/tegra: pmc: Use BIT macro for register field definition
Laxman Dewangan
2016-08-16
soc/tegra: pmc: Fix incorrect DPD request
Vince Hsu
2016-06-30
soc/tegra: pmc: Enable XUSB partitions on boot
Jon Hunter
2016-06-30
soc/tegra: pmc: Initialise power partitions early
Jon Hunter
2016-06-30
soc/tegra: pmc: Add specific error messages
Jon Hunter
2016-06-30
soc/tegra: pmc: Use whitespace more consistently
Thierry Reding
2016-06-30
soc/tegra: pmc: Don't probe PMC if early initialisation fails
Jon Hunter
2016-06-30
soc/tegra: pmc: Add missing of_node_put()
Jon Hunter
2016-06-30
soc/tegra: pmc: Ensure mutex is always initialised
Jon Hunter
2016-06-30
soc/tegra: pmc: Don't populate SoC data until register space is mapped
Jon Hunter
2016-06-30
soc/tegra: pmc: Fix early initialisation of PMC
Jon Hunter
2016-06-30
soc/tegra: pmc: Ensure powergate is available when powering on
Jon Hunter
2016-06-30
soc/tegra: pmc: Initialise resets associated with a power partition
Jon Hunter
2016-06-10
soc/tegra: pmc: Use register definitions instead of magic values
Thierry Reding
2016-04-29
soc/tegra: pmc: Add generic PM domain support
Jon Hunter
2016-04-05
soc/tegra: pmc: Wait for powergate state to change
Jon Hunter
2016-04-05
soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMC
Jon Hunter
2016-04-05
soc/tegra: pmc: Remove additional check for a valid partition
Jon Hunter
2016-04-05
soc/tegra: pmc: Fix verification of valid partitions
Jon Hunter
2016-04-05
soc/tegra: pmc: Fix testing of powergate state
Jon Hunter
2016-04-05
soc/tegra: pmc: Change powergate and rail IDs to be an unsigned type
Jon Hunter
2016-04-05
soc/tegra: pmc: Protect public functions from potential race conditions
Jon Hunter
2016-04-05
soc/tegra: pmc: Restore base address on probe failure
Jon Hunter
2016-04-05
soc/tegra: pmc: Remove non-existing L2 partition for Tegra124
Jon Hunter
2016-04-05
soc/tegra: pmc: Remove non-existing power partitions for Tegra210
Jon Hunter
2016-04-05
soc/tegra: pmc: Remove debugfs entry on probe failure
Jon Hunter
2016-04-05
soc/tegra: pmc: Fix sparse warning for tegra_pmc_init_tsense_reset()
Jon Hunter
2016-04-05
soc/tegra: pmc: Add missing structure members to kernel-doc
Jon Hunter
2015-08-13
soc/tegra: pmc: Use existing pclk reference
Thierry Reding
2015-08-13
soc/tegra: pmc: Remove unnecessary return statement
Thierry Reding
2015-07-16
soc/tegra: pmc: Add Tegra210 support
Thierry Reding
2015-07-16
soc/tegra: pmc: Restrict legacy code to 32-bit ARM
Thierry Reding
2015-07-16
soc/tegra: pmc: Avoid usage of uninitialized variable
Thierry Reding
2015-07-02
Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2015-06-16
drivers/soc: Convert non-modular tegra/pmc to use builtin_platform_driver
Paul Gortmaker
2015-05-04
soc/tegra: pmc: move to using a restart handler
David Riley
2015-01-23
soc: tegra: Add thermal reset (thermtrip) support to PMC
Mikko Perttunen
2015-01-09
soc/tegra: pmc: Add Tegra132 support
Thierry Reding
2015-01-09
soc/tegra: pmc: restrict compilation of suspend-related support to ARM
Paul Walmsley
2014-07-17
ARM: tegra: Convert PMC to a driver
Thierry Reding