index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
devfreq
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-08
Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-16
/
+27
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2022-08-03
Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Rafael J. Wysocki
2
-16
/
+27
2022-07-16
Merge tag 'icc-5.20-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-0
/
+1
2022-07-15
PM / devfreq: imx: Register i.MX8MP interconnect device
Peng Fan
1
-0
/
+1
2022-07-15
PM / devfreq: tegra30: Add error message for devm_devfreq_add_device()
Dmitry Osipenko
1
-1
/
+3
2022-07-15
PM / devfreq: imx-bus: use NULL to pass a null pointer rather than zero
Colin Ian King
1
-1
/
+1
2022-07-15
PM / devfreq: shut up kernel-doc warnings
Mauro Carvalho Chehab
1
-0
/
+4
2022-07-15
PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver
Johnson Wang
3
-0
/
+451
2022-07-12
PM / devfreq: tegra30: Register config_clks helper
Viresh Kumar
1
-3
/
+19
2022-07-08
OPP: Migrate set-regulators API to use set-config helpers
Viresh Kumar
1
-12
/
+7
2022-07-08
OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list
Viresh Kumar
1
-2
/
+2
2022-07-08
PM / devfreq: exynos-bus: Fix NULL pointer dereference
Christian Marangi
1
-3
/
+3
2022-06-30
PM / devfreq: passive: revert an editing accident in SPDX-License line
Lukas Bulwahn
1
-1
/
+1
2022-06-30
PM / devfreq: Fix kernel warning with cpufreq passive register fail
Christian Marangi
1
-1
/
+0
2022-06-30
PM / devfreq: Rework freq_table to be local to devfreq struct
Christian Marangi
2
-44
/
+41
2022-06-30
PM / devfreq: exynos-ppmu: Fix refcount leak in of_get_devfreq_events
Miaoqian Lin
1
-2
/
+6
2022-06-30
PM / devfreq: passive: Use HZ_PER_KHZ macro in units.h
Yicong Yang
1
-2
/
+1
2022-06-30
PM / devfreq: Fix cpufreq passive unregister erroring on PROBE_DEFER
Christian 'Ansuel' Marangi
1
-22
/
+17
2022-06-30
PM / devfreq: Mute warning on governor PROBE_DEFER
Christian 'Ansuel' Marangi
1
-2
/
+3
2022-06-30
PM / devfreq: Fix kernel panic with cpu based scaling to passive gov
Christian 'Ansuel' Marangi
1
-2
/
+1
2022-05-19
PM / devfreq: passive: Return non-error when not-supported event is required
Chanwoo Choi
1
-1
/
+1
2022-05-17
PM / devfreq: passive: Keep cpufreq_policy for possible cpus
Chanwoo Choi
2
-16
/
+62
2022-05-17
PM / devfreq: passive: Reduce duplicate code when passive_devfreq case
Chanwoo Choi
1
-58
/
+8
2022-05-17
PM / devfreq: Add cpu based scaling support to passive governor
Saravana Kannan
2
-12
/
+308
2022-05-17
PM / devfreq: Export devfreq_get_freq_range symbol within devfreq
Chanwoo Choi
2
-8
/
+14
2022-05-09
PM / devfreq: rk3399_dmc: Block PMU during transitions
Brian Norris
1
-0
/
+13
2022-04-14
PM / devfreq: rk3399_dmc: Avoid static (reused) profile
Brian Norris
1
-9
/
+9
2022-04-14
PM / devfreq: rk3399_dmc: Use devm_pm_opp_of_add_table()
Brian Norris
1
-11
/
+3
2022-04-14
PM / devfreq: rk3399_dmc: Disable edev on remove()
Brian Norris
1
-0
/
+2
2022-04-14
PM / devfreq: rk3399_dmc: Support new *-ns properties
Brian Norris
1
-35
/
+50
2022-04-14
PM / devfreq: rk3399_dmc: Support new disable-freq properties
Brian Norris
1
-4
/
+47
2022-04-14
PM / devfreq: rk3399_dmc: Use bitfield macro definitions for ODT_PD
Brian Norris
1
-19
/
+24
2022-04-14
PM / devfreq: rk3399_dmc: Drop excess timing properties
Brian Norris
1
-115
/
+29
2022-04-14
PM / devfreq: rk3399_dmc: Drop undocumented ondemand DT props
Brian Norris
1
-4
/
+2
2021-12-16
PM / devfreq: Reduce log severity for informative message
Tzung-Bi Shih
1
-2
/
+2
2021-12-16
PM / devfreq: sun8i: addd COMMON_CLK dependency
Arnd Bergmann
1
-0
/
+1
2021-12-10
PM / devfreq: Add a driver for the sun8i/sun50i MBUS
Samuel Holland
3
-0
/
+520
2021-11-10
Merge branches 'pm-opp' and 'pm-cpufreq'
Rafael J. Wysocki
3
-62
/
+76
2021-10-27
PM / devfreq: Strengthen check for freq_table
Samuel Holland
1
-1
/
+1
2021-10-27
devfreq: exynos-ppmu: simplify parsing event-type from DT
Krzysztof Kozlowski
1
-4
/
+1
2021-10-27
devfreq: exynos-ppmu: use node names with hyphens
Krzysztof Kozlowski
1
-1
/
+6
2021-10-05
PM / devfreq: tegra30: Check whether clk_round_rate() returns zero rate
Dmitry Osipenko
1
-2
/
+2
2021-10-05
PM / devfreq: tegra30: Use resource-managed helpers
Dmitry Osipenko
1
-61
/
+46
2021-10-05
PM / devfreq: Add devm_devfreq_add_governor()
Dmitry Osipenko
2
-0
/
+29
2021-09-08
devfreq: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-06-24
PM / devfreq: passive: Fix get_target_freq when not using required-opp
Chanwoo Choi
1
-1
/
+2
2021-06-17
PM / devfreq: userspace: Use DEVICE_ATTR_RW macro
YueHaibing
1
-5
/
+5
2021-05-21
PM / devfreq: imx8m-ddrc: Remove DEVFREQ_GOV_SIMPLE_ONDEMAND dependency
Dong Aisheng
1
-1
/
+0
2021-05-21
PM / devfreq: tegra30: Support thermal cooling
Dmitry Osipenko
1
-0
/
+1
[next]