index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
tegra
/
pmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
1
-10
/
+1
2019-04-17
soc/tegra: pmc: Move powergate initialisation to probe
Jon Hunter
1
-15
/
+68
2019-04-17
soc/tegra: pmc: Remove reset sysfs entries on error
Jon Hunter
1
-1
/
+4
2019-04-17
soc/tegra: pmc: Fix reset sources and levels
Jon Hunter
1
-15
/
+29
2019-03-22
soc/tegra: pmc: Implement acquire/release for resets
Thierry Reding
1
-6
/
+33
2019-01-25
soc/tegra: pmc: Support systems where PMC is marked secure
Mikko Perttunen
1
-3
/
+97
2019-01-25
soc/tegra: pmc: Explicitly initialize all fields
Thierry Reding
1
-1
/
+9
2019-01-25
soc/tegra: pmc: Make alignment consistent
Thierry Reding
1
-11
/
+18
2019-01-25
soc/tegra: pmc: Pass struct tegra_pmc * where possible
Thierry Reding
1
-115
/
+152
2019-01-25
soc/tegra: pmc: Make tegra_powergate_is_powered() a local function
Jon Hunter
1
-1
/
+1
2019-01-25
soc/tegra: pmc: Add missing kerneldoc
Thierry Reding
1
-0
/
+6
2019-01-25
soc/tegra: pmc: Sort includes alphabetically
Thierry Reding
1
-5
/
+5
2019-01-25
soc/tegra: pmc: Use TEGRA186_ prefix for GPIO names
Thierry Reding
1
-1
/
+1
2019-01-01
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-36
/
+436
2018-12-15
soc/tegra: pmc: Drop SMP dependency from CPU APIs
Jon Hunter
1
-2
/
+0
2018-11-28
soc/tegra: pmc: Add initial Tegra194 wake events
Thierry Reding
1
-0
/
+8
2018-11-28
soc/tegra: pmc: Add initial Tegra186 wake events
Thierry Reding
1
-0
/
+8
2018-11-28
soc/tegra: pmc: Add wake event support
Thierry Reding
1
-0
/
+225
2018-11-28
soc/tegra: pmc: Add Tegra194 support
Thierry Reding
1
-1
/
+65
2018-11-22
soc/tegra: pmc: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-11
/
+1
2018-11-08
soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()
Dmitry Osipenko
1
-7
/
+1
2018-11-08
soc/tegra: pmc: Add sysfs entries for reset info
Sandipan Patra
1
-1
/
+128
2018-11-08
soc/tegra: pmc: Don't power-up XUSB power-domains
Jon Hunter
1
-16
/
+0
2018-10-30
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-129
/
+384
2018-10-04
soc: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-6
/
+6
2018-08-27
soc/tegra: pmc: Implement pad configuration via pinctrl
Aapo Vienamo
1
-2
/
+185
2018-08-27
soc/tegra: pmc: Remove public pad voltage APIs
Aapo Vienamo
1
-9
/
+8
2018-08-27
soc/tegra: pmc: Use X macro to generate IO pad tables
Aapo Vienamo
1
-106
/
+127
2018-08-27
soc/tegra: pmc: Implement tegra_io_pad_is_powered()
Aapo Vienamo
1
-0
/
+15
2018-08-27
soc/tegra: pmc: Factor out DPD register bit calculation
Aapo Vienamo
1
-3
/
+17
2018-08-27
soc/tegra: pmc: Fix pad voltage configuration for Tegra186
Aapo Vienamo
1
-16
/
+39
2018-08-27
soc/tegra: pmc: Fix child-node lookup
Johan Hovold
1
-1
/
+1
2018-06-09
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-1
/
+2
2018-05-08
soc/tegra: pmc: Don't allocate struct tegra_powergate on stack
Viresh Kumar
1
-7
/
+13
2018-05-02
soc/tegra: pmc: Use of_clk_get_parent_count() instead of open coding
Geert Uytterhoeven
1
-1
/
+2
2018-03-19
soc/tegra: pmc: Use the new reset APIs to manage reset controllers
Vivek Gautam
1
-74
/
+18
2018-03-08
soc/tegra: pmc: Pass PMC to tegra_powergate_power_up()
Thierry Reding
1
-0
/
+1
2018-03-08
soc/tegra: pmc: MBIST work around for Tegra210
Peter De Schrijver
1
-0
/
+12
2018-03-08
soc/tegra: pmc: Add Tegra194 compatibility string
Mikko Perttunen
1
-0
/
+1
2017-12-13
soc/tegra: pmc: Consolidate Tegra186 support
Thierry Reding
1
-1
/
+130
2017-12-13
soc/tegra: pmc: Parameterize driver
Thierry Reding
1
-54
/
+121
2017-07-31
soc/tegra: Fix bad of_node_put() in powergate init
Tuomas Tynkkynen
1
-3
/
+1
2016-11-15
soc/tegra: pmc: Use consistent naming for PM domains
Thierry Reding
1
-4
/
+4
2016-11-15
soc/tegra: pmc: Remove genpd when adding provider fails
Jon Hunter
1
-8
/
+15
2016-11-15
soc/tegra: pmc: Check return code for pm_genpd_init()
Jon Hunter
1
-1
/
+6
2016-11-15
soc/tegra: pmc: Clean-up I/O rail error messages
Thierry Reding
1
-23
/
+20
2016-11-15
soc/tegra: pmc: Simplify IO rail bit handling
Jon Hunter
1
-10
/
+10
2016-11-15
soc/tegra: pmc: Guard against uninitialised PMC clock
Jon Hunter
1
-0
/
+2
2016-11-15
soc/tegra: pmc: Add I/O pad voltage support
Laxman Dewangan
1
-36
/
+237
2016-11-15
soc/tegra: pmc: Use consistent ordering of bit definitions
Thierry Reding
1
-6
/
+6
[next]