Age | Commit message (Expand) | Author | Files | Lines |
2020-06-24 | OPP: refactor dev_pm_opp_of_register_em() and update related drivers | Lukasz Luba | 1 | -1/+1 |
2020-03-17 | cpufreq: imx6q-cpufreq: Improve the logic of -EPROBE_DEFER handling | Anson Huang | 1 | -5/+3 |
2020-03-03 | cpufreq: imx6q: read OCOTP through nvmem for imx6q | Peng Fan | 1 | -29/+38 |
2020-03-03 | cpufreq: imx6q: fix error handling | Peng Fan | 1 | -4/+5 |
2020-02-12 | cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL | Christoph Niedermaier | 1 | -0/+3 |
2019-07-18 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -4/+2 |
2019-07-16 | cpufreq: Make cpufreq_generic_init() return void | Viresh Kumar | 1 | -4/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-04-08 | cpufreq: imx6q: fix possible object reference leak | Wen Yang | 1 | -2/+2 |
2019-03-04 | Merge branch 'pm-opp' | Rafael J. Wysocki | 1 | -0/+1 |
2019-02-07 | cpufreq: imx6q: Register an Energy Model | Yangtao Li | 1 | -0/+1 |
2019-01-31 | cpufreq: imx6q: Use auto-registration of thermal cooling device | Amit Kucheria | 1 | -22/+2 |
2018-11-30 | cpufreq: imx6q: save one condition block for normal case of nvmem read | Anson Huang | 1 | -2/+3 |
2018-11-30 | cpufreq: imx6q: remove unused code | Anson Huang | 1 | -9/+3 |
2018-11-07 | cpufreq: imx6q: add return value check for voltage scale | Anson Huang | 1 | -1/+6 |
2018-10-08 | cpufreq: imx6q: read OCOTP through nvmem for imx6ul/imx6ull | Anson Huang | 1 | -17/+35 |
2018-07-02 | cpufreq: imx6q/thermal: imx: register cooling device depending on OF | Bastian Stender | 1 | -0/+21 |
2018-06-13 | Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -6/+23 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -1/+2 |
2018-06-11 | cpufreq: imx6q: check speed grades for i.MX6ULL | Sébastien Szymanski | 1 | -6/+23 |
2018-03-20 | cpufreq: imx6q: Find max freq from frequency table itself | Viresh Kumar | 1 | -3/+4 |
2018-02-08 | arm: imx: Add MODULE_ALIAS for cpufreq | Nicolas Chauvet | 1 | -0/+1 |
2018-01-10 | cpufreq: imx6q: add 696MHz operating point for i.mx6ul | Anson Huang | 1 | -1/+45 |
2017-12-28 | cpufreq: imx6q: switch to Use clk_bulk_get() to refine clk operations | Dong Aisheng | 1 | -69/+56 |
2017-12-18 | cpufreq: imx6q: fix speed grading regression on i.MX6 QuadPlus | Lucas Stach | 1 | -5/+6 |
2017-10-11 | cpufreq: imx6q: Move speed grading check to cpufreq driver | Fabio Estevam | 1 | -20/+65 |
2017-08-29 | cpufreq: imx6q: Fix imx6sx low frequency support | Leonard Crestez | 1 | -0/+9 |
2017-06-24 | cpufreq: imx6q: imx6ull should use the same flow as imx6ul | Octavian Purdila | 1 | -2/+4 |
2017-04-20 | cpufreq: imx6q: Fix error handling code | Christophe Jaillet | 1 | -1/+1 |
2017-04-20 | cpufreq: imx6q: Set max suspend_freq to avoid changes during suspend | Leonard Crestez | 1 | -1/+7 |
2017-04-20 | cpufreq: imx6q: Fix handling EPROBE_DEFER from regulator | Irina Tirdea | 1 | -0/+7 |
2017-01-30 | PM / OPP: Update OPP users to put reference | Viresh Kumar | 1 | -5/+5 |
2015-11-02 | Merge branch 'pm-opp' | Rafael J. Wysocki | 1 | -3/+3 |
2015-09-26 | cpufreq: imx: update the clock switch flow to support imx6ul | Bai Ping | 1 | -5/+45 |
2015-09-15 | PM / OPP: Prefix exported opp routines with dev_pm_opp_ | Viresh Kumar | 1 | -3/+3 |
2015-09-15 | PM / OPP: Rename opp init/free table routines | Viresh Kumar | 1 | -3/+3 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-12-01 | imx6q: free OPP table created during ->init() | Viresh Kumar | 1 | -1/+10 |
2014-10-20 | cpufreq: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-07-21 | cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulator | Anson Huang | 1 | -14/+21 |
2014-05-17 | cpufreq: imx6q: Remove unused include | Philipp Zabel | 1 | -1/+0 |
2014-05-17 | cpufreq: imx6q: Drop devm_clk/regulator_get usage | Philipp Zabel | 1 | -14/+39 |
2014-03-12 | cpufreq: Remove cpufreq_generic_exit() | Viresh Kumar | 1 | -1/+0 |
2014-01-17 | cpufreq: introduce cpufreq_generic_get() routine | Viresh Kumar | 1 | -6/+2 |
2014-01-06 | cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag | Viresh Kumar | 1 | -0/+1 |
2014-01-06 | cpufreq: imx6q: add of_init_opp_table | John Tobias | 1 | -4/+17 |
2014-01-06 | cpufreq: imx6q: correct VDDSOC/PU voltage scaling when cpufreq is changed | Anson Huang | 1 | -29/+77 |
2013-10-31 | cpufreq: move freq change notifications to cpufreq core | Viresh Kumar | 1 | -22/+15 |
2013-10-26 | cpufreq: Implement light weight ->target_index() routine | Viresh Kumar | 1 | -15/+2 |
2013-10-26 | Merge back earlier 'pm-cpufreq' material. | Rafael J. Wysocki | 1 | -33/+4 |