Re: [PATCH 0/2] thermal: Replace thermal_notify_framework with thermal_zone_device_update

2021-01-20 Thread Thara Gopinath
l.org; Coelho, Luciano Cc: linux-wirel...@vger.kernel.org; linux-ker...@vger.kernel.org; netdev@vger.kernel.org; linux...@vger.kernel.org; am...@kernel.org; Errera, Nathan Subject: [PATCH 0/2] thermal: Replace thermal_notify_framework with thermal_zone_device_update Importance:

RE: [PATCH 0/2] thermal: Replace thermal_notify_framework with thermal_zone_device_update

2021-01-19 Thread Zhang, Rui
lho, > Luciano > Cc: linux-wirel...@vger.kernel.org; linux-ker...@vger.kernel.org; > netdev@vger.kernel.org; linux...@vger.kernel.org; am...@kernel.org; > Errera, Nathan > Subject: [PATCH 0/2] thermal: Replace thermal_notify_framework with > thermal_zone_device_update > Impor

[PATCH 0/2] thermal: Replace thermal_notify_framework with thermal_zone_device_update

2021-01-19 Thread Thara Gopinath
thermal_notify_framework just updates for a single trip point where as thermal_zone_device_update does other bookkeeping like updating the temperature of the thermal zone, running through the list of trip points and setting the next trip point etc. Since the later is a more thorough version of for