Message ID | cover.1557742902.git.leonard.crestez@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | cpufreq: Add imx-cpufreq-dt driver for speed grading | expand |
On 13-05-19, 11:01, Leonard Crestez wrote: > Right now in upstream imx8m cpufreq support just lists a common subset > of OPPs because the higher ones should only be attempted after checking > speed grading in fuses. > > Driver reads from nvmem and calls dev_pm_opp_set_supported_hw before > registering cpufreq-dt. Who will apply patches 3-5 ?
On Tue, May 14, 2019 at 12:43:22PM +0530, Viresh Kumar wrote: > On 13-05-19, 11:01, Leonard Crestez wrote: > > Right now in upstream imx8m cpufreq support just lists a common subset > > of OPPs because the higher ones should only be attempted after checking > > speed grading in fuses. > > > > Driver reads from nvmem and calls dev_pm_opp_set_supported_hw before > > registering cpufreq-dt. > > Who will apply patches 3-5 ? Me. Will apply them after the first two get applied. Shawn
On 20-05-19, 15:14, Shawn Guo wrote: > On Tue, May 14, 2019 at 12:43:22PM +0530, Viresh Kumar wrote: > > On 13-05-19, 11:01, Leonard Crestez wrote: > > > Right now in upstream imx8m cpufreq support just lists a common subset > > > of OPPs because the higher ones should only be attempted after checking > > > speed grading in fuses. > > > > > > Driver reads from nvmem and calls dev_pm_opp_set_supported_hw before > > > registering cpufreq-dt. > > > > Who will apply patches 3-5 ? > > Me. Will apply them after the first two get applied. Applied just now.