From: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
To: Eduardo Valentin <eduardo.valentin-l0cyMroinI0@public.gmane.org>,
bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org,
pawel.moll-5wv7dgnIgG8@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
ian.campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org,
rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org,
linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org,
rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/7] DRA7: DT thermal support
Date: Tue, 1 Oct 2013 17:58:48 -0500 [thread overview]
Message-ID: <20131001225848.GA12365@kahuna> (raw)
In-Reply-To: <1380652344-18819-1-git-send-email-eduardo.valentin-l0cyMroinI0@public.gmane.org>
On 14:32-20131001, Eduardo Valentin wrote:
> Hello all,
>
> This is a complementary patch series with themal DT support for DRA7.
>
> Although this work depends on the thermal dt parser work [1], I decided
> to share it before hand. It also depends on DRA7 DT base port support,
> which I fetched from Rajendra's tree [2].
>
> This patch series has been runtime tested on DRA7-evm.
>
> All best,
>
> [1] - https://lkml.org/lkml/2013/9/26/787
> [2] - git://github.com/rrnayak/linux.git out-of-tree/dra-integrated-v3
>
> Eduardo Valentin (7):
> arm: dts: add dra7 DSPEVE thermal data
> arm: dts: add dra7 IVA thermal data
> arm: dts: dra7: add bandgap entry
> arm: dts: add cooling properties on dra7 cpu node
> arm: dts: dra7: add thermal data
> arm: dts: add tmp102 i2c sensor node on dra7-evm
> arm: dts: add thermal zones info on tmp102 for DRA7-EVM
>
> arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 28 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/dra7-evm.dts | 23 +++++++++++++++++++++++
> arch/arm/boot/dts/dra7-iva-thermal.dtsi | 28 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/dra7.dtsi | 27 ++++++++++++++++++++++++++-
> 4 files changed, 105 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi
> create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi
+Benoit, Tony, Linux-omap.
Ref: http://marc.info/?l=linux-pm&m=138065243027014&w=2
Tony, Benoit,
The following diff[1] is probably needed to ensure that right audience
is addressed.
Eduardo,
could you send an updated series with Tony,
Benoit and linux-omap in the loop?
[1]
diff --git a/MAINTAINERS b/MAINTAINERS
index 284969f..3442671 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5969,6 +5969,7 @@ M: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
L: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
L: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
S: Maintained
+F: arch/arm/boot/dts/*dra7*
F: arch/arm/boot/dts/*omap*
F: arch/arm/boot/dts/*am3*
--
Regards,
Nishanth Menon
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Eduardo Valentin <eduardo.valentin@ti.com>,
bcousson@baylibre.com, tony@atomide.com,
linux-omap@vger.kernel.org
Cc: swarren@wwwdotorg.org, pawel.moll@arm.com, mark.rutland@arm.com,
ian.campbell@citrix.com, rob.herring@calxeda.com,
linux@roeck-us.net, rui.zhang@intel.com, grant.likely@linaro.org,
linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH 0/7] DRA7: DT thermal support
Date: Tue, 01 Oct 2013 22:58:48 +0000 [thread overview]
Message-ID: <20131001225848.GA12365@kahuna> (raw)
In-Reply-To: <1380652344-18819-1-git-send-email-eduardo.valentin@ti.com>
On 14:32-20131001, Eduardo Valentin wrote:
> Hello all,
>
> This is a complementary patch series with themal DT support for DRA7.
>
> Although this work depends on the thermal dt parser work [1], I decided
> to share it before hand. It also depends on DRA7 DT base port support,
> which I fetched from Rajendra's tree [2].
>
> This patch series has been runtime tested on DRA7-evm.
>
> All best,
>
> [1] - https://lkml.org/lkml/2013/9/26/787
> [2] - git://github.com/rrnayak/linux.git out-of-tree/dra-integrated-v3
>
> Eduardo Valentin (7):
> arm: dts: add dra7 DSPEVE thermal data
> arm: dts: add dra7 IVA thermal data
> arm: dts: dra7: add bandgap entry
> arm: dts: add cooling properties on dra7 cpu node
> arm: dts: dra7: add thermal data
> arm: dts: add tmp102 i2c sensor node on dra7-evm
> arm: dts: add thermal zones info on tmp102 for DRA7-EVM
>
> arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 28 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/dra7-evm.dts | 23 +++++++++++++++++++++++
> arch/arm/boot/dts/dra7-iva-thermal.dtsi | 28 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/dra7.dtsi | 27 ++++++++++++++++++++++++++-
> 4 files changed, 105 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi
> create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi
+Benoit, Tony, Linux-omap.
Ref: http://marc.info/?l=linux-pm&m\x138065243027014&w=2
Tony, Benoit,
The following diff[1] is probably needed to ensure that right audience
is addressed.
Eduardo,
could you send an updated series with Tony,
Benoit and linux-omap in the loop?
[1]
diff --git a/MAINTAINERS b/MAINTAINERS
index 284969f..3442671 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5969,6 +5969,7 @@ M: Tony Lindgren <tony@atomide.com>
L: linux-omap@vger.kernel.org
L: devicetree@vger.kernel.org
S: Maintained
+F: arch/arm/boot/dts/*dra7*
F: arch/arm/boot/dts/*omap*
F: arch/arm/boot/dts/*am3*
--
Regards,
Nishanth Menon
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Eduardo Valentin <eduardo.valentin@ti.com>,
<bcousson@baylibre.com>, <tony@atomide.com>,
<linux-omap@vger.kernel.org>
Cc: <swarren@wwwdotorg.org>, <pawel.moll@arm.com>,
<mark.rutland@arm.com>, <ian.campbell@citrix.com>,
<rob.herring@calxeda.com>, <linux@roeck-us.net>,
<rui.zhang@intel.com>, <grant.likely@linaro.org>,
<linux-pm@vger.kernel.org>, <devicetree@vger.kernel.org>,
<lm-sensors@lm-sensors.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/7] DRA7: DT thermal support
Date: Tue, 1 Oct 2013 17:58:48 -0500 [thread overview]
Message-ID: <20131001225848.GA12365@kahuna> (raw)
In-Reply-To: <1380652344-18819-1-git-send-email-eduardo.valentin@ti.com>
On 14:32-20131001, Eduardo Valentin wrote:
> Hello all,
>
> This is a complementary patch series with themal DT support for DRA7.
>
> Although this work depends on the thermal dt parser work [1], I decided
> to share it before hand. It also depends on DRA7 DT base port support,
> which I fetched from Rajendra's tree [2].
>
> This patch series has been runtime tested on DRA7-evm.
>
> All best,
>
> [1] - https://lkml.org/lkml/2013/9/26/787
> [2] - git://github.com/rrnayak/linux.git out-of-tree/dra-integrated-v3
>
> Eduardo Valentin (7):
> arm: dts: add dra7 DSPEVE thermal data
> arm: dts: add dra7 IVA thermal data
> arm: dts: dra7: add bandgap entry
> arm: dts: add cooling properties on dra7 cpu node
> arm: dts: dra7: add thermal data
> arm: dts: add tmp102 i2c sensor node on dra7-evm
> arm: dts: add thermal zones info on tmp102 for DRA7-EVM
>
> arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 28 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/dra7-evm.dts | 23 +++++++++++++++++++++++
> arch/arm/boot/dts/dra7-iva-thermal.dtsi | 28 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/dra7.dtsi | 27 ++++++++++++++++++++++++++-
> 4 files changed, 105 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi
> create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi
+Benoit, Tony, Linux-omap.
Ref: http://marc.info/?l=linux-pm&m=138065243027014&w=2
Tony, Benoit,
The following diff[1] is probably needed to ensure that right audience
is addressed.
Eduardo,
could you send an updated series with Tony,
Benoit and linux-omap in the loop?
[1]
diff --git a/MAINTAINERS b/MAINTAINERS
index 284969f..3442671 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5969,6 +5969,7 @@ M: Tony Lindgren <tony@atomide.com>
L: linux-omap@vger.kernel.org
L: devicetree@vger.kernel.org
S: Maintained
+F: arch/arm/boot/dts/*dra7*
F: arch/arm/boot/dts/*omap*
F: arch/arm/boot/dts/*am3*
--
Regards,
Nishanth Menon
next prev parent reply other threads:[~2013-10-01 22:58 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 18:32 [PATCH 0/7] DRA7: DT thermal support Eduardo Valentin
2013-10-01 18:32 ` Eduardo Valentin
2013-10-01 18:32 ` [lm-sensors] " Eduardo Valentin
2013-10-01 18:32 ` [PATCH 1/7] arm: dts: add dra7 DSPEVE thermal data Eduardo Valentin
2013-10-01 18:32 ` Eduardo Valentin
2013-10-01 18:32 ` [lm-sensors] " Eduardo Valentin
2013-10-01 22:37 ` Nishanth Menon
2013-10-01 22:37 ` Nishanth Menon
2013-10-01 22:37 ` [lm-sensors] " Nishanth Menon
2013-10-02 1:27 ` Eduardo Valentin
2013-10-02 1:27 ` Eduardo Valentin
2013-10-02 1:27 ` [lm-sensors] " Eduardo Valentin
2013-10-01 18:32 ` [PATCH 3/7] arm: dts: dra7: add bandgap entry Eduardo Valentin
2013-10-01 18:32 ` Eduardo Valentin
2013-10-01 18:32 ` [lm-sensors] " Eduardo Valentin
[not found] ` <1380652344-18819-4-git-send-email-eduardo.valentin-l0cyMroinI0@public.gmane.org>
2013-10-01 22:46 ` Nishanth Menon
2013-10-01 22:46 ` Nishanth Menon
2013-10-01 22:46 ` [lm-sensors] " Nishanth Menon
2013-10-02 1:28 ` Eduardo Valentin
2013-10-02 1:28 ` Eduardo Valentin
2013-10-02 1:28 ` [lm-sensors] " Eduardo Valentin
2013-11-06 20:23 ` [PATCHv2 " Eduardo Valentin
2013-11-06 20:23 ` Eduardo Valentin
2013-11-06 20:23 ` [lm-sensors] " Eduardo Valentin
2013-10-01 18:32 ` [PATCH 4/7] arm: dts: add cooling properties on dra7 cpu node Eduardo Valentin
2013-10-01 18:32 ` Eduardo Valentin
2013-10-01 18:32 ` [lm-sensors] " Eduardo Valentin
2013-10-01 18:32 ` [PATCH 5/7] arm: dts: dra7: add thermal data Eduardo Valentin
2013-10-01 18:32 ` Eduardo Valentin
2013-10-01 18:32 ` [lm-sensors] " Eduardo Valentin
2013-10-01 18:32 ` [PATCH 6/7] arm: dts: add tmp102 i2c sensor node on dra7-evm Eduardo Valentin
2013-10-01 18:32 ` Eduardo Valentin
2013-10-01 18:32 ` [lm-sensors] " Eduardo Valentin
2013-10-01 22:51 ` Nishanth Menon
2013-10-01 22:51 ` Nishanth Menon
2013-10-01 22:51 ` [lm-sensors] " Nishanth Menon
2013-10-02 1:32 ` Eduardo Valentin
2013-10-02 1:32 ` Eduardo Valentin
2013-10-02 1:32 ` [lm-sensors] " Eduardo Valentin
2013-10-01 18:32 ` [PATCH 7/7] arm: dts: add thermal zones info on tmp102 for DRA7-EVM Eduardo Valentin
2013-10-01 18:32 ` Eduardo Valentin
2013-10-01 18:32 ` [lm-sensors] " Eduardo Valentin
[not found] ` <1380652344-18819-1-git-send-email-eduardo.valentin-l0cyMroinI0@public.gmane.org>
2013-10-01 18:32 ` [PATCH 2/7] arm: dts: add dra7 IVA thermal data Eduardo Valentin
2013-10-01 18:32 ` Eduardo Valentin
2013-10-01 18:32 ` [lm-sensors] " Eduardo Valentin
2013-10-01 22:33 ` Nishanth Menon
2013-10-01 22:33 ` Nishanth Menon
2013-10-01 22:33 ` [lm-sensors] " Nishanth Menon
2013-10-02 1:26 ` Eduardo Valentin
2013-10-02 1:26 ` Eduardo Valentin
2013-10-02 1:26 ` [lm-sensors] " Eduardo Valentin
2013-10-01 22:58 ` Nishanth Menon [this message]
2013-10-01 22:58 ` [PATCH 0/7] DRA7: DT thermal support Nishanth Menon
2013-10-01 22:58 ` [lm-sensors] " Nishanth Menon
2013-10-02 1:45 ` Eduardo Valentin
2013-10-02 1:45 ` Eduardo Valentin
2013-10-02 1:45 ` [lm-sensors] " Eduardo Valentin
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=20131001225848.GA12365@kahuna \
--to=nm-l0cymroini0@public.gmane.org \
--cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=eduardo.valentin-l0cyMroinI0@public.gmane.org \
--cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=ian.campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org \
--cc=linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org \
--cc=rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
/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.