From: "Heiko Stübner" <heiko@sntech.de>
To: Eduardo Valentin <edubezval@gmail.com>
Cc: Caesar Wang <caesar.wang@rock-chips.com>,
rui.zhang@intel.com, zyf@rock-chips.com, dianders@chromium.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
cf@rock-chips.com, dmitry.torokhov@gmail.com,
huangtao@rock-chips.com, fzf@rock-chips.com
Subject: Re: [PATCH v19 0/5] Rockchip soc thermal driver
Date: Tue, 25 Nov 2014 00:39:43 +0100 [thread overview]
Message-ID: <1771961.FfLxNDNiti@diego> (raw)
In-Reply-To: <20141124201807.GA20404@developer>
Hi Caesar,
Am Montag, 24. November 2014, 16:18:12 schrieb Eduardo Valentin:
> Hello Caesar,
>
> On Mon, Nov 24, 2014 at 12:58:57PM +0800, Caesar Wang wrote:
> > This series patchs tested on rk3288 SDK board and pinky-v1,v2 board.
> > I believe the driver can be used on the rk3288-evb board.
> >
> > Add this driver, The system will shutdown when
> > the thermal temperture over 100C.If for some reason we are unable to
> > shut it down in orderly fashion (kernel is stuck holding a lock or
> > similar)
> > then hardware will reset it.
> >
> > The patchs 1/5,2/5 can applay Eduardo's Branch
> > git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.g
> > it [branch "next-kernel"]
> >
> > remote = origin
> > merge = refs/heads/next
>
> I applied your patches 1 and 2 in my -linus branch, and luckily will be
> accepted for 3.19.
and I've taken patches 3, 4 and 5 into my dts branch for 3.19 .
I've adapted the commit messages in some places and removed the
/* sensor ID */
comments from the rk3288-thermal.dtsi.
Heiko
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v19 0/5] Rockchip soc thermal driver
Date: Tue, 25 Nov 2014 00:39:43 +0100 [thread overview]
Message-ID: <1771961.FfLxNDNiti@diego> (raw)
In-Reply-To: <20141124201807.GA20404@developer>
Hi Caesar,
Am Montag, 24. November 2014, 16:18:12 schrieb Eduardo Valentin:
> Hello Caesar,
>
> On Mon, Nov 24, 2014 at 12:58:57PM +0800, Caesar Wang wrote:
> > This series patchs tested on rk3288 SDK board and pinky-v1,v2 board.
> > I believe the driver can be used on the rk3288-evb board.
> >
> > Add this driver, The system will shutdown when
> > the thermal temperture over 100C.If for some reason we are unable to
> > shut it down in orderly fashion (kernel is stuck holding a lock or
> > similar)
> > then hardware will reset it.
> >
> > The patchs 1/5,2/5 can applay Eduardo's Branch
> > git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.g
> > it [branch "next-kernel"]
> >
> > remote = origin
> > merge = refs/heads/next
>
> I applied your patches 1 and 2 in my -linus branch, and luckily will be
> accepted for 3.19.
and I've taken patches 3, 4 and 5 into my dts branch for 3.19 .
I've adapted the commit messages in some places and removed the
/* sensor ID */
comments from the rk3288-thermal.dtsi.
Heiko
next prev parent reply other threads:[~2014-11-24 23:39 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-24 4:58 [PATCH v19 0/5] Rockchip soc thermal driver Caesar Wang
2014-11-24 4:58 ` Caesar Wang
2014-11-24 4:58 ` [PATCH v19 1/5] dt-bindings: document Rockchip thermal Caesar Wang
2014-11-24 4:58 ` Caesar Wang
2014-11-24 4:58 ` [PATCH v19 2/5] thermal: rockchip: add driver for thermal Caesar Wang
2014-11-24 4:58 ` Caesar Wang
2014-11-24 4:58 ` Caesar Wang
2014-11-24 4:59 ` [PATCH v19 3/5] ARM: dts: add RK3288 Thermal data Caesar Wang
2014-11-24 4:59 ` Caesar Wang
2014-11-24 4:59 ` [PATCH v19 4/5] ARM: dts: add main Thermal info to rk3288 Caesar Wang
2014-11-24 4:59 ` Caesar Wang
[not found] ` <1416805142-27304-1-git-send-email-caesar.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-11-24 4:59 ` [PATCH v19 5/5] ARM: dts: enable Thermal on rk3288-evb board Caesar Wang
2014-11-24 4:59 ` Caesar Wang
2014-11-24 4:59 ` Caesar Wang
2014-11-24 20:18 ` [PATCH v19 0/5] Rockchip soc thermal driver Eduardo Valentin
2014-11-24 20:18 ` Eduardo Valentin
2014-11-24 23:39 ` Heiko Stübner [this message]
2014-11-24 23:39 ` Heiko Stübner
2014-11-25 0:46 ` Caesar Wang
2014-11-25 0:46 ` Caesar Wang
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=1771961.FfLxNDNiti@diego \
--to=heiko@sntech.de \
--cc=caesar.wang@rock-chips.com \
--cc=cf@rock-chips.com \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=dmitry.torokhov@gmail.com \
--cc=edubezval@gmail.com \
--cc=fzf@rock-chips.com \
--cc=huangtao@rock-chips.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=rui.zhang@intel.com \
--cc=zyf@rock-chips.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.