linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for i.MX8MM thermal sensor driver
@ 2019-07-04  9:13 Anson.Huang
  2019-07-04  9:13 ` [PATCH 1/4] dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MM Anson.Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Anson.Huang @ 2019-07-04  9:13 UTC (permalink / raw)
  To: rui.zhang, edubezval, daniel.lezcano, robh+dt, mark.rutland,
	shawnguo, s.hauer, kernel, festevam, catalin.marinas, will,
	leonard.crestez, daniel.baluta, ping.bai, olof, maxime.ripard,
	jagan, bjorn.andersson, dinguyen, enric.balletbo,
	marcin.juszkiewicz, linux-pm, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Linux-imx

From: Anson Huang <Anson.Huang@nxp.com>

i.MX8MM has a thermal monitor unit (TMU) inside, it ONLY has one sensor
for CPU, add support for temperature reading for CPU, cpu cooling is
also added.

This patch series is based on below i.MX SCU thermal patch series:
https://patchwork.kernel.org/patch/11000821/

Anson Huang (4):
  dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MM
  thermal: imx8mm: Add support for i.MX8MM thermal monitoring unit
  arm64: defconfig: Enable CONFIG_IMX8MM_THERMAL as module
  arm64: dts: imx8mm: Add thermal zone support

 .../devicetree/bindings/thermal/imx8mm-thermal.txt |  15 +++
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  43 +++++++
 arch/arm64/configs/defconfig                       |   1 +
 drivers/thermal/Kconfig                            |  10 ++
 drivers/thermal/Makefile                           |   1 +
 drivers/thermal/imx8mm_thermal.c                   | 134 +++++++++++++++++++++
 6 files changed, 204 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/imx8mm-thermal.txt
 create mode 100644 drivers/thermal/imx8mm_thermal.c

-- 
2.7.4


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

end of thread, other threads:[~2019-07-22 23:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-04  9:13 [PATCH 0/4] Add support for i.MX8MM thermal sensor driver Anson.Huang
2019-07-04  9:13 ` [PATCH 1/4] dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MM Anson.Huang
2019-07-22 23:54   ` Rob Herring
2019-07-04  9:13 ` [PATCH 2/4] thermal: imx8mm: Add support for i.MX8MM thermal monitoring unit Anson.Huang
2019-07-04  9:13 ` [PATCH 3/4] arm64: defconfig: Enable CONFIG_IMX8MM_THERMAL as module Anson.Huang
2019-07-04  9:13 ` [PATCH 4/4] arm64: dts: imx8mm: Add thermal zone support Anson.Huang

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