aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/imx6q-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-08arm: imx: Add MODULE_ALIAS for cpufreqNicolas Chauvet1-0/+1
2018-01-10cpufreq: imx6q: add 696MHz operating point for i.mx6ulAnson Huang1-1/+45
2017-12-28cpufreq: imx6q: switch to Use clk_bulk_get() to refine clk operationsDong Aisheng1-69/+56
2017-12-18cpufreq: imx6q: fix speed grading regression on i.MX6 QuadPlusLucas Stach1-5/+6
2017-10-11cpufreq: imx6q: Move speed grading check to cpufreq driverFabio Estevam1-20/+65
2017-08-29cpufreq: imx6q: Fix imx6sx low frequency supportLeonard Crestez1-0/+9
2017-06-24cpufreq: imx6q: imx6ull should use the same flow as imx6ulOctavian Purdila1-2/+4
2017-04-19cpufreq: imx6q: Fix error handling codeChristophe Jaillet1-1/+1
2017-04-19cpufreq: imx6q: Set max suspend_freq to avoid changes during suspendLeonard Crestez1-1/+7
2017-04-19cpufreq: imx6q: Fix handling EPROBE_DEFER from regulatorIrina Tirdea1-0/+7
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar1-5/+5
2015-11-02Merge branch 'pm-opp'Rafael J. Wysocki1-3/+3
2015-09-26cpufreq: imx: update the clock switch flow to support imx6ulBai Ping1-5/+45
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar1-3/+3
2015-09-15PM / OPP: Rename opp init/free table routinesViresh Kumar1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-01imx6q: free OPP table created during ->init()Viresh Kumar1-1/+10
2014-10-20cpufreq: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-21cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulatorAnson Huang1-14/+21
2014-05-17cpufreq: imx6q: Remove unused includePhilipp Zabel1-1/+0
2014-05-17cpufreq: imx6q: Drop devm_clk/regulator_get usagePhilipp Zabel1-14/+39
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-6/+2
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-0/+1
2014-01-06cpufreq: imx6q: add of_init_opp_tableJohn Tobias1-4/+17
2014-01-06cpufreq: imx6q: correct VDDSOC/PU voltage scaling when cpufreq is changedAnson Huang1-29/+77
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-22/+15
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-15/+2
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-33/+4
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon1-1/+1
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon1-2/+2
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon1-10/+10
2013-10-16cpufreq: imx6q: use cpufreq_generic_init()Viresh Kumar1-12/+1
2013-10-16cpufreq: imx6q: don't initialize part of policy set by coreViresh Kumar1-1/+0
2013-10-16cpufreq: imx6q: Use generic cpufreq routinesViresh Kumar1-19/+3
2013-09-30cpufreq: imx6q: use cpufreq_table_validate_and_show()Viresh Kumar1-2/+1
2013-09-19cpufreq: imx6q-cpufreq: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha1-1/+6
2013-08-27Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreqRafael J. Wysocki1-17/+0
2013-08-26cpufreq: imx6q: Fix clock enable balanceSascha Hauer1-17/+0
2013-08-21cpufreq: imx6q-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-3/+1
2013-06-24cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-6/+11
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-9/+3
2013-02-23imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()Wei Yongjun1-1/+1
2013-02-09cpufreq: add imx6q-cpufreq driverShawn Guo1-0/+336