index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Rafael J. Wysocki
2022-08-03
24
-1271
/
+1353
|
\
|
*
venus: pm_helpers: Fix warning in OPP during probe
Stanimir Varbanov
2022-08-02
1
-5
/
+5
|
*
OPP: Don't drop opp->np reference while it is still in use
Liang He
2022-07-19
3
-8
/
+12
|
*
OPP: Don't drop opp_table->np reference while it is still in use
Liang He
2022-07-19
1
-1
/
+1
|
*
OPP: Remove dev{m}_pm_opp_of_add_table_noclk()
Viresh Kumar
2022-07-12
2
-52
/
+8
|
*
PM / devfreq: tegra30: Register config_clks helper
Viresh Kumar
2022-07-12
1
-3
/
+19
|
*
OPP: Allow config_clks helper for single clk case
Viresh Kumar
2022-07-12
1
-4
/
+4
|
*
OPP: Provide a simple implementation to configure multiple clocks
Viresh Kumar
2022-07-12
2
-0
/
+44
|
*
OPP: Assert clk_count == 1 for single clk helpers
Viresh Kumar
2022-07-12
1
-6
/
+39
|
*
OPP: Add key specific assert() method to key finding helpers
Viresh Kumar
2022-07-12
1
-19
/
+33
|
*
OPP: Compare bandwidths for all paths in _opp_compare_key()
Viresh Kumar
2022-07-12
1
-3
/
+17
|
*
OPP: Allow multiple clocks for a device
Viresh Kumar
2022-07-12
5
-83
/
+246
|
*
dt-bindings: opp: accept array of frequencies
Krzysztof Kozlowski
2022-07-08
1
-0
/
+10
|
*
OPP: Make dev_pm_opp_set_opp() independent of frequency
Viresh Kumar
2022-07-08
2
-16
/
+40
|
*
OPP: Reuse _opp_compare_key() in _opp_add_static_v2()
Viresh Kumar
2022-07-08
2
-2
/
+8
|
*
OPP: Remove rate_not_available parameter to _opp_add()
Viresh Kumar
2022-07-08
3
-9
/
+7
|
*
OPP: Use consistent names for OPP table instances
Viresh Kumar
2022-07-08
3
-15
/
+16
|
*
OPP: Use generic key finding helpers for bandwidth key
Viresh Kumar
2022-07-08
1
-68
/
+15
|
*
OPP: Use generic key finding helpers for level key
Viresh Kumar
2022-07-08
1
-53
/
+10
|
*
OPP: Add generic key finding helpers and use them for freq APIs
Viresh Kumar
2022-07-08
1
-99
/
+130
|
*
OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()
Viresh Kumar
2022-07-08
2
-62
/
+0
|
*
OPP: Remove custom OPP helper support
Viresh Kumar
2022-07-08
3
-188
/
+2
|
*
OPP: ti: Migrate to dev_pm_opp_set_config_regulators()
Viresh Kumar
2022-07-08
1
-41
/
+34
|
*
OPP: Add dev_pm_opp_get_supplies()
Viresh Kumar
2022-07-08
2
-0
/
+32
|
*
OPP: Make _generic_set_opp_regulator() a config_regulators() interface
Viresh Kumar
2022-07-08
1
-39
/
+12
|
*
OPP: Add support for config_regulators() helper
Viresh Kumar
2022-07-08
3
-1
/
+91
|
*
OPP: Migrate set-prop-name helper API to use set-config helpers
Viresh Kumar
2022-07-08
3
-63
/
+46
|
*
OPP: Migrate attach-genpd API to use set-config helpers
Viresh Kumar
2022-07-08
2
-84
/
+49
|
*
OPP: Migrate set-opp-helper API to use set-config helpers
Viresh Kumar
2022-07-08
3
-89
/
+39
|
*
OPP: Migrate set-clk-name API to use set-config helpers
Viresh Kumar
2022-07-08
2
-114
/
+69
|
*
OPP: Migrate set-supported-hw API to use set-config helpers
Viresh Kumar
2022-07-08
5
-105
/
+66
|
*
OPP: Migrate set-regulators API to use set-config helpers
Viresh Kumar
2022-07-08
4
-106
/
+60
|
*
soc/tegra: Migrate to dev_pm_opp_set_config()
Viresh Kumar
2022-07-08
1
-21
/
+31
|
*
soc/tegra: Add comment over devm_pm_opp_set_clkname()
Viresh Kumar
2022-07-08
1
-0
/
+7
|
*
drm/lima: Migrate to dev_pm_opp_set_config()
Viresh Kumar
2022-07-08
1
-5
/
+6
|
*
cpufreq: ti: Migrate to dev_pm_opp_set_config()
Viresh Kumar
2022-07-08
1
-23
/
+14
|
*
cpufreq: sti: Migrate to dev_pm_opp_set_config()
Viresh Kumar
2022-07-08
1
-17
/
+10
|
*
cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config()
Viresh Kumar
2022-07-08
1
-81
/
+28
|
*
OPP: Add dev_pm_opp_set_config() and friends
Viresh Kumar
2022-07-08
3
-1
/
+291
|
*
OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list
Viresh Kumar
2022-07-08
9
-32
/
+40
|
*
OPP: Track if clock name is configured by platform
Viresh Kumar
2022-06-09
2
-0
/
+9
|
*
OPP: Fix typo in comment
Viresh Kumar
2022-06-09
1
-1
/
+1
|
*
opp: Fix some kernel-doc comments
Yang Li
2022-06-06
1
-2
/
+2
|
*
opp: Fix error check in dev_pm_opp_attach_genpd()
Tang Bin
2022-06-06
1
-2
/
+2
*
|
Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2022-08-02
41
-827
/
+1498
|
\
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
*
-
-
-
-
-
.
\
Merge branches 'pm-devfreq', 'pm-qos', 'pm-tools' and 'pm-docs'
Rafael J. Wysocki
2022-07-29
16
-680
/
+1255
|
|
\
\
\
\
\
|
|
|
|
|
*
|
Documentation: PM: Drop pme_interrupt reference
Mario Limonciello
2022-07-08
1
-1
/
+1
|
|
|
|
*
|
|
pm-graph v5.9
Todd Brandt
2022-07-15
4
-186
/
+360
|
|
|
*
|
|
|
PM: QoS: Add check to make sure CPU freq is non-negative
Shivnandan Kumar
2022-07-26
1
-2
/
+2
|
|
*
|
|
|
|
Merge tag 'devfreq-next-for-5.20' of git://git.kernel.org/pub/scm/linux/kerne...
Rafael J. Wysocki
2022-07-18
10
-491
/
+892
|
|
|
\
\
\
\
\
[next]