All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] thermal: Replace thermal_notify_framework with thermal_zone_device_update
@ 2021-01-19 14:05 Thara Gopinath
  2021-01-19 14:05 ` [PATCH 1/2] net: wireless: intel: iwlwifi: mvm: tt: Replace thermal_notify_framework Thara Gopinath
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thara Gopinath @ 2021-01-19 14:05 UTC (permalink / raw)
  To: rui.zhang, daniel.lezcano, kvalo, davem, kuba, luciano.coelho
  Cc: linux-wireless, linux-kernel, netdev, linux-pm, amitk, nathan.errera

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 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/thermal_core.c              | 18 ------------------
 include/linux/thermal.h                     |  4 ----
 3 files changed, 2 insertions(+), 24 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-20 11:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 14:05 [PATCH 0/2] thermal: Replace thermal_notify_framework with thermal_zone_device_update Thara Gopinath
2021-01-19 14:05 ` [PATCH 1/2] net: wireless: intel: iwlwifi: mvm: tt: Replace thermal_notify_framework Thara Gopinath
2021-01-19 16:19   ` Kalle Valo
2021-01-20 10:46     ` Thara Gopinath
2021-01-19 14:05 ` [PATCH 2/2] drivers: thermal: Remove thermal_notify_framework Thara Gopinath
2021-01-20  2:56 ` [PATCH 0/2] thermal: Replace thermal_notify_framework with thermal_zone_device_update Zhang, Rui
2021-01-20 10:53   ` Thara Gopinath

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.