linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] thermal: sti: Add new Thermal driver
@ 2014-05-30  9:38 Lee Jones
  2014-05-30  9:38 ` [PATCH 1/6] thermal: sti: Supply Device Tree documentation Lee Jones
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Lee Jones @ 2014-05-30  9:38 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds full support for 2 types of Thermal Controllers
produced by STMicroelectronics.  One is a more traditional memory
mapped variant, the other is controlled solely by system configuration
registers.

 Documentation/devicetree/bindings/thermal/st-thermal.txt |  42 ++++++++++++++++
 arch/arm/boot/dts/stih416.dtsi                           |  18 +++++++
 arch/arm/configs/multi_v7_defconfig                      |   2 +
 drivers/thermal/Kconfig                                  |   5 ++
 drivers/thermal/Makefile                                 |   1 +
 drivers/thermal/st/Kconfig                               |  12 +++++
 drivers/thermal/st/Makefile                              |   3 ++
 drivers/thermal/st/st_thermal.c                          | 313 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/thermal/st/st_thermal.h                          | 104 ++++++++++++++++++++++++++++++++++++++
 drivers/thermal/st/st_thermal_memmap.c                   | 209 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/thermal/st/st_thermal_syscfg.c                   | 179 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 888 insertions(+)

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [RESEND PATCH 0/6] thermal: sti: Add new Thermal driver
@ 2014-06-05 15:06 Lee Jones
  2014-06-05 15:06 ` [PATCH 6/6] ARM: multi_v7_defconfig: Configure in ST's Thermal Controller Lee Jones
  0 siblings, 1 reply; 16+ messages in thread
From: Lee Jones @ 2014-06-05 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

I'm re-sending this set, as one of the maintainers' email addresses
is incorrect in the MAINTAINERS file.

This patchset adds full support for 2 types of Thermal Controllers
produced by STMicroelectronics.  One is a more traditional memory
mapped variant, the other is controlled solely by system configuration
registers.
  
 Documentation/devicetree/bindings/thermal/st-thermal.txt |  42 ++++++++++++++++
 arch/arm/boot/dts/stih416.dtsi                           |  18 +++++++
 arch/arm/configs/multi_v7_defconfig                      |   2 +
 drivers/thermal/Kconfig                                  |   5 ++
 drivers/thermal/Makefile                                 |   1 +
 drivers/thermal/st/Kconfig                               |  12 +++++
 drivers/thermal/st/Makefile                              |   3 ++
 drivers/thermal/st/st_thermal.c                          | 313 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++
 drivers/thermal/st/st_thermal.h                          | 104 ++++++++++++++++++++++++++++++++++++++
 drivers/thermal/st/st_thermal_memmap.c                   | 209 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/thermal/st/st_thermal_syscfg.c                   | 179 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 888 insertions(+)

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

end of thread, other threads:[~2014-07-21  9:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30  9:38 [PATCH 0/6] thermal: sti: Add new Thermal driver Lee Jones
2014-05-30  9:38 ` [PATCH 1/6] thermal: sti: Supply Device Tree documentation Lee Jones
2014-06-05 12:01   ` [STLinux Kernel] " Peter Griffin
2014-06-05 12:25     ` Lee Jones
2014-06-05 14:56     ` [PATCH v1 " Lee Jones
2014-05-30  9:38 ` [PATCH 2/6] thermal: sti: Introduce ST Thermal core code Lee Jones
2014-05-30  9:38 ` [PATCH 3/6] thermal: sti: Add support for ST's System Config Register based Thermal controller Lee Jones
2014-06-05 15:16   ` [STLinux Kernel] " Peter Griffin
2014-06-05 15:22     ` Peter Griffin
2014-05-30  9:38 ` [PATCH 4/6] thermal: sti: Add support for ST's Memory Mapped " Lee Jones
2014-06-05 15:26   ` [STLinux Kernel] " Peter Griffin
2014-05-30  9:38 ` [PATCH 5/6] ARM: STi: DT: STiH416: Supply Thermal Controller Device Tree nodes Lee Jones
2014-05-30  9:38 ` [PATCH 6/6] ARM: multi_v7_defconfig: Configure in ST's Thermal Controller Lee Jones
2014-07-01  2:07 ` [PATCH 0/6] thermal: sti: Add new Thermal driver Zhang Rui
  -- strict thread matches above, loose matches on Subject: below --
2014-06-05 15:06 [RESEND PATCH " Lee Jones
2014-06-05 15:06 ` [PATCH 6/6] ARM: multi_v7_defconfig: Configure in ST's Thermal Controller Lee Jones
2014-07-21  9:50   ` Maxime Coquelin

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).