Re: [PATCH v1 2/3] OPP: Add function to look up required OPP's for a given OPP

2019-06-23 Thread Saravana Kannan
On Sat, Jun 22, 2019 at 9:28 PM Chanwoo Choi wrote: > > Hi, > > 2019년 6월 23일 (일) 오전 6:42, Saravana Kannan 님이 작성: > > > > On Sat, Jun 22, 2019 at 4:50 AM Chanwoo Choi wrote: > > > > > > Hi, > > > > > > Absolutely, I like this approach. I think that it is necessary to make > > > the connection > >

Re: [PATCH v1 2/3] OPP: Add function to look up required OPP's for a given OPP

2019-06-22 Thread Chanwoo Choi
Hi, 2019년 6월 23일 (일) 오전 6:42, Saravana Kannan 님이 작성: > > On Sat, Jun 22, 2019 at 4:50 AM Chanwoo Choi wrote: > > > > Hi, > > > > Absolutely, I like this approach. I think that it is necessary to make > > the connection > > between frequencies of devices. > > Happy to hear that. > > > But, I have

Re: [PATCH v1 2/3] OPP: Add function to look up required OPP's for a given OPP

2019-06-22 Thread Saravana Kannan
On Sat, Jun 22, 2019 at 4:50 AM Chanwoo Choi wrote: > > Hi, > > Absolutely, I like this approach. I think that it is necessary to make > the connection > between frequencies of devices. Happy to hear that. > But, I have a question on below. > > 2019년 6월 22일 (토) 오전 9:35, Saravana Kannan 님이 작성: >

Re: [PATCH v1 2/3] OPP: Add function to look up required OPP's for a given OPP

2019-06-22 Thread Chanwoo Choi
Hi, Absolutely, I like this approach. I think that it is necessary to make the connection between frequencies of devices. But, I have a question on below. 2019년 6월 22일 (토) 오전 9:35, Saravana Kannan 님이 작성: > > Add a function that allows looking up required OPPs given a source OPP > table,

[PATCH v1 2/3] OPP: Add function to look up required OPP's for a given OPP

2019-06-21 Thread Saravana Kannan
Add a function that allows looking up required OPPs given a source OPP table, destination OPP table and the source OPP. Signed-off-by: Saravana Kannan --- drivers/opp/core.c | 54 ++ include/linux/pm_opp.h | 11 + 2 files changed, 65