Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-23 Thread Lukasz Luba
Hi Chanwoo Choi, On 11/23/18 12:45 AM, Chanwoo Choi wrote: > Hi Lukasz, > > On 2018년 11월 22일 19:40, Lukasz Luba wrote: >> Hi Chanwoo Choi >> >> On 11/22/18 3:52 AM, Chanwoo Choi wrote: >>> On 2018년 11월 22일 03:01, Lukasz Luba wrote: The refactoring is needed for the new client in devfreq:

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-23 Thread Lukasz Luba
Hi Chanwoo Choi, On 11/23/18 12:45 AM, Chanwoo Choi wrote: > Hi Lukasz, > > On 2018년 11월 22일 19:40, Lukasz Luba wrote: >> Hi Chanwoo Choi >> >> On 11/22/18 3:52 AM, Chanwoo Choi wrote: >>> On 2018년 11월 22일 03:01, Lukasz Luba wrote: The refactoring is needed for the new client in devfreq:

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-22 Thread Chanwoo Choi
Hi Lukasz, On 2018년 11월 22일 19:40, Lukasz Luba wrote: > Hi Chanwoo Choi > > On 11/22/18 3:52 AM, Chanwoo Choi wrote: >> On 2018년 11월 22일 03:01, Lukasz Luba wrote: >>> The refactoring is needed for the new client in devfreq: suspend. >>> To avoid code duplication, move it to the new local

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-22 Thread Chanwoo Choi
Hi Lukasz, On 2018년 11월 22일 19:40, Lukasz Luba wrote: > Hi Chanwoo Choi > > On 11/22/18 3:52 AM, Chanwoo Choi wrote: >> On 2018년 11월 22일 03:01, Lukasz Luba wrote: >>> The refactoring is needed for the new client in devfreq: suspend. >>> To avoid code duplication, move it to the new local

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-22 Thread Lukasz Luba
Hi Chanwoo Choi On 11/22/18 3:52 AM, Chanwoo Choi wrote: > On 2018년 11월 22일 03:01, Lukasz Luba wrote: >> The refactoring is needed for the new client in devfreq: suspend. >> To avoid code duplication, move it to the new local function >> devfreq_set_target. >> >> The patch draws on Tobias

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-22 Thread Lukasz Luba
Hi Chanwoo Choi On 11/22/18 3:52 AM, Chanwoo Choi wrote: > On 2018년 11월 22일 03:01, Lukasz Luba wrote: >> The refactoring is needed for the new client in devfreq: suspend. >> To avoid code duplication, move it to the new local function >> devfreq_set_target. >> >> The patch draws on Tobias

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-21 Thread Chanwoo Choi
On 2018년 11월 22일 11:52, Chanwoo Choi wrote: > On 2018년 11월 22일 03:01, Lukasz Luba wrote: >> The refactoring is needed for the new client in devfreq: suspend. >> To avoid code duplication, move it to the new local function >> devfreq_set_target. >> >> The patch draws on Tobias Jakobi's work posted

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-21 Thread Chanwoo Choi
On 2018년 11월 22일 11:52, Chanwoo Choi wrote: > On 2018년 11월 22일 03:01, Lukasz Luba wrote: >> The refactoring is needed for the new client in devfreq: suspend. >> To avoid code duplication, move it to the new local function >> devfreq_set_target. >> >> The patch draws on Tobias Jakobi's work posted

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-21 Thread Chanwoo Choi
On 2018년 11월 22일 03:01, Lukasz Luba wrote: > The refactoring is needed for the new client in devfreq: suspend. > To avoid code duplication, move it to the new local function > devfreq_set_target. > > The patch draws on Tobias Jakobi's work posted ~2 years ago, who tried to > solve issue with

Re: [PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-21 Thread Chanwoo Choi
On 2018년 11월 22일 03:01, Lukasz Luba wrote: > The refactoring is needed for the new client in devfreq: suspend. > To avoid code duplication, move it to the new local function > devfreq_set_target. > > The patch draws on Tobias Jakobi's work posted ~2 years ago, who tried to > solve issue with

[PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-21 Thread Lukasz Luba
The refactoring is needed for the new client in devfreq: suspend. To avoid code duplication, move it to the new local function devfreq_set_target. The patch draws on Tobias Jakobi's work posted ~2 years ago, who tried to solve issue with devfreq device's frequency during suspend/resume. During

[PATCH 2/6] devfreq: refactor set_target frequency function

2018-11-21 Thread Lukasz Luba
The refactoring is needed for the new client in devfreq: suspend. To avoid code duplication, move it to the new local function devfreq_set_target. The patch draws on Tobias Jakobi's work posted ~2 years ago, who tried to solve issue with devfreq device's frequency during suspend/resume. During