[U-Boot] [PATCH 0/3] thermal: Add multiple instance support

Keerthy j-keerthy at ti.com
Mon Mar 11 06:12:56 UTC 2019


This series adds support for multiple sensor tempeatures
read & also a cmd option to read out temperatures
from u-boot prompt.

Keerthy (3):
  thermal: Add multiple instance support
  cmd: thermal: Add command line interface to read out temperatures
  configs: dra7xx_evm_defconfig: Enable TI_DRA7_THERMAL & CMD_THERMAL

 arch/arm/mach-imx/cpu.c          |  2 +-
 cmd/Kconfig                      |  5 +++
 cmd/Makefile                     |  1 +
 cmd/thermal.c                    | 59 ++++++++++++++++++++++++++++++++
 configs/dra7xx_evm_defconfig     |  3 ++
 drivers/mmc/omap_hsmmc.c         |  2 +-
 drivers/thermal/imx_thermal.c    |  2 +-
 drivers/thermal/thermal-uclass.c |  4 +--
 drivers/thermal/ti-bandgap.c     | 13 +++++--
 include/thermal.h                |  6 ++--
 10 files changed, 87 insertions(+), 10 deletions(-)
 create mode 100644 cmd/thermal.c

-- 
2.17.1



More information about the U-Boot mailing list