All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/3] Support for TI bandgap temperature sensor
@ 2017-10-23  7:58 Faiz Abbas
  2017-10-23  7:58 ` [U-Boot] [PATCH v4 1/3] thermal: ti-bandgap: Add support for " Faiz Abbas
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Faiz Abbas @ 2017-10-23  7:58 UTC (permalink / raw)
  To: u-boot

Adding support for TI bandgap temperature sensor.
Also add dt support for bandgap sensor in spl.

v4:
 1. Added configs enabled by default in dra7xx and am57xx SOCs
 2. Split config enabling in a separate commit

v3:
Missed adding Reviewed-by in v2.

Faiz Abbas (3):
  thermal: ti-bandgap: Add support for temperature sensor
  ARM: dts: OMAP5+: Add support for bandgap sensor in SPL
  arm: Kconfig: Add thermal config options for dra7xx and am57xx

 arch/arm/dts/omap5-u-boot.dtsi                     |   4 +
 arch/arm/mach-omap2/omap5/Kconfig                  |   6 +
 common/spl/Kconfig                                 |   8 +
 configs/am57xx_evm_defconfig                       |   3 +
 configs/dra7xx_evm_defconfig                       |   3 +
 .../thermal/ti_soc_thermal.txt                     |  35 ++++
 drivers/Makefile                                   |   2 +-
 drivers/thermal/Kconfig                            |   6 +
 drivers/thermal/Makefile                           |   1 +
 drivers/thermal/ti-bandgap.c                       | 197 +++++++++++++++++++++
 10 files changed, 264 insertions(+), 1 deletion(-)
 create mode 100644 doc/device-tree-bindings/thermal/ti_soc_thermal.txt
 create mode 100644 drivers/thermal/ti-bandgap.c

-- 
2.7.4

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

end of thread, other threads:[~2017-11-13 18:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-23  7:58 [U-Boot] [PATCH v4 0/3] Support for TI bandgap temperature sensor Faiz Abbas
2017-10-23  7:58 ` [U-Boot] [PATCH v4 1/3] thermal: ti-bandgap: Add support for " Faiz Abbas
2017-11-13  6:23   ` Faiz Abbas
2017-11-13 18:59     ` Tom Rini
2017-10-23  7:58 ` [U-Boot] [PATCH v4 2/3] ARM: dts: OMAP5+: Add support for bandgap sensor in SPL Faiz Abbas
2017-10-23 16:05   ` Tom Rini
2017-10-23  7:58 ` [U-Boot] [PATCH v4 3/3] ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx Faiz Abbas

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.