
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