mbox series

[v1,0/2] add device cooling

Message ID 20230105082234.16962-1-alice.guo@oss.nxp.com
Headers show
Series add device cooling | expand

Message

Alice Guo (OSS) Jan. 5, 2023, 8:22 a.m. UTC
From: Alice Guo <alice.guo@nxp.com>

Anson Huang (2):
  thermal: Add generic device cooling support
  thermal: qoriq: Add device cooling support

 drivers/thermal/Kconfig          |   7 ++
 drivers/thermal/Makefile         |   1 +
 drivers/thermal/device_cooling.c | 154 +++++++++++++++++++++++++++++++
 drivers/thermal/qoriq_thermal.c  |  83 ++++++++++++++++-
 include/linux/device_cooling.h   |  46 +++++++++
 5 files changed, 290 insertions(+), 1 deletion(-)
 create mode 100644 drivers/thermal/device_cooling.c
 create mode 100644 include/linux/device_cooling.h