linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: guodong.xu@linaro.org (Guodong Xu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] arm64: dts: register Hi3660's thermal sensor
Date: Wed, 21 Jun 2017 09:58:13 +0800	[thread overview]
Message-ID: <CAFGCpxyHowrssdhT1RffDO1o4-5=ksqAz+r8Q23-myVCi5h_fA@mail.gmail.com> (raw)
In-Reply-To: <7abe5b01-c728-accd-d6bb-05d9ceee2176@hisilicon.com>

On Tue, Jun 20, 2017 at 4:32 PM, Wangtao (Kevin, Kirin)
<kevin.wangtao@hisilicon.com> wrote:
>
>
> ? 2017/6/20 15:38, Guodong Xu ??:
>>
>>
>>
>> 2017?6?20? ??11:49?"Tao Wang" <kevin.wangtao@hisilicon.com
>> <mailto:kevin.wangtao@hisilicon.com>>???
>>
>>     Bind thermal sensor driver for Hi3660.
>>
>>     Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com
>> <mailto:kevin.wangtao@hisilicon.com>>
>>     Signed-off-by: Leo Yan <leo.yan@linaro.org
>> <mailto:leo.yan@linaro.org>>
>>     ---
>>       arch/arm64/boot/dts/hisilicon/hi3660.dtsi |    7 +++++++
>>       1 file changed, 7 insertions(+)
>>
>>     diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
>> b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
>>     index 3983086..cc67958 100644
>>     --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
>>     +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
>>     @@ -156,5 +156,12 @@
>>
>>
>> i am wondering which tree this patch should be applied to. Actually Olof
>> Johansson olof at lixom.net <mailto:olof@lixom.net> just merged hi3660 dts into
>> his tree. You should better rebase you dts patch onto that.
>
> Can you share me the git path?

As of this morning, it has shown up in linux next tag: next-20170620

https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm64/boot/dts/hisilicon?h=next-20170620

-Guodong


>>
>>
>>
>>                              clock-names = "uartclk", "apb_pclk";
>>                              status = "disabled";
>>                      };
>>     +
>>     +               tsensor: tsensor {
>>     +                       compatible = "hisilicon,thermal-hi3660";
>>     +                       reg = <0x0 0xfff30000 0x0 0x1000>;
>>     +                       #thermal-sensor-cells = <1>;
>>     +                       status = "ok";
>>
>>
>> please remove status ok. that's default. redundant.
>
> ok
>>
>>
>>     +               };
>>              };
>>       };
>>     --
>>     1.7.9.5
>>
>>
>>     _______________________________________________
>>     linux-arm-kernel mailing list
>>     linux-arm-kernel at lists.infradead.org
>> <mailto:linux-arm-kernel@lists.infradead.org>
>>     http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>> <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>
>>
>>
>

  reply	other threads:[~2017-06-21  1:58 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-20  3:40 [PATCH 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang
2017-06-20  3:40 ` [PATCH 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Tao Wang
2017-06-20 10:31   ` Wei Xu
2017-06-21  2:21     ` Wangtao (Kevin, Kirin)
2017-06-21  2:29   ` Leo Yan
2017-06-20  3:40 ` [PATCH 3/3] arm64: dts: register Hi3660's thermal sensor Tao Wang
     [not found]   ` <CAFGCpxwmN3jAZn2chK+QQ-YKg7TwWJOTHSi1VzwcSQ7Mm3gQng@mail.gmail.com>
2017-06-20  8:32     ` Wangtao (Kevin, Kirin)
2017-06-21  1:58       ` Guodong Xu [this message]
2017-06-22  3:42   ` [Patch v2 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang
2017-06-22  3:42     ` [Patch v2 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Tao Wang
2017-07-01  3:04       ` Eduardo Valentin
2017-07-04 11:24         ` Wangtao (Kevin, Kirin)
2017-06-22  3:42     ` [Patch v2 3/3] arm64: dts: register Hi3660's thermal sensor Tao Wang
2017-07-01  3:06       ` Eduardo Valentin
2017-07-04 10:50         ` 答复: " Wangtao (Kevin, Kirin)
2017-07-01  3:05     ` [Patch v2 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Eduardo Valentin
2017-07-04 11:03       ` Wangtao (Kevin, Kirin)
2017-08-10  8:32     ` [PATCH v3 0/3] thermal: add thermal sensor driver for Hi3660 Tao Wang
2017-08-10  8:32       ` [PATCH v3 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang
2017-08-17 15:10         ` Rob Herring
2017-08-21  2:17           ` Wangtao (Kevin, Kirin)
2017-08-29  8:17             ` [PATCH v4 0/3] thermal: add thermal sensor driver for Hi3660 Tao Wang
2017-08-29  8:17               ` [PATCH v4 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang
2017-08-31 18:24                 ` Daniel Lezcano
2017-09-04  6:39                   ` Wangtao (Kevin, Kirin)
2017-09-04 10:36                     ` Daniel Lezcano
2017-08-29  8:17               ` [PATCH v4 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Tao Wang
2017-08-31 21:17                 ` Daniel Lezcano
2017-09-04  7:56                   ` Wangtao (Kevin, Kirin)
2017-09-04 11:06                     ` Daniel Lezcano
2017-09-04 15:06                       ` Leo Yan
2017-09-05  7:56                         ` Wangtao (Kevin, Kirin)
2017-08-29  8:17               ` [PATCH v4 3/3] arm64: dts: register Hi3660's thermal sensor Tao Wang
2017-08-31 21:13                 ` Daniel Lezcano
2017-09-04  8:11                   ` Wangtao (Kevin, Kirin)
2017-08-10  8:32       ` [PATCH v3 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Tao Wang
2017-08-10  8:32       ` [PATCH v3 3/3] arm64: dts: register Hi3660's thermal sensor Tao Wang
2017-06-20 10:27 ` [PATCH 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Wei Xu
2017-06-21  2:10   ` Wangtao (Kevin, Kirin)

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='CAFGCpxyHowrssdhT1RffDO1o4-5=ksqAz+r8Q23-myVCi5h_fA@mail.gmail.com' \
    --to=guodong.xu@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).