Re: [PATCH v2 2/4] opp: add API which get max freq by voltage

2019-04-10 Thread Viresh Kumar
On 29-03-19, 14:46, Andrew-sh.Cheng wrote: > This API will get voltage as input parameter. > Search all opp items for the item which with max frequency, > and the voltae is smaller than provided voltage. > > Signed-off-by: Andrew-sh.Cheng > --- > drivers/opp/core.c | 55 >

Re: [PATCH v2 2/4] opp: add API which get max freq by voltage

2019-04-02 Thread Nicolas Boichat
On Fri, Mar 29, 2019 at 2:46 PM Andrew-sh.Cheng wrote: > > This API will get voltage as input parameter. > Search all opp items for the item which with max frequency, > and the voltae is smaller than provided voltage. > > Signed-off-by: Andrew-sh.Cheng > --- > drivers/opp/core.c | 55 >

RE: [PATCH v2 2/4] opp: add API which get max freq by voltage

2019-03-31 Thread MyungJoo Ham
>This API will get voltage as input parameter. >Search all opp items for the item which with max frequency, >and the voltae is smaller than provided voltage. > >Signed-off-by: Andrew-sh.Cheng >--- > drivers/opp/core.c | 55 ++ >