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

2021-02-02 Thread Thara Gopinath
On 1/21/21 9:34 PM, Thara Gopinath wrote: 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

[PATCH v2 2/3] drivers: thermal: Remove thermal_notify_framework

2021-01-21 Thread Thara Gopinath
use thermal_zone_device_update instead. Since there are no users for thermal_notify_framework remove it. Signed-off-by: Thara Gopinath --- drivers/thermal/thermal_core.c | 18 -- include/linux/thermal.h| 4 2 files changed, 22 deletions(-) diff --git a/drivers

[PATCH v2 3/3] Documentation: driver-api: thermal: Remove thermal_notify_framework from documentation

2021-01-21 Thread Thara Gopinath
Since thermal_notify_framework is no longer supported/implemented remove the entry from sysfs-api.rst. --- Documentation/driver-api/thermal/sysfs-api.rst | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Documentation/driver-api/thermal/sysfs-api.rst b/Documentation

[PATCH v2 0/3] thermal: Replace thermal_notify_framework with thermal_zone_device_update

2021-01-21 Thread Thara Gopinath
rom thermal documentation. Thara Gopinath (3): net: wireless: intel: iwlwifi: mvm: tt: Replace thermal_notify_framework drivers: thermal: Remove thermal_notify_framework Documentation: driver-api: thermal: Remove thermal_notify_framework from documentation Documentation/driver-api/ther

[PATCH v2 1/3] iwlwifi: mvm: tt: Replace thermal_notify_framework

2021-01-21 Thread Thara Gopinath
thorough. Acked-by: Kalle Valo Signed-off-by: Thara Gopinath --- v1->v2: - Removed net: wireless: intel: from subject header of Patch 1 in the series as per Kalle Valo and added his Acked-by. drivers/net/wireless/intel/iwlwifi/mvm/tt.c | 4 ++-- 1 file changed, 2 insertions(+)

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

2021-01-20 Thread Thara Gopinath
much. But I see from the comments on your patches that this has been tested out. So that is good. Thanks, rui -Original Message- From: Thara Gopinath Sent: Tuesday, January 19, 2021 10:06 PM To: Zhang, Rui ; daniel.lezc...@linaro.org; kv...@codeaurora.org; da...@davemloft.net; k...@kerne

Re: [PATCH 1/2] net: wireless: intel: iwlwifi: mvm: tt: Replace thermal_notify_framework

2021-01-20 Thread Thara Gopinath
On 1/19/21 11:19 AM, Kalle Valo wrote: Thara Gopinath writes: 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 and setting the next trip point etc. Replace

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

2021-01-19 Thread Thara Gopinath
former, replace thermal_notify_framework with thermal_zone_device_update. Thara Gopinath (2): net: wireless: intel: iwlwifi: mvm: tt: Replace thermal_notify_framework drivers: thermal: Remove thermal_notify_framework drivers/net/wireless/intel/iwlwifi/mvm/tt.c | 4 ++-- drivers/thermal

[PATCH 1/2] net: wireless: intel: iwlwifi: mvm: tt: Replace thermal_notify_framework

2021-01-19 Thread Thara Gopinath
thorough. Signed-off-by: Thara Gopinath --- drivers/net/wireless/intel/iwlwifi/mvm/tt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/tt.c b/drivers/net/wireless/intel/iwlwifi/mvm/tt.c index 507625f96dd7..a0c6be03903a 100644 --- a

[PATCH 2/2] drivers: thermal: Remove thermal_notify_framework

2021-01-19 Thread Thara Gopinath
use thermal_zone_device_update instead. Since there are no users for thermal_notify_framework remove it. Signed-off-by: Thara Gopinath --- drivers/thermal/thermal_core.c | 18 -- include/linux/thermal.h| 4 2 files changed, 22 deletions(-) diff --git a/drivers