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
/
cpufreq
/
s5pv210-cpufreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-07
cpufreq: s3c: fix unbalances of cpufreq policy refcount
chenqiwu
1
-1
/
+10
2019-07-18
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-1
/
+2
2019-07-16
cpufreq: Make cpufreq_generic_init() return void
Viresh Kumar
1
-1
/
+2
2019-07-08
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-1
/
+1
2019-06-24
cpufreq: s5pv210: Don't flood kernel log after cpufreq change
Paweł Chmiel
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-07
cpufreq: s5pv210: Defer probe if getting regulators fail
Paweł Chmiel
1
-19
/
+48
2018-09-10
cpufreq: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2017-07-26
cpufreq: s5pv210: add missing of_node_put()
Julia Lawall
1
-0
/
+3
2016-08-01
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-34
/
+34
2016-07-07
cpufreq: Reuse new freq-table helpers
Viresh Kumar
1
-2
/
+1
2016-06-22
cpufreq: s5pv210: use relaxed IO accesors
Ben Dooks
1
-34
/
+34
2016-06-09
cpufreq: Return index from cpufreq_frequency_table_target()
Viresh Kumar
1
-5
/
+2
2016-06-09
cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
Viresh Kumar
1
-2
/
+1
2016-04-09
cpufreq: Use consistent prefixing via pr_fmt
Joe Perches
1
-2
/
+4
2016-04-09
cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-2
/
+2
2016-01-25
cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2015-11-05
cpufreq: s5pv210-cpufreq: fix wrong do_div() usage
Nicolas Pitre
1
-2
/
+2
2015-06-16
drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...
Paul Gortmaker
1
-1
/
+1
2014-10-20
cpufreq: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-03
cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'
Viresh Kumar
1
-1
/
+1
2014-08-28
cpufreq: s5pv210: Remove spurious __init annotation
Mark Brown
1
-1
/
+1
2014-07-19
cpufreq: s5pv210: Make the driver multiplatform aware
Tomasz Figa
1
-9
/
+122
2014-05-27
cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSE
Paul Bolle
1
-4
/
+2
2014-04-07
cpufreq: create another field .flags in cpufreq_frequency_table
Viresh Kumar
1
-6
/
+6
2014-03-06
cpufreq: s5pv210: Use cpufreq_generic_suspend()
Viresh Kumar
1
-46
/
+3
2014-01-17
cpufreq: introduce cpufreq_generic_get() routine
Viresh Kumar
1
-15
/
+6
2014-01-06
cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag
Viresh Kumar
1
-1
/
+1
2013-10-31
cpufreq: move freq change notifications to cpufreq core
Viresh Kumar
1
-10
/
+6
2013-10-25
cpufreq: Implement light weight ->target_index() routine
Viresh Kumar
1
-40
/
+14
2013-10-16
cpufreq: s5pv210: use cpufreq_generic_init()
Viresh Kumar
1
-3
/
+1
2013-10-16
cpufreq: s5pv210: don't initialize part of policy set by core
Viresh Kumar
1
-2
/
+0
2013-10-16
cpufreq: s5pv210: Use generic cpufreq routines
Viresh Kumar
1
-9
/
+1
2013-09-30
cpufreq: s5pv210: use cpufreq_table_validate_and_show()
Viresh Kumar
1
-3
/
+1
2013-04-02
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
Viresh Kumar
1
-3
/
+2
2011-07-13
[CPUFREQ] s5pv210: make needlessly global symbols static
Axel Lin
1
-2
/
+2
2011-07-13
[CPUFREQ] S5PV210: Add reboot notifier to prevent system hang
Huisung Kang
1
-0
/
+19
2011-07-13
[CPUFREQ] S5PV210: Adjust udelay prior to voltage scaling down
Todd Poynor
1
-2
/
+2
2011-07-13
[CPUFREQ] S5PV210: Lock a mutex while changing the cpu frequency
Arve Hjønnevåg
1
-9
/
+19
2011-07-13
[CPUFREQ] S5PV210: Add pm_notifier to prevent system unstable
Huisung Kang
1
-0
/
+34
2011-07-13
[CPUFREQ] S5PV210: Add arm/int voltage control support
Jonghwan Choi
1
-3
/
+68
2011-07-13
[CPUFREQ] S5PV210: Add additional symantics for "relation" in cpufreq with pm
Huisung Kang
1
-0
/
+28
2011-07-13
[CPUFREQ] s5pv210-cpufreq.c: Add missing clk_put
Julia Lawall
1
-8
/
+17
2011-07-13
[CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/
Kukjin Kim
1
-0
/
+484