summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/imx6q-cpufreq.c
AgeCommit message (Expand)Author
2024-01-23cpufreq: imx6: use regmap to read ocotp registertianyu2
2023-11-23cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarilyChristoph Niedermaier
2023-07-20cpufreq: imx6q: Convert to platform remove callback returning voidYangtao Li
2023-05-15cpufreq: imx6q: don't warn for disabling a non-existing frequencyChristoph Niedermaier
2023-03-13cpufreq: Use of_property_present() for testing DT property presenceRob Herring
2022-10-18cpufreq: imx6q: Switch to use dev_err_probe() helperYang Yingliang
2021-08-12cpufreq: imx6q: Use .register_em() to register with energy modelViresh Kumar
2020-09-10cpufreq: imx6q: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar
2020-06-24OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba
2020-03-17cpufreq: imx6q-cpufreq: Improve the logic of -EPROBE_DEFER handlingAnson Huang
2020-03-03cpufreq: imx6q: read OCOTP through nvmem for imx6qPeng Fan
2020-03-03cpufreq: imx6q: fix error handlingPeng Fan
2020-02-12cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULLChristoph Niedermaier
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-08cpufreq: imx6q: fix possible object reference leakWen Yang
2019-03-04Merge branch 'pm-opp'Rafael J. Wysocki
2019-02-07cpufreq: imx6q: Register an Energy ModelYangtao Li
2019-01-30cpufreq: imx6q: Use auto-registration of thermal cooling deviceAmit Kucheria
2018-11-29cpufreq: imx6q: save one condition block for normal case of nvmem readAnson Huang
2018-11-29cpufreq: imx6q: remove unused codeAnson Huang
2018-11-07cpufreq: imx6q: add return value check for voltage scaleAnson Huang
2018-10-08cpufreq: imx6q: read OCOTP through nvmem for imx6ul/imx6ullAnson Huang
2018-07-02cpufreq: imx6q/thermal: imx: register cooling device depending on OFBastian Stender
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-11cpufreq: imx6q: check speed grades for i.MX6ULLSébastien Szymanski
2018-03-20cpufreq: imx6q: Find max freq from frequency table itselfViresh Kumar
2018-02-08arm: imx: Add MODULE_ALIAS for cpufreqNicolas Chauvet
2018-01-10cpufreq: imx6q: add 696MHz operating point for i.mx6ulAnson Huang
2017-12-28cpufreq: imx6q: switch to Use clk_bulk_get() to refine clk operationsDong Aisheng
2017-12-18cpufreq: imx6q: fix speed grading regression on i.MX6 QuadPlusLucas Stach
2017-10-11cpufreq: imx6q: Move speed grading check to cpufreq driverFabio Estevam
2017-08-29cpufreq: imx6q: Fix imx6sx low frequency supportLeonard Crestez
2017-06-24cpufreq: imx6q: imx6ull should use the same flow as imx6ulOctavian Purdila
2017-04-19cpufreq: imx6q: Fix error handling codeChristophe Jaillet
2017-04-19cpufreq: imx6q: Set max suspend_freq to avoid changes during suspendLeonard Crestez
2017-04-19cpufreq: imx6q: Fix handling EPROBE_DEFER from regulatorIrina Tirdea
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar
2015-11-02Merge branch 'pm-opp'Rafael J. Wysocki
2015-09-26cpufreq: imx: update the clock switch flow to support imx6ulBai Ping
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar
2015-09-15PM / OPP: Rename opp init/free table routinesViresh Kumar
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-01imx6q: free OPP table created during ->init()Viresh Kumar
2014-10-20cpufreq: drop owner assignment from platform_driversWolfram Sang
2014-07-21cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulatorAnson Huang
2014-05-17cpufreq: imx6q: Remove unused includePhilipp Zabel
2014-05-17cpufreq: imx6q: Drop devm_clk/regulator_get usagePhilipp Zabel