All of lore.kernel.org
 help / color / mirror / Atom feed
From: Caesar Wang <caesar.wang@rock-chips.com>
To: "Heiko Stübner" <heiko@sntech.de>,
	"Eduardo Valentin" <edubezval@gmail.com>
Cc: 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 08:46:27 +0800	[thread overview]
Message-ID: <5473D163.9070708@rock-chips.com> (raw)
In-Reply-To: <1771961.FfLxNDNiti@diego>

Heiko,

在 2014年11月25日 07:39, Heiko Stübner 写道:
> 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.
>
OK,
Thanks!

> Heiko
>
>
>

-- 
Best regards,
Caesar



WARNING: multiple messages have this Message-ID (diff)
From: caesar.wang@rock-chips.com (Caesar Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v19 0/5] Rockchip soc thermal driver
Date: Tue, 25 Nov 2014 08:46:27 +0800	[thread overview]
Message-ID: <5473D163.9070708@rock-chips.com> (raw)
In-Reply-To: <1771961.FfLxNDNiti@diego>

Heiko,

? 2014?11?25? 07:39, Heiko St?bner ??:
> 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.
>
OK,
Thanks!

> Heiko
>
>
>

-- 
Best regards,
Caesar

  reply	other threads:[~2014-11-25  0:46 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
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
2014-11-24 23:39     ` Heiko Stübner
2014-11-25  0:46     ` Caesar Wang [this message]
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=5473D163.9070708@rock-chips.com \
    --to=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=heiko@sntech.de \
    --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.