From: Lee Jones <lee.jones@linaro.org>
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
Date: Tue, 24 Jun 2014 10:23:09 +0100 [thread overview]
Message-ID: <20140624092309.GD13803@lee--X1> (raw)
In-Reply-To: <1401980819-19962-1-git-send-email-lee.jones@linaro.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
WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH 0/6] thermal: sti: Add new Thermal driver
Date: Tue, 24 Jun 2014 10:23:09 +0100 [thread overview]
Message-ID: <20140624092309.GD13803@lee--X1> (raw)
In-Reply-To: <1401980819-19962-1-git-send-email-lee.jones@linaro.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
next prev parent reply other threads:[~2014-06-24 9:23 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-05 15:06 [RESEND PATCH 0/6] thermal: sti: Add new Thermal driver Lee Jones
2014-06-05 15:06 ` Lee Jones
2014-06-05 15:06 ` [PATCH 1/6] thermal: sti: Supply Device Tree documentation Lee Jones
2014-06-05 15:06 ` Lee Jones
2014-06-05 15:06 ` [PATCH 2/6] thermal: sti: Introduce ST Thermal core code Lee Jones
2014-06-05 15:06 ` Lee Jones
2014-06-14 22:31 ` Pavel Machek
2014-06-14 22:31 ` Pavel Machek
2014-06-05 15:06 ` [PATCH 3/6] thermal: sti: Add support for ST's System Config Register based Thermal controller Lee Jones
2014-06-05 15:06 ` Lee Jones
2014-06-05 15:06 ` Lee Jones
2014-06-05 15:06 ` [PATCH 4/6] thermal: sti: Add support for ST's Memory Mapped " Lee Jones
2014-06-05 15:06 ` Lee Jones
2014-06-05 15:06 ` [PATCH 5/6] ARM: STi: DT: STiH416: Supply Thermal Controller Device Tree nodes Lee Jones
2014-06-05 15:06 ` Lee Jones
[not found] ` <1401980819-19962-6-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-07-21 9:33 ` Maxime Coquelin
2014-07-21 9:33 ` Maxime Coquelin
2014-07-21 9:33 ` Maxime Coquelin
2014-06-05 15:06 ` [PATCH 6/6] ARM: multi_v7_defconfig: Configure in ST's Thermal Controller Lee Jones
2014-06-05 15:06 ` Lee Jones
2014-07-21 9:50 ` Maxime Coquelin
2014-07-21 9:50 ` Maxime Coquelin
2014-07-21 9:50 ` Maxime Coquelin
2014-06-24 9:23 ` Lee Jones [this message]
2014-06-24 9:23 ` [RESEND PATCH 0/6] thermal: sti: Add new Thermal driver Lee Jones
2014-07-09 12:08 ` Lee Jones
2014-07-09 12:08 ` Lee Jones
2014-07-09 13:19 ` Zhang Rui
2014-07-09 13:19 ` Zhang Rui
2014-07-09 13:19 ` Zhang Rui
2014-07-09 13:46 ` Lee Jones
2014-07-09 13:46 ` Lee Jones
2014-07-14 13:08 ` Lee Jones
2014-07-14 13:08 ` Lee Jones
2014-07-14 14:14 ` Zhang Rui
2014-07-14 14:14 ` Zhang Rui
2014-07-14 14:27 ` Lee Jones
2014-07-14 14:27 ` Lee Jones
2014-07-21 9:17 ` Lee Jones
2014-07-21 9:17 ` Lee Jones
2014-07-21 9:34 ` Zhang Rui
2014-07-21 9:34 ` Zhang Rui
2014-07-21 10:13 ` Lee Jones
2014-07-21 10:13 ` Lee Jones
2014-08-11 13:56 ` Lee Jones
2014-08-11 13:56 ` Lee Jones
2014-08-11 13:56 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140624092309.GD13803@lee--X1 \
--to=lee.jones@linaro.org \
--cc=ajitpal.singh@st.com \
--cc=devicetree@vger.kernel.org \
--cc=edubezval@gmail.com \
--cc=kernel@stlinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=maxime.coquelin@st.com \
--cc=patrice.chotard@st.com \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.