All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] thermal: Add multiple instance support
@ 2019-03-11  6:12 Keerthy
  2019-03-11  6:12 ` [U-Boot] [PATCH 1/3] " Keerthy
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Keerthy @ 2019-03-11  6:12 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2019-03-22  7:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11  6:12 [U-Boot] [PATCH 0/3] thermal: Add multiple instance support Keerthy
2019-03-11  6:12 ` [U-Boot] [PATCH 1/3] " Keerthy
2019-03-19  1:23   ` Simon Glass
2019-03-19 14:23     ` keerthy
2019-03-21  5:22       ` Simon Glass
2019-03-11  6:12 ` [U-Boot] [PATCH 2/3] cmd: thermal: Add command line interface to read out temperatures Keerthy
2019-03-22  7:53   ` Simon Glass
2019-03-11  6:12 ` [U-Boot] [PATCH 3/3] configs: dra7xx_evm_defconfig: Enable TI_DRA7_THERMAL & CMD_THERMAL Keerthy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.