public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 00/13] imx: tmu support and scu thermal update
@ 2020-05-03 14:19 Peng Fan
  2020-05-03 14:19 ` [PATCH 01/13] thermal: imx_scu_thermal: Update driver for i.MX8QM thermal sensor Peng Fan
                   ` (12 more replies)
  0 siblings, 13 replies; 34+ messages in thread
From: Peng Fan @ 2020-05-03 14:19 UTC (permalink / raw)
  To: u-boot

This patchset is to support TMU in i.MX8M family, including
i.MX8QM SCU thermal update.

Peng Fan (8):
  thermal: Add thermal driver for i.MX8M
  thermal: imx_tmu: Add support for thermal sensor on iMX8MM
  thermal: imx_tmu: support TMU arch level initialization
  thermal: imx_tmu: Fix for temperature out of range
  thermal: imx_tmu: Check the TEMP range for iMX8MM
  thermal: imx_tmu: support i.MX8MP
  imx: regs: add more fuse bank structure
  imx: cpu: support tmu

Ye Li (5):
  thermal: imx_scu_thermal: Update driver for i.MX8QM thermal sensor
  imx8mm: Load fuse for TMU TCALIV and TASR
  imx: i.MX8MN: Enable loading TASR and TCALIV from fuse
  imx: load calibration parameters from fuse for i.MX8MP
  imx8mp: Set default SNSR25C for TMU probe1

 arch/arm/include/asm/arch-imx8m/imx-regs.h |  41 ++-
 arch/arm/mach-imx/cpu.c                    |   4 +-
 arch/arm/mach-imx/imx8m/soc.c              |  75 ++++-
 drivers/thermal/Kconfig                    |   9 +
 drivers/thermal/Makefile                   |   1 +
 drivers/thermal/imx_scu_thermal.c          |   8 +
 drivers/thermal/imx_tmu.c                  | 467 +++++++++++++++++++++++++++++
 7 files changed, 595 insertions(+), 10 deletions(-)
 create mode 100644 drivers/thermal/imx_tmu.c

-- 
2.16.4

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

end of thread, other threads:[~2020-05-11 10:19 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-03 14:19 [PATCH 00/13] imx: tmu support and scu thermal update Peng Fan
2020-05-03 14:19 ` [PATCH 01/13] thermal: imx_scu_thermal: Update driver for i.MX8QM thermal sensor Peng Fan
2020-05-11 10:16   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 02/13] thermal: Add thermal driver for i.MX8M Peng Fan
2020-05-11 10:16   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 03/13] thermal: imx_tmu: Add support for thermal sensor on iMX8MM Peng Fan
2020-05-11 10:16   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 04/13] thermal: imx_tmu: support TMU arch level initialization Peng Fan
2020-05-11 10:18   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 05/13] thermal: imx_tmu: Fix for temperature out of range Peng Fan
2020-05-11 10:16   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 06/13] thermal: imx_tmu: Check the TEMP range for iMX8MM Peng Fan
2020-05-11 10:17   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 07/13] thermal: imx_tmu: support i.MX8MP Peng Fan
2020-05-11 10:18   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 08/13] imx8mm: Load fuse for TMU TCALIV and TASR Peng Fan
2020-05-11 10:16   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 09/13] imx: i.MX8MN: Enable loading TASR and TCALIV from fuse Peng Fan
2020-05-11 10:18   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 10/13] imx: load calibration parameters from fuse for i.MX8MP Peng Fan
2020-05-03 15:10   ` Fabio Estevam
2020-05-03 23:39     ` Peng Fan
2020-05-04 12:38       ` Fabio Estevam
2020-05-05  2:50         ` Peng Fan
2020-05-06 16:14           ` Fabio Estevam
2020-05-07  0:08             ` Peng Fan
2020-05-07  2:11               ` Fabio Estevam
2020-05-11 10:19   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 11/13] imx8mp: Set default SNSR25C for TMU probe1 Peng Fan
2020-05-11 10:15   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 12/13] imx: regs: add more fuse bank structure Peng Fan
2020-05-11 10:18   ` sbabic at denx.de
2020-05-03 14:19 ` [PATCH 13/13] imx: cpu: support tmu Peng Fan
2020-05-11 10:16   ` sbabic at denx.de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox