Re: [PATCH v2 11/11] misc: throttler: Add Chrome OS EC throttler

2018-06-08 Thread Matthias Kaehlcke
Hi Enric, On Fri, Jun 08, 2018 at 04:09:18PM +0200, Enric Balletbo i Serra wrote: > On 07/06/18 20:12, Matthias Kaehlcke wrote: > > The driver subscribes to throttling events from the Chrome OS > > embedded controller and enables/disables system throttling based > > on these events. > > > > Sign

Re: [PATCH v2 11/11] misc: throttler: Add Chrome OS EC throttler

2018-06-08 Thread Enric Balletbo i Serra
Hi Matthias, On 07/06/18 20:12, Matthias Kaehlcke wrote: > The driver subscribes to throttling events from the Chrome OS > embedded controller and enables/disables system throttling based > on these events. > > Signed-off-by: Matthias Kaehlcke > Reviewed-by: Enric Balletbo i Serra > --- > Chang