Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
863653fed0f449fb738295255cc834b271cfa088
/
drivers
/
cpufreq
/
cpufreq-dt.c
17ad13b
cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invocation
by Markus Elfring
· 10 years ago
ff23ab2
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
by Rafael J. Wysocki
· 10 years ago
62a041a
cpufreq-dt: defer probing if OPP table is not ready
by Dmitry Torokhov
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
2f0f609
cpufreq-dt: free OPP table created during ->init()
by Viresh Kumar
· 10 years ago
9a00442
cpufreq-dt: register cooling device from ->ready() callback
by Viresh Kumar
· 10 years ago
d3a10c1
cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()
by Viresh Kumar
· 10 years ago
edd52b1
cpufreq: cpufreq-dt: Move newline to end of error message
by Geert Uytterhoeven
· 10 years ago
8197bb1
cpufreq: cpufreq-dt: Handle regulator_get_voltage() failure
by Stefan Wahren
· 10 years ago
0a1e879
cpufreq: cpufreq-dt: Improve debug about matching OPP
by Stefan Wahren
· 10 years ago
7179621
cpufreq: cpufreq-dt: Fix arguments in clock failure error message
by Abhilash Kesavan
· 10 years ago
a8a93c6
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
c81407f
cpufreq: cpufreq-dt: Restore default cpumask_setall(policy->cpus)
by Geert Uytterhoeven
· 10 years ago
045ee45
cpufreq: cpufreq-dt: disable unsupported OPPs
by Lucas Stach
· 10 years ago
a00de1a
cpufreq: cpufreq-dt: adjust message related to regulators
by Thomas Petazzoni
· 10 years ago
34e5a52
cpufreq: cpufreq-dt: extend with platform_data
by Thomas Petazzoni
· 10 years ago
30f51f2
cpufreq: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
f9739d2
cpufreq: cpufreq-dt: fix potential double put of cpu OF node
by Lucas Stach
· 10 years ago
bbcf071
cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'
by Viresh Kumar
· 10 years ago
[Renamed (90%) from drivers/cpufreq/cpufreq-cpu0.c]
95b6105
cpufreq: cpu0: Make allocate_resources() work for any CPU
by Viresh Kumar
· 10 years ago
2d2c5e0
cpufreq: cpu0: try regulators with name "cpu-supply"
by Viresh Kumar
· 10 years ago
d2f31f1
cpufreq: cpu0: Move per-cluster initialization code to ->init()
by Viresh Kumar
· 10 years ago
fbd48ca
cpufreq: cpu0: use dev_{err|warn|dbg} instead of pr_{err|warn|debug}
by Viresh Kumar
· 10 years ago
48a8624
cpufreq: cpu0: print relevant error when we defer probe
by Viresh Kumar
· 10 years ago
ed4b053
cpufreq: cpu0: don't validate clock on clk_put()
by Viresh Kumar
· 10 years ago
748c876
cpufreq: cpu0: Update Module Author
by Viresh Kumar
· 10 years ago
713a3fa
cpufreq: cpu0: Do not print error message when deferring
by Markus Pargmann
· 10 years ago
1bf8cc3
cpufreq: cpu0: OPPs can be populated at runtime
by Viresh Kumar
· 10 years ago
93575b7
cpufreq: Mark CPU0 driver with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag
by Viresh Kumar
· 11 years ago
e3beb0a
cpufreq: cpu0: drop wrong devm usage
by Lucas Stach
· 11 years ago
979d86f
cpufreq: Remove cpufreq_generic_exit()
by Viresh Kumar
· 11 years ago
9146657
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 11 years ago
652ed95
cpufreq: introduce cpufreq_generic_get() routine
by Viresh Kumar
· 11 years ago
2209b0c
cpufreq: cpufreq-cpu0: clk_round_rate() can return a zero upon error
by Paul Walmsley
· 11 years ago
77cff59
cpufreq: cpufreq-cpu0: add dt node parsing for cooling device properties
by Eduardo Valentin
· 11 years ago
d4019f0
cpufreq: move freq change notifications to cpufreq core
by Viresh Kumar
· 11 years ago
9c0ebcf
cpufreq: Implement light weight ->target_index() routine
by Viresh Kumar
· 11 years ago
6ddee42
Merge back earlier 'pm-cpufreq' material.
by Rafael J. Wysocki
· 11 years ago
e4db1c7
PM / OPP: rename header to linux/pm_opp.h
by Nishanth Menon
· 11 years ago
47d43ba
PM / OPP: rename data structures to dev_pm equivalents
by Nishanth Menon
· 11 years ago
5d4879c
PM / OPP: rename functions to dev_pm_opp*
by Nishanth Menon
· 11 years ago
78b3d10
cpufreq: cpufreq-cpu0: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
179b889
cpufreq: cpu0: don't initialize part of policy set by core too
by Viresh Kumar
· 11 years ago
f793d79
cpufreq: cpufreq-cpu0: Use generic cpufreq routines
by Viresh Kumar
· 11 years ago
7a90684
cpufreq: cpufreq-cpu0: use cpufreq_table_validate_and_show()
by Viresh Kumar
· 11 years ago
43c638e
cpufreq: cpufreq-cpu0: NULL is a valid regulator, part 2
by Philipp Zabel
· 11 years ago
e1825b2
cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 device
by Sudeep KarkadaNagesha
· 11 years ago
40031da
Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
09198f8
Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-next
by Rafael J. Wysocki
· 11 years ago
f837a9b
cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodes
by Sudeep KarkadaNagesha
· 12 years ago
4a511de
cpufreq: cpufreq-cpu0: NULL is a valid regulator
by Mark Brown
· 11 years ago
7d74897
cpufreq: cpufreq-cpu0: Use devm_regulator_get_optional()
by Mark Brown
· 11 years ago
0ca6843
cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate()
by Guennadi Liakhovetski
· 12 years ago
5aaa9cc
cpufreq: cpufreq-cpu0: Free parent node for error cases
by Viresh Kumar
· 12 years ago
fc31d6f
cpufreq: cpufreq-cpu0: defer probe when regulator is not ready
by Nishanth Menon
· 12 years ago
885f925
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 12 years ago
141b467
cpufreq: cpu0: Put cpu parent node after using it
by Viresh Kumar
· 12 years ago
b43a7ff
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
by Viresh Kumar
· 12 years ago
fd143b4
cpufreq: cpufreq-cpu0: Call CPUFREQ_POSTCHANGE notifier for failure cases too
by Viresh Kumar
· 12 years ago
746b3df
cpufreq: cpufreq-cpu0: No need to check cpu number in init()
by Viresh Kumar
· 12 years ago
f5c3ef2
cpufreq: check OF node /cpus presence before dereferencing it
by Paolo Pisati
· 12 years ago
5df6055
cpufreq: Fix unsigned variable being checked for negative value
by jhbird.choi@samsung.com
· 12 years ago
62b36cc
cpufreq: Remove unnecessary use of policy->shared_type
by Viresh Kumar
· 12 years ago
5553f9e
cpufreq: instantiate cpufreq-cpu0 as a platform_driver
by Shawn Guo
· 12 years ago
6754f55
cpufreq / highbank: add support for highbank cpufreq
by Mark Langsdorf
· 12 years ago
78e8eb8
cpufreq: cpufreq-cpu0: use RCU locks around usage of OPP
by Nishanth Menon
· 12 years ago
c5fa4ab
cpufreq: remove use of __devinit
by Bill Pemberton
· 12 years ago
95ceafd
cpufreq: Add a generic cpufreq-cpu0 driver
by Shawn Guo
· 12 years ago