Re: [RESEND PATCH 0/6] thermal: sti: Add new Thermal driver
From: Zhang Rui <hidden>
Date: 2014-07-09 13:19:32
Also in:
linux-arm-kernel, linux-pm, lkml
On Wed, 2014-07-09 at 13:08 +0100, Lee Jones wrote:
On Tue, 24 Jun 2014, Lee Jones wrote:quoted
quoted
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.Any thing from the Thermal guys? Has this set fallen through the gaps?Anything at all? It's been well over a month now.
Well, for the soc thermal drivers, I'd prefer to take them via Eduardo, but as we didn't get any feedback from Eduardo, I will take them. thanks, rui
quoted
quoted
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(+)
-- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html