linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] More thermal control updates for v6.8-rc1
@ 2024-01-16 12:10 Rafael J. Wysocki
  2024-01-17 22:58 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2024-01-16 12:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux PM, Linux Kernel Mailing List, Daniel Lezcano

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 thermal-6.8-rc1-2

with top-most commit dd75558b2d0b5e2b36ec0ef7e494d2763517d801

 Merge branches 'thermal-core' and 'thermal-intel'

on top of commit 17e8b76491b007698cf63bc10093bc8991e45001

 Merge branch 'thermal-intel'

to receive more thermal control updates for 6.8-rc1.

These add support for debugfs-based diagnostics to the thermal core,
simplify the thermal netlink API, fix system-wide PM support in the
Intel HFI driver and clean up some code.

Specifics:

  - Add debugfs-based diagnostics support to the thermal core (Daniel
    Lezcano, Dan Carpenter).

  - Fix a power allocator thermal governor issue preventing it from
    resetting cooling devices sometimes (Di Shen).

  - Simplify the thermal netlink API and clean up related code (Rafael J.
    Wysocki).

  - Make the Intel HFI driver support hibernation and deep suspend
    properly (Ricardo Neri).

Thanks!


---------------

Christophe JAILLET (1):
      thermal: core: Use kstrdup_const() during cooling device registration

Dan Carpenter (1):
      thermal/debugfs: Unlock on error path in thermal_debug_tz_trip_up()

Daniel Lezcano (2):
      thermal/debugfs: Add thermal cooling device debugfs information
      thermal/debugfs: Add thermal debugfs information for mitigation episodes

Di Shen (1):
      thermal: gov_power_allocator: avoid inability to reset a cdev

Rafael J. Wysocki (6):
      thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()
      thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()
      thermal: netlink: Drop thermal_notify_tz_trip_add/delete()
      thermal: netlink: Pass thermal zone pointer to notify routines
      thermal: netlink: Rework notify API for cooling devices
      thermal: helpers: Rearrange thermal_cdev_set_cur_state()

Ricardo Neri (1):
      thermal: intel: hfi: Add syscore callbacks for system-wide PM

---------------

 drivers/thermal/Kconfig               |   7 +
 drivers/thermal/Makefile              |   2 +
 drivers/thermal/gov_power_allocator.c |   2 +-
 drivers/thermal/intel/intel_hfi.c     |  28 ++
 drivers/thermal/thermal_core.c        |  38 +-
 drivers/thermal/thermal_core.h        |   1 +
 drivers/thermal/thermal_debugfs.c     | 839 ++++++++++++++++++++++++++++++++++
 drivers/thermal/thermal_debugfs.h     |  28 ++
 drivers/thermal/thermal_helpers.c     |  21 +-
 drivers/thermal/thermal_netlink.c     |  95 ++--
 drivers/thermal/thermal_netlink.h     |  75 ++-
 drivers/thermal/thermal_trip.c        |   8 +-
 include/linux/thermal.h               |   9 +-
 13 files changed, 1026 insertions(+), 127 deletions(-)

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

* Re: [GIT PULL] More thermal control updates for v6.8-rc1
  2024-01-16 12:10 [GIT PULL] More thermal control updates for v6.8-rc1 Rafael J. Wysocki
@ 2024-01-17 22:58 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-01-17 22:58 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linus Torvalds, Linux PM, Linux Kernel Mailing List,
	Daniel Lezcano

The pull request you sent on Tue, 16 Jan 2024 13:10:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git thermal-6.8-rc1-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d8e6ba025f5e45cb0821298919b0e07130cef877

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-01-17 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 12:10 [GIT PULL] More thermal control updates for v6.8-rc1 Rafael J. Wysocki
2024-01-17 22:58 ` pr-tracker-bot

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).