Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752362AbaFXJXT (ORCPT ); Tue, 24 Jun 2014 05:23:19 -0400 Received: from mail-ie0-f170.google.com ([209.85.223.170]:38793 "EHLO mail-ie0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751098AbaFXJXQ (ORCPT ); Tue, 24 Jun 2014 05:23:16 -0400 Date: Tue, 24 Jun 2014 10:23:09 +0100 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: kernel@stlinux.com, ajitpal.singh@st.com, edubezval@gmail.com, rui.zhang@intel.com, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, maxime.coquelin@st.com, patrice.chotard@st.com Subject: Re: [RESEND PATCH 0/6] thermal: sti: Add new Thermal driver Message-ID: <20140624092309.GD13803@lee--X1> References: <1401980819-19962-1-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1401980819-19962-1-git-send-email-lee.jones@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > 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? > 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(+) > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/