Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
199b7f84c428d90e1858dafa583f7b1d587cbeb8
/
drivers
/
cpufreq
/
imx6q-cpufreq.c
fcd300c
cpufreq: imx6q: Use .register_em() to register with energy model
by Viresh Kumar
· 3 years, 5 months ago
ded10c4
cpufreq: imx6q: Unconditionally call dev_pm_opp_of_remove_table()
by Viresh Kumar
· 4 years, 4 months ago
0e0ffa8
OPP: refactor dev_pm_opp_of_register_em() and update related drivers
by Lukasz Luba
· 4 years, 7 months ago
74a189e
cpufreq: imx6q-cpufreq: Improve the logic of -EPROBE_DEFER handling
by Anson Huang
· 4 years, 10 months ago
4bd8459
cpufreq: imx6q: read OCOTP through nvmem for imx6q
by Peng Fan
· 4 years, 10 months ago
3646f50
cpufreq: imx6q: fix error handling
by Peng Fan
· 4 years, 10 months ago
36eb7dc
cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL
by Christoph Niedermaier
· 4 years, 11 months ago
918e162
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 5 years ago
c4dcc8a
cpufreq: Make cpufreq_generic_init() return void
by Viresh Kumar
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
ddb64c5
cpufreq: imx6q: fix possible object reference leak
by Wen Yang
· 6 years ago
1271d6d
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 6 years ago
3ad63a6
cpufreq: imx6q: Register an Energy Model
by Yangtao Li
· 6 years ago
4b49886
cpufreq: imx6q: Use auto-registration of thermal cooling device
by Amit Kucheria
· 6 years ago
cccf6ae
cpufreq: imx6q: save one condition block for normal case of nvmem read
by Anson Huang
· 6 years ago
58ad4e6
cpufreq: imx6q: remove unused code
by Anson Huang
· 6 years ago
6ef28a0
cpufreq: imx6q: add return value check for voltage scale
by Anson Huang
· 6 years ago
2733fb0
cpufreq: imx6q: read OCOTP through nvmem for imx6ul/imx6ull
by Anson Huang
· 6 years ago
a1d0015
cpufreq: imx6q/thermal: imx: register cooling device depending on OF
by Bastian Stender
· 7 years ago
d09fcec
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
0aa9abd
cpufreq: imx6q: check speed grades for i.MX6ULL
by Sébastien Szymanski
· 7 years ago
8d768cd
cpufreq: imx6q: Find max freq from frequency table itself
by Viresh Kumar
· 7 years ago
d040473
arm: imx: Add MODULE_ALIAS for cpufreq
by Nicolas Chauvet
· 7 years ago
5028f5d
cpufreq: imx6q: add 696MHz operating point for i.mx6ul
by Anson Huang
· 7 years ago
2332bd0
cpufreq: imx6q: switch to Use clk_bulk_get() to refine clk operations
by Dong Aisheng
· 7 years ago
ccc153a
cpufreq: imx6q: fix speed grading regression on i.MX6 QuadPlus
by Lucas Stach
· 7 years ago
2b3d58a
cpufreq: imx6q: Move speed grading check to cpufreq driver
by Fabio Estevam
· 7 years ago
fded5fc
cpufreq: imx6q: Fix imx6sx low frequency support
by Leonard Crestez
· 7 years ago
3fafb4e
cpufreq: imx6q: imx6ull should use the same flow as imx6ul
by Octavian Purdila
· 8 years ago
eafca85
cpufreq: imx6q: Fix error handling code
by Christophe Jaillet
· 8 years ago
5aa1599
cpufreq: imx6q: Set max suspend_freq to avoid changes during suspend
by Leonard Crestez
· 8 years ago
54cad2f
cpufreq: imx6q: Fix handling EPROBE_DEFER from regulator
by Irina Tirdea
· 8 years ago
8a31d9d9
PM / OPP: Update OPP users to put reference
by Viresh Kumar
· 8 years ago
394f716
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 9 years ago
a35fc5a
cpufreq: imx: update the clock switch flow to support imx6ul
by Bai Ping
· 9 years ago
8f8d37b
PM / OPP: Prefix exported opp routines with dev_pm_opp_
by Viresh Kumar
· 9 years ago
f0489a5
PM / OPP: Rename opp init/free table routines
by Viresh Kumar
· 9 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
cc87b8a
imx6q: free OPP table created during ->init()
by Viresh Kumar
· 10 years ago
30f51f2
cpufreq: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
22d0628
cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulator
by Anson Huang
· 11 years ago
5ee73eb
cpufreq: imx6q: Remove unused include
by Philipp Zabel
· 11 years ago
f8269c1
cpufreq: imx6q: Drop devm_clk/regulator_get usage
by Philipp Zabel
· 11 years ago
979d86f
cpufreq: Remove cpufreq_generic_exit()
by Viresh Kumar
· 11 years ago
652ed95
cpufreq: introduce cpufreq_generic_get() routine
by Viresh Kumar
· 11 years ago
ae6b427
cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag
by Viresh Kumar
· 11 years ago
20b7cbe
cpufreq: imx6q: add of_init_opp_table
by John Tobias
· 11 years ago
b4573d1d
cpufreq: imx6q: correct VDDSOC/PU voltage scaling when cpufreq is changed
by Anson Huang
· 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
17922dd
cpufreq: imx6q: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
5e62178
cpufreq: imx6q: don't initialize part of policy set by core
by Viresh Kumar
· 11 years ago
4f6ba38
cpufreq: imx6q: Use generic cpufreq routines
by Viresh Kumar
· 11 years ago
9ff4a80
cpufreq: imx6q: use cpufreq_table_validate_and_show()
by Viresh Kumar
· 11 years ago
b494b48
cpufreq: imx6q-cpufreq: assign cpu_dev correctly to cpu0 device
by Sudeep KarkadaNagesha
· 11 years ago
f7b2ed43
Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
fae19b8
cpufreq: imx6q: Fix clock enable balance
by Sascha Hauer
· 11 years ago
cdc58d6
cpufreq: imx6q-cpufreq: remove device tree parsing for cpu nodes
by Sudeep KarkadaNagesha
· 12 years ago
5a571c3
cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 12 years ago
b43a7ff
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
by Viresh Kumar
· 12 years ago
3a3656d
imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()
by Wei Yongjun
· 12 years ago
1dd538f
cpufreq: add imx6q-cpufreq driver
by Shawn Guo
· 12 years ago