Re: [v4, 7/8] cpufreq: mediatek: add opp notification for SVS support

2019-10-18 Thread Viresh Kumar
On 18-10-19, 17:03, andrew-sh.cheng wrote: > On Thu, 2019-10-17 at 12:01 +0530, Viresh Kumar wrote: > > On 16-10-19, 10:43, andrew-sh.cheng wrote: > > > This is due to SVS feature need to fix Vproc for calibration. > > > When SVS calibration, it want to disable all opp items, except one with > > >

Re: [v4, 7/8] cpufreq: mediatek: add opp notification for SVS support

2019-10-17 Thread Viresh Kumar
On 16-10-19, 10:43, andrew-sh.cheng wrote: > This is due to SVS feature need to fix Vproc for calibration. > When SVS calibration, it want to disable all opp items, except one with > voltae 1.0V. (SVS will change the voltage field of that opp item, if the > corresponding voltage is not 1.0V) > In

Re: [v4, 7/8] cpufreq: mediatek: add opp notification for SVS support

2019-08-19 Thread Viresh Kumar
On 13-08-19, 21:31, Andrew-sh.Cheng wrote: > From: "Andrew-sh.Cheng" > > cpufreq should listen opp notification and do proper actions > when receiving disable and voltage adjustment events, > which are triggered when SVS is enabled. > > Signed-off-by: Andrew-sh.Cheng > --- >