From: kongxinwei <kong.kongxinwei@hisilicon.com>
To: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"linuxarm@huawei.com" <linuxarm@huawei.com>,
"xuwei5@hisilicon.com" <xuwei5@hisilicon.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"edubezval@gmail.com" <edubezval@gmail.com>,
jorge.ramirez-ortiz@linaro.org,
"rui.zhuang@intel.com" <rui.zhuang@intel.com>,
"liguozhu@hisilicon.com" <liguozhu@hisilicon.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 0/3] 96boards: add thermal senor support to hikey board
Date: Fri, 20 Mar 2015 15:41:37 +0800 [thread overview]
Message-ID: <550BCF31.2000009@hisilicon.com> (raw)
In-Reply-To: <20150320061322.GD18907@leoy-linaro>
在 2015/3/20 14:13, Leo Yan 写道:
> On Fri, Mar 20, 2015 at 11:10:16AM +0800, kongxinwei wrote:
>> hi Mark Rutland:
>>
>> 在 2015/3/19 21:59, Mark Rutland 写道:
>>> On Thu, Mar 19, 2015 at 07:57:26AM +0000, kongxinwei wrote:
>>>> The Linaro connect introduce 96boards series in Hong Kong,The HiKey board
>>>> is the first board to be certified 96Boards Consumer Edition compatible.
>>>> This board is based on the HiSilicon SoC. you can get more information
>>>> from https://www.96boards.org.
>>>>
>>>> The hisilicon SoC contains thermal module, this thermal module has 4 sensors,
>>>>
>>>> - sensor 0: local sensor;
>>>> - sensor 1: remote sensor for ACPU cluster 1;
>>>> - sensor 2: remote sensor for ACPU cluster 2;
>>>> - sensor 3: remote sensor for GPU;
>>>>
>>>> It can obtain this device temperature by operating this hardware. The new
>>>> sensor driver satisfies thermal framework and to realize the ACPU ,GPU and
>>>> so on to cool function.
>>>>
>>>> kongxinwei (3):
>>>> thermal: hisilicon: add new hisilicon thermal sensor driver
>>>> dts: hi6220: enable thermal sensor for hisilicon SoC
>>>> dt-bindings: Document the hi6220 thermal sensor bindings
>>>>
>>>> .../bindings/thermal/hisilicon-thermal.txt | 51 ++
>>>> arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 153 ++++++
>>>> drivers/thermal/Kconfig | 8 +
>>>> drivers/thermal/Makefile | 1 +
>>>> drivers/thermal/hisi_thermal.c | 531 +++++++++++++++++++++
>>>
>>> Mainline does not have a hi6220 dtsi.
>>>
>>> Which tree is this against?
>>>
>>> What are your dependencies?
>>>
>>> Mark.
>>>
>> Hikey board code are being upstreamed by our team.If hi6220 dtsi be accepted, this patch is ok.
>
> Xinwei, u could resend this patch after hi6220 dtsi related patches has
> been merged. Suggest this patchset are only for thermal driver.
>
> Thanks,
> Leo Yan
>
Oh,i wish that many persons review it and give some comments, then i will
send v2 patch and reduce dts file.
Thanks,
Xin Wei
> .
>
WARNING: multiple messages have this Message-ID (diff)
From: kong.kongxinwei@hisilicon.com (kongxinwei)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] 96boards: add thermal senor support to hikey board
Date: Fri, 20 Mar 2015 15:41:37 +0800 [thread overview]
Message-ID: <550BCF31.2000009@hisilicon.com> (raw)
In-Reply-To: <20150320061322.GD18907@leoy-linaro>
? 2015/3/20 14:13, Leo Yan ??:
> On Fri, Mar 20, 2015 at 11:10:16AM +0800, kongxinwei wrote:
>> hi Mark Rutland:
>>
>> ? 2015/3/19 21:59, Mark Rutland ??:
>>> On Thu, Mar 19, 2015 at 07:57:26AM +0000, kongxinwei wrote:
>>>> The Linaro connect introduce 96boards series in Hong Kong,The HiKey board
>>>> is the first board to be certified 96Boards Consumer Edition compatible.
>>>> This board is based on the HiSilicon SoC. you can get more information
>>>> from https://www.96boards.org.
>>>>
>>>> The hisilicon SoC contains thermal module, this thermal module has 4 sensors,
>>>>
>>>> - sensor 0: local sensor;
>>>> - sensor 1: remote sensor for ACPU cluster 1;
>>>> - sensor 2: remote sensor for ACPU cluster 2;
>>>> - sensor 3: remote sensor for GPU;
>>>>
>>>> It can obtain this device temperature by operating this hardware. The new
>>>> sensor driver satisfies thermal framework and to realize the ACPU ,GPU and
>>>> so on to cool function.
>>>>
>>>> kongxinwei (3):
>>>> thermal: hisilicon: add new hisilicon thermal sensor driver
>>>> dts: hi6220: enable thermal sensor for hisilicon SoC
>>>> dt-bindings: Document the hi6220 thermal sensor bindings
>>>>
>>>> .../bindings/thermal/hisilicon-thermal.txt | 51 ++
>>>> arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 153 ++++++
>>>> drivers/thermal/Kconfig | 8 +
>>>> drivers/thermal/Makefile | 1 +
>>>> drivers/thermal/hisi_thermal.c | 531 +++++++++++++++++++++
>>>
>>> Mainline does not have a hi6220 dtsi.
>>>
>>> Which tree is this against?
>>>
>>> What are your dependencies?
>>>
>>> Mark.
>>>
>> Hikey board code are being upstreamed by our team.If hi6220 dtsi be accepted, this patch is ok.
>
> Xinwei, u could resend this patch after hi6220 dtsi related patches has
> been merged. Suggest this patchset are only for thermal driver.
>
> Thanks,
> Leo Yan
>
Oh,i wish that many persons review it and give some comments, then i will
send v2 patch and reduce dts file.
Thanks,
Xin Wei
> .
>
WARNING: multiple messages have this Message-ID (diff)
From: kongxinwei <kong.kongxinwei@hisilicon.com>
To: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"linuxarm@huawei.com" <linuxarm@huawei.com>,
"xuwei5@hisilicon.com" <xuwei5@hisilicon.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"edubezval@gmail.com" <edubezval@gmail.com>,
<jorge.ramirez-ortiz@linaro.org>,
"rui.zhuang@intel.com" <rui.zhuang@intel.com>,
"liguozhu@hisilicon.com" <liguozhu@hisilicon.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 0/3] 96boards: add thermal senor support to hikey board
Date: Fri, 20 Mar 2015 15:41:37 +0800 [thread overview]
Message-ID: <550BCF31.2000009@hisilicon.com> (raw)
In-Reply-To: <20150320061322.GD18907@leoy-linaro>
在 2015/3/20 14:13, Leo Yan 写道:
> On Fri, Mar 20, 2015 at 11:10:16AM +0800, kongxinwei wrote:
>> hi Mark Rutland:
>>
>> 在 2015/3/19 21:59, Mark Rutland 写道:
>>> On Thu, Mar 19, 2015 at 07:57:26AM +0000, kongxinwei wrote:
>>>> The Linaro connect introduce 96boards series in Hong Kong,The HiKey board
>>>> is the first board to be certified 96Boards Consumer Edition compatible.
>>>> This board is based on the HiSilicon SoC. you can get more information
>>>> from https://www.96boards.org.
>>>>
>>>> The hisilicon SoC contains thermal module, this thermal module has 4 sensors,
>>>>
>>>> - sensor 0: local sensor;
>>>> - sensor 1: remote sensor for ACPU cluster 1;
>>>> - sensor 2: remote sensor for ACPU cluster 2;
>>>> - sensor 3: remote sensor for GPU;
>>>>
>>>> It can obtain this device temperature by operating this hardware. The new
>>>> sensor driver satisfies thermal framework and to realize the ACPU ,GPU and
>>>> so on to cool function.
>>>>
>>>> kongxinwei (3):
>>>> thermal: hisilicon: add new hisilicon thermal sensor driver
>>>> dts: hi6220: enable thermal sensor for hisilicon SoC
>>>> dt-bindings: Document the hi6220 thermal sensor bindings
>>>>
>>>> .../bindings/thermal/hisilicon-thermal.txt | 51 ++
>>>> arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 153 ++++++
>>>> drivers/thermal/Kconfig | 8 +
>>>> drivers/thermal/Makefile | 1 +
>>>> drivers/thermal/hisi_thermal.c | 531 +++++++++++++++++++++
>>>
>>> Mainline does not have a hi6220 dtsi.
>>>
>>> Which tree is this against?
>>>
>>> What are your dependencies?
>>>
>>> Mark.
>>>
>> Hikey board code are being upstreamed by our team.If hi6220 dtsi be accepted, this patch is ok.
>
> Xinwei, u could resend this patch after hi6220 dtsi related patches has
> been merged. Suggest this patchset are only for thermal driver.
>
> Thanks,
> Leo Yan
>
Oh,i wish that many persons review it and give some comments, then i will
send v2 patch and reduce dts file.
Thanks,
Xin Wei
> .
>
next prev parent reply other threads:[~2015-03-20 7:41 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 7:57 [PATCH 0/3] 96boards: add thermal senor support to hikey board kongxinwei
2015-03-19 7:57 ` kongxinwei
2015-03-19 7:57 ` kongxinwei
2015-03-19 7:57 ` [PATCH 1/3] thermal: hisilicon: add new hisilicon thermal sensor driver kongxinwei
2015-03-19 7:57 ` kongxinwei
2015-03-19 7:57 ` kongxinwei
2015-03-19 14:17 ` Mark Rutland
2015-03-19 14:17 ` Mark Rutland
2015-03-20 6:06 ` Leo Yan
2015-03-20 6:06 ` Leo Yan
2015-03-20 11:24 ` Mark Rutland
2015-03-20 11:24 ` Mark Rutland
2015-03-20 11:24 ` Mark Rutland
2015-03-20 14:53 ` Leo Yan
2015-03-20 14:53 ` Leo Yan
2015-03-20 15:55 ` Mark Rutland
2015-03-20 15:55 ` Mark Rutland
2015-03-23 4:46 ` Leo Yan
2015-03-23 4:46 ` Leo Yan
2015-03-23 8:30 ` kongxinwei
2015-03-23 8:30 ` kongxinwei
2015-03-20 15:27 ` Xinwei Kong
2015-03-20 15:27 ` Xinwei Kong
2015-03-20 15:27 ` Xinwei Kong
2015-03-20 7:37 ` kongxinwei
2015-03-20 7:37 ` kongxinwei
2015-03-19 7:57 ` [PATCH 2/3] dts: hi6220: enable thermal sensor for hisilicon SoC kongxinwei
2015-03-19 7:57 ` kongxinwei
2015-03-19 7:57 ` kongxinwei
2015-03-19 7:57 ` [PATCH 3/3] dt-bindings: Document the hi6220 thermal sensor bindings kongxinwei
2015-03-19 7:57 ` kongxinwei
2015-03-19 7:57 ` kongxinwei
2015-03-19 14:08 ` Mark Rutland
2015-03-19 14:08 ` Mark Rutland
2015-03-19 13:59 ` [PATCH 0/3] 96boards: add thermal senor support to hikey board Mark Rutland
2015-03-19 13:59 ` Mark Rutland
2015-03-20 3:10 ` kongxinwei
2015-03-20 3:10 ` kongxinwei
2015-03-20 3:10 ` kongxinwei
2015-03-20 6:13 ` Leo Yan
2015-03-20 6:13 ` Leo Yan
2015-03-20 7:41 ` kongxinwei [this message]
2015-03-20 7:41 ` kongxinwei
2015-03-20 7:41 ` kongxinwei
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=550BCF31.2000009@hisilicon.com \
--to=kong.kongxinwei@hisilicon.com \
--cc=devicetree@vger.kernel.org \
--cc=edubezval@gmail.com \
--cc=jorge.ramirez-ortiz@linaro.org \
--cc=leo.yan@linaro.org \
--cc=liguozhu@hisilicon.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=mark.rutland@arm.com \
--cc=rui.zhuang@intel.com \
--cc=xuwei5@hisilicon.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.