linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] thermal: Replace thermal_notify_framework with thermal_zone_device_update
@ 2021-01-22  2:34 Thara Gopinath
  2021-01-22  2:34 ` [PATCH v2 1/3] iwlwifi: mvm: tt: Replace thermal_notify_framework Thara Gopinath
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thara Gopinath @ 2021-01-22  2:34 UTC (permalink / raw)
  To: rui.zhang, daniel.lezcano, 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.

v1->v2:
	- Removed net: wireless: intel: from subject header of Patch 1
	  in the series as per Kalle Valo and added his Acked-by.
	- Introduced Patch 3 removing thermal_notify_framework from
	  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/thermal/sysfs-api.rst | 12 +-----------
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c    |  4 ++--
 drivers/thermal/thermal_core.c                 | 18 ------------------
 include/linux/thermal.h                        |  4 ----
 4 files changed, 3 insertions(+), 35 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-02-02 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22  2:34 [PATCH v2 0/3] thermal: Replace thermal_notify_framework with thermal_zone_device_update Thara Gopinath
2021-01-22  2:34 ` [PATCH v2 1/3] iwlwifi: mvm: tt: Replace thermal_notify_framework Thara Gopinath
2021-01-22  2:34 ` [PATCH v2 2/3] drivers: thermal: Remove thermal_notify_framework Thara Gopinath
2021-01-22  2:34 ` [PATCH v2 3/3] Documentation: driver-api: thermal: Remove thermal_notify_framework from documentation Thara Gopinath
2021-02-02 14:39 ` [PATCH v2 0/3] thermal: Replace thermal_notify_framework with thermal_zone_device_update Thara Gopinath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).