Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6a54da4f7e9ee0e863c7a1c2eab67e61aca10098
/
drivers
/
devfreq
0a06f59
PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
by Dmitry Osipenko
· 5 years ago
c673faa
PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency
by Chanwoo Choi
· 5 years ago
b110cf2
PM / devfreq: Check NULL governor in available_governors_show
by Leonard Crestez
· 5 years ago
ce13d56
PM / devfreq: Don't fail devfreq_dev_release if not in list
by Leonard Crestez
· 5 years ago
b99f20c
PM / devfreq: Lock devfreq in trans_stat_show
by Leonard Crestez
· 5 years ago
b17539c
PM / devfreq: passive: fix compiler warning
by MyungJoo Ham
· 5 years ago
4ebe3a8
PM / devfreq: exynos-bus: Correct clock enable sequence
by Kamil Konieczny
· 5 years ago
d1e9aa3
PM / devfreq: passive: Use non-devm notifiers
by Leonard Crestez
· 5 years ago
715f7e3
PM / devfreq: Fix potential NULL pointer dereference in governor_store
by Gustavo A. R. Silva
· 7 years ago
b3685e8
PM / devfreq: Propagate error from devfreq_add_device()
by Bjorn Andersson
· 7 years ago
f5c3fd8
PM / devfreq: Fix memory leak when fail to register device
by Chanwoo Choi
· 7 years ago
fe8f92c
PM / devfreq: Fix wrong trans_stat of passive devfreq device
by Chanwoo Choi
· 8 years ago
2294b77
PM / devfreq: Fix available_governor sysfs
by Chanwoo Choi
· 8 years ago
ebdfcaa
PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL
by Chanwoo Choi
· 8 years ago
7959835
PM / devfreq: exynos-bus: Fix the wrong return value
by Chanwoo Choi
· 8 years ago
d0563a0
PM / devfreq: Skip status update on uninitialized previous_freq
by Tobias Jakobi
· 8 years ago
0f376c9
PM / devfreq: Add proper locking around list_del()
by Axel Lin
· 8 years ago
3b91f4b
PM / devfreq: exynos-nocp: Remove redundant code
by Axel Lin
· 8 years ago
69e67a0
PM / devfreq: exynos-nocp: Select REGMAP_MMIO
by Axel Lin
· 8 years ago
da4a644
PM / devfreq: rk3399_dmc: Remove explictly regulator_put call in .remove
by Axel Lin
· 8 years ago
54dec69
PM / devfreq: rockchip: add PM_DEVFREQ_EVENT dependency
by Arnd Bergmann
· 8 years ago
290128a
partial revert of "PM / devfreq: Add COMPILE_TEST for build coverage"
by Stephen Rothwell
· 8 years ago
5a893e3
PM / devfreq: rockchip: add devfreq driver for rk3399 dmc
by Lin Huang
· 8 years ago
b9d1262
PM / devfreq: event: support rockchip dfi controller
by Lin Huang
· 8 years ago
989a0fc
PM / devfreq: fix Kconfig indent style
by Jisheng Zhang
· 8 years ago
797da55
PM / devfreq: Add COMPILE_TEST for build coverage
by Krzysztof Kozlowski
· 8 years ago
0b38ed3
PM / devfreq: exynos-ppmu: remove unneeded of_node_put()
by Wei Yongjun
· 8 years ago
d8150d1
PM / devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 8 years ago
3427c6f
PM / devfreq: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 8 years ago
99e65ae
PM / devfreq: exynos-ppmu: fix error path in exynos_ppmu_probe()
by Bartlomiej Zolnierkiewicz
· 8 years ago
c07e074
PM / devfreq: exynos: fix error path in exynos_bus_probe()
by Bartlomiej Zolnierkiewicz
· 8 years ago
a63eb1a
PM / devfreq: make event/exynos-ppmu DEVFREQ_EVENT_EXYNOS_PPMU tristate
by Paul Gortmaker
· 8 years ago
64cb7f6
PM / devfreq: make event/exynos-nocp DEVFREQ_EVENT_EXYNOS_NOCP tristate
by Paul Gortmaker
· 8 years ago
5b3c316
PM / devfreq: make exynos-bus ARM_EXYNOS_BUS_DEVFREQ tristate
by Paul Gortmaker
· 8 years ago
e32363b
PM / devfreq: make devfreq-event explicitly non-modular
by Paul Gortmaker
· 8 years ago
417dc4b
PM / devfreq: make devfreq explicitly non-modular
by Paul Gortmaker
· 8 years ago
0d37189
PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failed
by Chanwoo Choi
· 8 years ago
8d39fc0
PM / devfreq: fix initialization of current frequency in last status
by Lukasz Luba
· 8 years ago
674789d
PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check
by Dan Carpenter
· 8 years ago
67ffdb5
PM / devfreq: remove double put_device
by MyungJoo Ham
· 8 years ago
a5e9b93
PM / devfreq: fix double call put_device
by Cai Zhiyong
· 8 years ago
ac4b281
PM / devfreq: fix duplicated kfree on devfreq pointer
by MyungJoo Ham
· 9 years ago
3e1d7fb
PM / devfreq: devm_kzalloc to have dev pointer more precisely
by MyungJoo Ham
· 9 years ago
83cb0e4
PM / devfreq: style/typo fixes
by MyungJoo Ham
· 9 years ago
19cf91d
PM / devfreq: event: Find the instance of devfreq-event device by using phandle
by Chanwoo Choi
· 9 years ago
0179a91
PM / devfreq: event: Add new Exynos NoC probe driver
by Chanwoo Choi
· 9 years ago
bfcd620
PM / devfreq: exynos: Remove unused exynos4/5 busfreq driver
by Chanwoo Choi
· 9 years ago
403e068
PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passive governor
by Chanwoo Choi
· 9 years ago
9961331
PM / devfreq: Add new passive governor
by Chanwoo Choi
· 9 years ago
0fe3a66
PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier
by Chanwoo Choi
· 9 years ago
8f510ae
PM / devfreq: Add devfreq_get_devfreq_by_phandle()
by Chanwoo Choi
· 9 years ago
0722249
PM / devfreq: exynos: Add generic exynos bus frequency driver
by Chanwoo Choi
· 9 years ago
027b693
PM / devfreq: Spelling s/frequnecy/frequency/
by Geert Uytterhoeven
· 9 years ago
dbb0c7c
PM / devfreq: tegra: Set freq in rate callback
by Tomeu Vizoso
· 9 years ago
34bd322
PM / devfreq: Do not show statistics if it's not ready.
by MyungJoo Ham
· 9 years ago
d7df1e4
PM / devfreq: Modify the indentation of trans_stat sysfs for readability
by Chanwoo Choi
· 9 years ago
0ec09ac
PM / devfreq: Set the freq_table of devfreq device
by Chanwoo Choi
· 9 years ago
3104fa3
PM / devfreq: Add show_one macro to delete the duplicate code
by Chanwoo Choi
· 9 years ago
e54916c
PM / devfreq: event: Fix the error and warning from script/checkpatch.pl
by Chanwoo Choi
· 9 years ago
df678ff
PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
by Chanwoo Choi
· 9 years ago
6d3cbfa
PM / devfreq: fix double kfree
by Geliang Tang
· 9 years ago
14a21e7
PM / devfreq: Fix governor_store()
by Tobias Jakobi
· 9 years ago
5f25f066
PM / devfreq: Fix incorrect type issue.
by Xiaolong Ye
· 9 years ago
14de390
PM / devfreq: tegra: Update governor to use devfreq_update_stats()
by MyungJoo Ham
· 9 years ago
d3b7e17
PM / devfreq: drop comment about thermal setting max_freq
by Javi Merino
· 9 years ago
08e75e7
PM / devfreq: cache the last call to get_dev_status()
by Javi Merino
· 9 years ago
9348da2
PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)
by Viresh Kumar
· 9 years ago
86fa4cd
PM / devfreq: exynos-ppmu: bit-wise operation bugfix.
by MyungJoo Ham
· 9 years ago
77fe46a
PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433
by Chanwoo Choi
· 9 years ago
358b615
PM / devfreq: tegra: Register governor on module init
by Tomeu Vizoso
· 10 years ago
34ed504
PM / devfreq: tegra: Enable interrupts after resuming the devfreq monitor
by Tomeu Vizoso
· 10 years ago
2da19b1
PM / devfreq: tegra: Set drvdata before enabling the irq
by Tomeu Vizoso
· 10 years ago
5d498b4
PM / devfreq: tegra: remove operating-points
by Tomeu Vizoso
· 10 years ago
c70eea7
PM / devfreq: tegra: Use clock rate constraints
by Tomeu Vizoso
· 10 years ago
11573e9
PM / devfreq: tegra: Update to v5 of the submitted patches
by Tomeu Vizoso
· 10 years ago
4b524f1
PM / devfreq: correct misleading comment
by MyungJoo Ham
· 10 years ago
6f240fb
PM / devfreq: event: Add const keyword for devfreq_event_ops structure
by Chanwoo Choi
· 10 years ago
c7fb90d
Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'
by Rafael J. Wysocki
· 10 years ago
04a695e
PM / devfreq: event: testing the wrong variable
by Dan Carpenter
· 10 years ago
8729123
Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
e6ee319
devfreq: Fix build break of devfreq-event class
by Chanwoo Choi
· 10 years ago
f262f28
PM / devfreq: event: Add devfreq_event class
by Chanwoo Choi
· 10 years ago
6234f38
PM / devfreq: tegra: add devfreq driver for Tegra Activity Monitor
by Tomeu Vizoso
· 10 years ago
83fe27e
rcu: Make SRCU optional by using CONFIG_SRCU
by Pranith Kumar
· 10 years ago
c4456c1
devfreq: exynos: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
81da57e
PM / devfreq: exynos: Enable building exynos PPMU as module
by Punit Agrawal
· 10 years ago
bd7e927
PM / devfreq: Export helper functions for drivers
by Ãrjan Eide
· 10 years ago
adad562
PM / devfreq: Remove ARCH_HAS_OPP completely
by Paul Bolle
· 10 years ago
78c5e0b
PM / OPP: Remove ARCH_HAS_OPP
by Mark Brown
· 10 years ago
cb7063f
PM / devfreq: remove checks for CONFIG_EXYNOS_ASV
by Paul Bolle
· 10 years ago
2456963
PM / devfreq: exynos5: Use devm_devfreq_* function using device resource management
by Chanwoo Choi
· 10 years ago
c1b13d4
PM / devfreq: exynos4: Use devm_devfreq_* function using device resource management
by Chanwoo Choi
· 10 years ago
d5b040d
PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier function
by Chanwoo Choi
· 10 years ago
8cd8409
PM / devfreq: Add resource-managed function for devfreq device
by Chanwoo Choi
· 10 years ago
585fc83
PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource free
by Chanwoo Choi
· 10 years ago
26d5185
PM / devfreq: exynos: make more PPMU code common
by Bartlomiej Zolnierkiewicz
· 11 years ago
a94f6b4
PM / devfreq: exynos5: introduce struct busfreq_ppmu_data
by Bartlomiej Zolnierkiewicz
· 11 years ago
f414527
PM / devfreq: exynos4: introduce struct busfreq_ppmu_data
by Bartlomiej Zolnierkiewicz
· 11 years ago
ba778b3
PM / devfreq: exynos4: use common PPMU code
by Chanwoo Choi
· 11 years ago
ae29fa1
PM / devfreq: exynos5: Add CONFIG_PM_OPP dependency to fix probe fail
by Chanwoo Choi
· 11 years ago
Next »