Re: [PATCH v6 3/6] thermal: Add generic power domain warming device driver.

2020-07-07 Thread Lukasz Luba
Hi Daniel and Thara On 7/3/20 11:02 AM, Daniel Lezcano wrote: Hi Thara, sorry for the delay. Added Lukasz. Thank you for adding me. I will go through the patches to understand them and build the context. I can see some interesting idea described below. Regards, Lukasz On 04/06/2020 03:5

Re: [PATCH v6 3/6] thermal: Add generic power domain warming device driver.

2020-07-03 Thread Daniel Lezcano
Hi Thara, sorry for the delay. Added Lukasz. On 04/06/2020 03:53, Thara Gopinath wrote: > Resources modeled as power domains in linux kernel can be used to warm the > SoC(eg. mx power domain on sdm845). To support this feature, introduce a > generic power domain warming device driver that ca

Re: [PATCH v6 3/6] thermal: Add generic power domain warming device driver.

2020-06-16 Thread Ulf Hansson
On Thu, 4 Jun 2020 at 03:53, Thara Gopinath wrote: > > Resources modeled as power domains in linux kernel can be used to warm the > SoC(eg. mx power domain on sdm845). To support this feature, introduce a > generic power domain warming device driver that can be plugged into the > thermal framewo

[PATCH v6 3/6] thermal: Add generic power domain warming device driver.

2020-06-03 Thread Thara Gopinath
Resources modeled as power domains in linux kernel can be used to warm the SoC(eg. mx power domain on sdm845). To support this feature, introduce a generic power domain warming device driver that can be plugged into the thermal framework (The thermal framework itself requires further modifiction