Re: [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-08-02 Thread Chanwoo Choi
Hi Matthias, On 2018년 07월 12일 17:38, Chanwoo Choi wrote: > Hi Matthias, > > On 2018년 07월 07일 02:07, Matthias Kaehlcke wrote: >> Hi, >> >> On Wed, Jul 04, 2018 at 11:51:30AM +0900, Chanwoo Choi wrote: >>> Hi, >>> >>> On 2018년 07월 04일 08:46, Matthias Kaehlcke wrote: Move variables related

Re: [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-08-02 Thread Chanwoo Choi
Hi Matthias, On 2018년 07월 12일 17:38, Chanwoo Choi wrote: > Hi Matthias, > > On 2018년 07월 07일 02:07, Matthias Kaehlcke wrote: >> Hi, >> >> On Wed, Jul 04, 2018 at 11:51:30AM +0900, Chanwoo Choi wrote: >>> Hi, >>> >>> On 2018년 07월 04일 08:46, Matthias Kaehlcke wrote: Move variables related

Re: [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-07-12 Thread Chanwoo Choi
Hi Matthias, On 2018년 07월 07일 02:07, Matthias Kaehlcke wrote: > Hi, > > On Wed, Jul 04, 2018 at 11:51:30AM +0900, Chanwoo Choi wrote: >> Hi, >> >> On 2018년 07월 04일 08:46, Matthias Kaehlcke wrote: >>> Move variables related with devfreq policy changes from struct devfreq >>> to the new struct

Re: [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-07-12 Thread Chanwoo Choi
Hi Matthias, On 2018년 07월 07일 02:07, Matthias Kaehlcke wrote: > Hi, > > On Wed, Jul 04, 2018 at 11:51:30AM +0900, Chanwoo Choi wrote: >> Hi, >> >> On 2018년 07월 04일 08:46, Matthias Kaehlcke wrote: >>> Move variables related with devfreq policy changes from struct devfreq >>> to the new struct

Re: [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-07-06 Thread Matthias Kaehlcke
Hi, On Wed, Jul 04, 2018 at 11:51:30AM +0900, Chanwoo Choi wrote: > Hi, > > On 2018년 07월 04일 08:46, Matthias Kaehlcke wrote: > > Move variables related with devfreq policy changes from struct devfreq > > to the new struct devfreq_policy and add a policy field to struct devfreq. > > > > The

Re: [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-07-06 Thread Matthias Kaehlcke
Hi, On Wed, Jul 04, 2018 at 11:51:30AM +0900, Chanwoo Choi wrote: > Hi, > > On 2018년 07월 04일 08:46, Matthias Kaehlcke wrote: > > Move variables related with devfreq policy changes from struct devfreq > > to the new struct devfreq_policy and add a policy field to struct devfreq. > > > > The

Re: [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-07-03 Thread Chanwoo Choi
Hi, On 2018년 07월 04일 08:46, Matthias Kaehlcke wrote: > Move variables related with devfreq policy changes from struct devfreq > to the new struct devfreq_policy and add a policy field to struct devfreq. > > The following variables are moved: > > df->min/max_freq =>

Re: [PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-07-03 Thread Chanwoo Choi
Hi, On 2018년 07월 04일 08:46, Matthias Kaehlcke wrote: > Move variables related with devfreq policy changes from struct devfreq > to the new struct devfreq_policy and add a policy field to struct devfreq. > > The following variables are moved: > > df->min/max_freq =>

[PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-07-03 Thread Matthias Kaehlcke
Move variables related with devfreq policy changes from struct devfreq to the new struct devfreq_policy and add a policy field to struct devfreq. The following variables are moved: df->min/max_freq => p->user.min/max_freq df->scaling_min/max_freq => p->devinfo.min/max_freq

[PATCH v5 04/12] PM / devfreq: Add struct devfreq_policy

2018-07-03 Thread Matthias Kaehlcke
Move variables related with devfreq policy changes from struct devfreq to the new struct devfreq_policy and add a policy field to struct devfreq. The following variables are moved: df->min/max_freq => p->user.min/max_freq df->scaling_min/max_freq => p->devinfo.min/max_freq