Re: [RFC RESEND 1/3] PM / devfreq: Add watermark events

2014-12-08 Thread Alexandre Courbot
On Fri, Dec 5, 2014 at 10:41 PM, Arto Merilainen wrote: > From: Shridhar Rasal > > This patch adds support for watermark events. These events inform > the governor that the device load has gone below (low watermark) or > above (high watermark) certain load value. This is definitely a useful

Re: [RFC RESEND 1/3] PM / devfreq: Add watermark events

2014-12-08 Thread Alexandre Courbot
On Fri, Dec 5, 2014 at 10:41 PM, Arto Merilainen amerilai...@nvidia.com wrote: From: Shridhar Rasal sra...@nvidia.com This patch adds support for watermark events. These events inform the governor that the device load has gone below (low watermark) or above (high watermark) certain load

[RFC RESEND 1/3] PM / devfreq: Add watermark events

2014-12-05 Thread Arto Merilainen
From: Shridhar Rasal This patch adds support for watermark events. These events inform the governor that the device load has gone below (low watermark) or above (high watermark) certain load value. Signed-off-by: Shridhar Rasal Signed-off-by: Arto Merilainen --- drivers/devfreq/devfreq.c |

[RFC RESEND 1/3] PM / devfreq: Add watermark events

2014-12-05 Thread Arto Merilainen
From: Shridhar Rasal sra...@nvidia.com This patch adds support for watermark events. These events inform the governor that the device load has gone below (low watermark) or above (high watermark) certain load value. Signed-off-by: Shridhar Rasal sra...@nvidia.com Signed-off-by: Arto Merilainen