linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce STM32 thermal driver
@ 2018-10-05 10:08 David HERNANDEZ SANCHEZ
  2018-10-05 10:08 ` [PATCH 1/3] dt-bindings: stm32-thermal: add binding documentation David HERNANDEZ SANCHEZ
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: David HERNANDEZ SANCHEZ @ 2018-10-05 10:08 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin, Daniel Lezcano, Rob Herring,
	Mark Rutland, Maxime Coquelin, Alexandre TORGUE
  Cc: linux-pm, devicetree, linux-arm-kernel, linux-kernel, linux-stm32

This series adds support for STMicroelectronics Digital Temperature
Sensor (DTS), used on some STM32 SoCs.

Driver is based on thermal sysfs and it has been tested OK on a 4.19-rc5 linux
release.

Please feel free to contact me back for further information
and to discuss about this implementation.

Br,
David HERNANDEZ SANCHEZ

David Hernandez Sanchez (3):
  dt-bindings: stm32-thermal: add binding documentation
  thermal: add stm32 thermal driver
  ARM: dts: stm32: add thermal sensor support on STM32MP157c

 .../devicetree/bindings/thermal/stm32-thermal.txt  |  61 ++
 arch/arm/boot/dts/stm32mp157c.dtsi                 |  35 +
 drivers/thermal/Kconfig                            |   2 +-
 drivers/thermal/Makefile                           |   2 +-
 drivers/thermal/st/Kconfig                         |  14 +
 drivers/thermal/st/Makefile                        |   1 +
 drivers/thermal/st/stm_thermal.c                   | 760 +++++++++++++++++++++
 7 files changed, 873 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/stm32-thermal.txt
 create mode 100644 drivers/thermal/st/stm_thermal.c

--
2.7.4

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

end of thread, other threads:[~2018-12-03  9:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 10:08 [PATCH 0/3] Introduce STM32 thermal driver David HERNANDEZ SANCHEZ
2018-10-05 10:08 ` [PATCH 1/3] dt-bindings: stm32-thermal: add binding documentation David HERNANDEZ SANCHEZ
2018-10-16 22:38   ` Rob Herring
2018-10-05 10:08 ` [PATCH 3/3] ARM: dts: stm32: add thermal sensor support on STM32MP157c David HERNANDEZ SANCHEZ
2018-10-16 22:40   ` Rob Herring
2018-10-17 14:22     ` Rob Herring
2018-12-03  9:47   ` Alexandre Torgue
2018-10-05 10:08 ` [PATCH 2/3] thermal: add stm32 thermal driver David HERNANDEZ SANCHEZ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).