Re: [PATCH 1/6] iwlwifi: use thermal_zone_device_update() for temperature change
From: Luca Coelho <hidden>
Date: 2020-05-18 11:40:03
Also in:
linux-wireless
From: Luca Coelho <hidden>
Date: 2020-05-18 11:40:03
Also in:
linux-wireless
On Tue, 2020-05-12 at 09:58 +0800, Zhang Rui wrote:
On Thu, 2020-04-30 at 14:32 +0800, Zhang Rui wrote:quoted
thermal_notify_framework() is an obsolete API, and iwlwifi is the only user of it. Convert iwlwifi driver to use thermal_zone_device_update() instead. Note that, thermal_zone_device_update() is able to handle the crossed threshold by comparing the current temperature with every trip point, so ths_crossed variant in iwl_mvm_temp_notif() is probably not needed. It is still left there in this patch, in case the debug information is still needed. Signed-off-by: Zhang Rui <rui.zhang@intel.com>Hi, Luca, Any comments about this patch and patch 6/6?
Hi Rui, Sorry for the delay, we have been making some small changes in this code to support a new interface with our firmware and I wanted to make sure things work together. I'm adding Gil, who is making the changes, to this thread so he can also take a look. -- Cheers, Luca.