Re: [PATCH] drivers: devfreq: change devfreq workqueue mechanism

2019-02-12 Thread Lukasz Luba
Hi Matthias, On 2/11/19 9:54 PM, Matthias Kaehlcke wrote: > Hi Lukasz, > > On Mon, Feb 11, 2019 at 11:05:27AM +0100, Lukasz Luba wrote: >> Hi Matthias, >> >> My apologize for late response, I did not have access to mailbox. >> Thank you for review, please check the comments below. >> >> On 2/5/19

Re: [PATCH] drivers: devfreq: change devfreq workqueue mechanism

2019-02-11 Thread Matthias Kaehlcke
Hi Lukasz, On Mon, Feb 11, 2019 at 11:05:27AM +0100, Lukasz Luba wrote: > Hi Matthias, > > My apologize for late response, I did not have access to mailbox. > Thank you for review, please check the comments below. > > On 2/5/19 1:39 AM, Matthias Kaehlcke wrote: > > Hi Lukasz, > > > > On Fri, Fe

Re: [PATCH] drivers: devfreq: change devfreq workqueue mechanism

2019-02-11 Thread Lukasz Luba
Hi Matthias, My apologize for late response, I did not have access to mailbox. Thank you for review, please check the comments below. On 2/5/19 1:39 AM, Matthias Kaehlcke wrote: > Hi Lukasz, > > On Fri, Feb 01, 2019 at 07:38:03PM +0100, Lukasz Luba wrote: >> This patch removes devfreq's custom w

Re: [PATCH] drivers: devfreq: change devfreq workqueue mechanism

2019-02-04 Thread Matthias Kaehlcke
Hi Lukasz, On Fri, Feb 01, 2019 at 07:38:03PM +0100, Lukasz Luba wrote: > This patch removes devfreq's custom workqueue and uses system one. > It switches from queue_delayed_work() to schedule_delayed_work(). > It also changes deferred work to delayed work, which is now not missed > when timer is

[PATCH] drivers: devfreq: change devfreq workqueue mechanism

2019-02-01 Thread Lukasz Luba
This patch removes devfreq's custom workqueue and uses system one. It switches from queue_delayed_work() to schedule_delayed_work(). It also changes deferred work to delayed work, which is now not missed when timer is put on CPU that entered idle state. The devfreq framework governor was not called