linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] add device cooling
@ 2023-01-05  8:22 Alice Guo (OSS)
  2023-01-05  8:22 ` [PATCH v1 1/2] thermal: Add generic device cooling support Alice Guo (OSS)
  2023-01-05  8:22 ` [PATCH v1 2/2] thermal: qoriq: Add " Alice Guo (OSS)
  0 siblings, 2 replies; 5+ messages in thread
From: Alice Guo (OSS) @ 2023-01-05  8:22 UTC (permalink / raw)
  To: rafael, daniel.lezcano, amitk, rui.zhang, aisheng.dong, shawnguo,
	leoyang.li
  Cc: linux-arm-kernel, linux-pm, linux-kernel

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

-- 
2.17.1


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

end of thread, other threads:[~2023-01-05 10:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05  8:22 [PATCH v1 0/2] add device cooling Alice Guo (OSS)
2023-01-05  8:22 ` [PATCH v1 1/2] thermal: Add generic device cooling support Alice Guo (OSS)
2023-01-05  9:59   ` Daniel Lezcano
2023-01-05 10:07     ` Alice Guo (OSS)
2023-01-05  8:22 ` [PATCH v1 2/2] thermal: qoriq: Add " Alice Guo (OSS)

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