[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230105082234.16962-1-alice.guo@oss.nxp.com>
Date: Thu, 5 Jan 2023 16:22:32 +0800
From: "Alice Guo (OSS)" <alice.guo@....nxp.com>
To: rafael@...nel.org, daniel.lezcano@...aro.org, amitk@...nel.org,
rui.zhang@...el.com, aisheng.dong@....com, shawnguo@...nel.org,
leoyang.li@....com
Cc: linux-arm-kernel@...ts.infradead.org, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/2] add device cooling
From: Alice Guo <alice.guo@....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
Powered by blists - more mailing lists