Re: [PATCH v3 10/12] misc: throttler: Add core support for non-thermal throttling

2018-06-18 Thread Matthias Kaehlcke
On Mon, Jun 18, 2018 at 04:03:25PM -0700, Brian Norris wrote: > Hi Matthias, > > On Thu, Jun 14, 2018 at 12:47:10PM -0700, Matthias Kaehlcke wrote: > > The purpose of the throttler is to provide support for non-thermal > > throttling. Throttling is triggered by external event, e.g. the > > detecti

Re: [PATCH v3 10/12] misc: throttler: Add core support for non-thermal throttling

2018-06-18 Thread Brian Norris
Hi Matthias, On Thu, Jun 14, 2018 at 12:47:10PM -0700, Matthias Kaehlcke wrote: > The purpose of the throttler is to provide support for non-thermal > throttling. Throttling is triggered by external event, e.g. the > detection of a high battery discharge current, close to the OCP limit > of the ba

[PATCH v3 10/12] misc: throttler: Add core support for non-thermal throttling

2018-06-14 Thread Matthias Kaehlcke
The purpose of the throttler is to provide support for non-thermal throttling. Throttling is triggered by external event, e.g. the detection of a high battery discharge current, close to the OCP limit of the battery. The throttler is only in charge of the throttling, not the monitoring, which is do