On Mon, 2020-05-18 at 14:21 +0300, Luca Coelho wrote: > On Tue, 2020-05-12 at 09:58 +0800, Zhang Rui wrote: > > On Thu, 2020-04-30 at 14:32 +0800, Zhang Rui wrote: > > > 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@xxxxxxxxx> > > > > 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. thanks, Luca. Gil, can you please take a look at this patches series? thanks, rui > > -- > Cheers, > Luca. >