All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Wangtao (Kevin, Kirin)" <kevin.wangtao@hisilicon.com>
To: Eduardo Valentin <edubezval@gmail.com>
Cc: "rui.zhang@intel.com" <rui.zhang@intel.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"mark.rutland@arm.com" <mark.rutland@arm.com>,
	"xuwei (O)" <xuwei5@hisilicon.com>,
	"catalin.marinas@arm.com" <catalin.marinas@arm.com>,
	"will.deacon@arm.com" <will.deacon@arm.com>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"Sunzhaosheng Sun(Zhaosheng)" <sunzhaosheng@hisilicon.com>,
	"leo.yan@linaro.org" <leo.yan@linaro.org>
Subject: RE: [Patch v2 1/3] dt-bindings: Document the hi3660 thermal sensor bindings
Date: Tue, 4 Jul 2017 11:03:22 +0000	[thread overview]
Message-ID: <68C6844FB78C6946B9DB8EACE2D237B0985B5A3B@dggeml507-mbx.china.huawei.com> (raw)
In-Reply-To: <20170701030534.GB11424@localhost.localdomain>


On 2017/7/1 11:06, "Eduardo Valentin" <edubezval@gmail.com> wrote:
> 
> On Thu, Jun 22, 2017 at 11:42:01AM +0800, Tao Wang wrote:
> > This adds documentation of device tree bindings for the
> > thermal sensor controller of hi3660 SoC.
> >
> > Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
> > ---
> > Changes in v2:
> > - remove redundant property
> >
> >  .../devicetree/bindings/thermal/hi3660-thermal.txt |   16
> ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt
> >
> > diff --git a/Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt b/Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt
> > new file mode 100644
> > index 0000000..f3dddcf
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/thermal/hi3660-thermal.txt
> > @@ -0,0 +1,16 @@
> > +* Temperature Sensor on hisilicon hi3660 SoC
> > +
> 
> Would you mind add some more description of the sensors/where to find
> further hardware documentation?
Sure,  documentation is on
https://github.com/96boards/documentation/blob/master/ConsumerEdition/HiKey960/HardwareDocs/HiKey960_SoC_Reference_Manual.pdf

> 
> > +** Required properties :
> > +
> > +- compatible: "hisilicon,thermal-hi3660".
> > +- reg: physical base address of thermal sensor and length of memory
> mapped
> > +  region.
> > +- #thermal-sensor-cells: Should be 1. See ./thermal.txt for a description.
> > +
> > +Example :
> > +
> > +	tsensor: tsensor {
> > +		compatible = "hisilicon,thermal-hi3660";
> > +		reg = <0x0 0xfff30000 0x0 0x1000>;
> > +		#thermal-sensor-cells = <1>;
> > +	 };
> > --
> > 1.7.9.5
> >

WARNING: multiple messages have this Message-ID (diff)
From: "Wangtao (Kevin, Kirin)" <kevin.wangtao-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
To: Eduardo Valentin <edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: "rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org"
	<rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	"robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
	<robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"mark.rutland-5wv7dgnIgG8@public.gmane.org"
	<mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	"xuwei (O)" <xuwei5-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>,
	"catalin.marinas-5wv7dgnIgG8@public.gmane.org"
	<catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
	"will.deacon-5wv7dgnIgG8@public.gmane.org"
	<will.deacon-5wv7dgnIgG8@public.gmane.org>,
	"linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"Sunzhaosheng Sun(Zhaosheng)"
	<sunzhaosheng-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>,
	"leo.yan-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
	<leo.yan-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: RE: [Patch v2 1/3] dt-bindings: Document the hi3660 thermal sensor bindings
Date: Tue, 4 Jul 2017 11:03:22 +0000	[thread overview]
Message-ID: <68C6844FB78C6946B9DB8EACE2D237B0985B5A3B@dggeml507-mbx.china.huawei.com> (raw)
In-Reply-To: <20170701030534.GB11424-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1862 bytes --]


On 2017/7/1 11:06, "Eduardo Valentin" <edubezval@gmail.com> wrote:
> 
> On Thu, Jun 22, 2017 at 11:42:01AM +0800, Tao Wang wrote:
> > This adds documentation of device tree bindings for the
> > thermal sensor controller of hi3660 SoC.
> >
> > Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
> > ---
> > Changes in v2:
> > - remove redundant property
> >
> >  .../devicetree/bindings/thermal/hi3660-thermal.txt |   16
> ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt
> >
> > diff --git a/Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt b/Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt
> > new file mode 100644
> > index 0000000..f3dddcf
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/thermal/hi3660-thermal.txt
> > @@ -0,0 +1,16 @@
> > +* Temperature Sensor on hisilicon hi3660 SoC
> > +
> 
> Would you mind add some more description of the sensors/where to find
> further hardware documentation?
Sure,  documentation is on
https://github.com/96boards/documentation/blob/master/ConsumerEdition/HiKey960/HardwareDocs/HiKey960_SoC_Reference_Manual.pdf

> 
> > +** Required properties :
> > +
> > +- compatible: "hisilicon,thermal-hi3660".
> > +- reg: physical base address of thermal sensor and length of memory
> mapped
> > +  region.
> > +- #thermal-sensor-cells: Should be 1. See ./thermal.txt for a description.
> > +
> > +Example :
> > +
> > +	tsensor: tsensor {
> > +		compatible = "hisilicon,thermal-hi3660";
> > +		reg = <0x0 0xfff30000 0x0 0x1000>;
> > +		#thermal-sensor-cells = <1>;
> > +	 };
> > --
> > 1.7.9.5
> >
N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·zøœzÚÞz)í…æèw*\x1fjg¬±¨\x1e¶‰šŽŠÝ¢j.ïÛ°\½½MŽúgjÌæa×\x02››–' ™©Þ¢¸\f¢·¦j:+v‰¨ŠwèjØm¶Ÿÿ¾\a«‘êçzZ+ƒùšŽŠÝ¢j"ú!¶i

WARNING: multiple messages have this Message-ID (diff)
From: kevin.wangtao@hisilicon.com (Wangtao (Kevin, Kirin))
To: linux-arm-kernel@lists.infradead.org
Subject: [Patch v2 1/3] dt-bindings: Document the hi3660 thermal sensor bindings
Date: Tue, 4 Jul 2017 11:03:22 +0000	[thread overview]
Message-ID: <68C6844FB78C6946B9DB8EACE2D237B0985B5A3B@dggeml507-mbx.china.huawei.com> (raw)
In-Reply-To: <20170701030534.GB11424@localhost.localdomain>


On 2017/7/1 11:06, "Eduardo Valentin" <edubezval@gmail.com> wrote:
> 
> On Thu, Jun 22, 2017 at 11:42:01AM +0800, Tao Wang wrote:
> > This adds documentation of device tree bindings for the
> > thermal sensor controller of hi3660 SoC.
> >
> > Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
> > ---
> > Changes in v2:
> > - remove redundant property
> >
> >  .../devicetree/bindings/thermal/hi3660-thermal.txt |   16
> ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt
> >
> > diff --git a/Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt b/Documentation/devicetree/bindings/thermal/hi3660-
> thermal.txt
> > new file mode 100644
> > index 0000000..f3dddcf
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/thermal/hi3660-thermal.txt
> > @@ -0,0 +1,16 @@
> > +* Temperature Sensor on hisilicon hi3660 SoC
> > +
> 
> Would you mind add some more description of the sensors/where to find
> further hardware documentation?
Sure,  documentation is on
https://github.com/96boards/documentation/blob/master/ConsumerEdition/HiKey960/HardwareDocs/HiKey960_SoC_Reference_Manual.pdf

> 
> > +** Required properties :
> > +
> > +- compatible: "hisilicon,thermal-hi3660".
> > +- reg: physical base address of thermal sensor and length of memory
> mapped
> > +  region.
> > +- #thermal-sensor-cells: Should be 1. See ./thermal.txt for a description.
> > +
> > +Example :
> > +
> > +	tsensor: tsensor {
> > +		compatible = "hisilicon,thermal-hi3660";
> > +		reg = <0x0 0xfff30000 0x0 0x1000>;
> > +		#thermal-sensor-cells = <1>;
> > +	 };
> > --
> > 1.7.9.5
> >

  reply	other threads:[~2017-07-04 11:03 UTC|newest]

Thread overview: 114+ 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 ` Tao Wang
2017-06-20  3:40 ` Tao Wang
2017-06-20  3:40 ` [PATCH 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Tao Wang
2017-06-20  3:40   ` Tao Wang
2017-06-20  3:40   ` Tao Wang
2017-06-20 10:31   ` Wei Xu
2017-06-20 10:31     ` Wei Xu
2017-06-20 10:31     ` Wei Xu
2017-06-21  2:21     ` Wangtao (Kevin, Kirin)
2017-06-21  2:21       ` Wangtao (Kevin, Kirin)
2017-06-21  2:21       ` Wangtao (Kevin, Kirin)
2017-06-21  2:21       ` Wangtao (Kevin, Kirin)
2017-06-21  2:29   ` Leo Yan
2017-06-21  2:29     ` Leo Yan
2017-06-21  2:29     ` Leo Yan
2017-06-20  3:40 ` [PATCH 3/3] arm64: dts: register Hi3660's thermal sensor Tao Wang
2017-06-20  3:40   ` Tao Wang
2017-06-20  3:40   ` Tao Wang
2017-06-20  7:38   ` Guodong Xu
2017-06-20  8:32     ` Wangtao (Kevin, Kirin)
2017-06-20  8:32       ` Wangtao (Kevin, Kirin)
2017-06-20  8:32       ` Wangtao (Kevin, Kirin)
2017-06-21  1:58       ` Guodong Xu
2017-06-21  1:58         ` Guodong Xu
2017-06-21  1:58         ` Guodong Xu
2017-06-22  3:42   ` [Patch v2 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang
2017-06-22  3:42     ` Tao Wang
2017-06-22  3:42     ` Tao Wang
2017-06-22  3:42     ` [Patch v2 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Tao Wang
2017-06-22  3:42       ` Tao Wang
2017-06-22  3:42       ` Tao Wang
2017-07-01  3:04       ` Eduardo Valentin
2017-07-01  3:04         ` Eduardo Valentin
2017-07-01  3:04         ` Eduardo Valentin
2017-07-04 11:24         ` Wangtao (Kevin, Kirin)
2017-07-04 11:24           ` Wangtao (Kevin, Kirin)
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-06-22  3:42       ` Tao Wang
2017-06-22  3:42       ` Tao Wang
2017-07-01  3:06       ` Eduardo Valentin
2017-07-01  3:06         ` Eduardo Valentin
2017-07-04 10:50         ` 答复: " Wangtao (Kevin, Kirin)
2017-07-04 10:50           ` Wangtao (Kevin, Kirin)
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-01  3:05       ` Eduardo Valentin
2017-07-04 11:03       ` Wangtao (Kevin, Kirin) [this message]
2017-07-04 11:03         ` Wangtao (Kevin, Kirin)
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       ` Tao Wang
2017-08-10  8:32       ` Tao Wang
2017-08-10  8:32       ` [PATCH v3 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang
2017-08-10  8:32         ` Tao Wang
2017-08-10  8:32         ` Tao Wang
2017-08-17 15:10         ` Rob Herring
2017-08-17 15:10           ` Rob Herring
2017-08-21  2:17           ` Wangtao (Kevin, Kirin)
2017-08-21  2:17             ` Wangtao (Kevin, Kirin)
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               ` Tao Wang
2017-08-29  8:17               ` Tao Wang
2017-08-29  8:17               ` [PATCH v4 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang
2017-08-29  8:17                 ` Tao Wang
2017-08-29  8:17                 ` Tao Wang
2017-08-31 18:24                 ` Daniel Lezcano
2017-08-31 18:24                   ` Daniel Lezcano
2017-09-04  6:39                   ` Wangtao (Kevin, Kirin)
2017-09-04  6:39                     ` Wangtao (Kevin, Kirin)
2017-09-04  6:39                     ` Wangtao (Kevin, Kirin)
2017-09-04 10:36                     ` Daniel Lezcano
2017-09-04 10:36                       ` Daniel Lezcano
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-29  8:17                 ` Tao Wang
2017-08-29  8:17                 ` Tao Wang
2017-08-31 21:17                 ` Daniel Lezcano
2017-08-31 21:17                   ` Daniel Lezcano
2017-08-31 21:17                   ` Daniel Lezcano
2017-09-04  7:56                   ` Wangtao (Kevin, Kirin)
2017-09-04  7:56                     ` Wangtao (Kevin, Kirin)
2017-09-04  7:56                     ` Wangtao (Kevin, Kirin)
2017-09-04 11:06                     ` Daniel Lezcano
2017-09-04 11:06                       ` Daniel Lezcano
2017-09-04 15:06                       ` Leo Yan
2017-09-04 15:06                         ` Leo Yan
2017-09-04 15:06                         ` Leo Yan
2017-09-05  7:56                         ` Wangtao (Kevin, Kirin)
2017-09-05  7:56                           ` Wangtao (Kevin, Kirin)
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-29  8:17                 ` Tao Wang
2017-08-29  8:17                 ` Tao Wang
2017-08-31 21:13                 ` Daniel Lezcano
2017-08-31 21:13                   ` Daniel Lezcano
2017-09-04  8:11                   ` Wangtao (Kevin, Kirin)
2017-09-04  8:11                     ` Wangtao (Kevin, Kirin)
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         ` Tao Wang
2017-08-10  8:32         ` Tao Wang
2017-08-10  8:32       ` [PATCH v3 3/3] arm64: dts: register Hi3660's thermal sensor Tao Wang
2017-08-10  8:32         ` Tao Wang
2017-08-10  8:32         ` Tao Wang
2017-06-20 10:27 ` [PATCH 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Wei Xu
2017-06-20 10:27   ` Wei Xu
2017-06-20 10:27   ` Wei Xu
2017-06-21  2:10   ` Wangtao (Kevin, Kirin)
2017-06-21  2:10     ` Wangtao (Kevin, Kirin)
2017-06-21  2:10     ` Wangtao (Kevin, Kirin)
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=68C6844FB78C6946B9DB8EACE2D237B0985B5A3B@dggeml507-mbx.china.huawei.com \
    --to=kevin.wangtao@hisilicon.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=edubezval@gmail.com \
    --cc=leo.yan@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=sunzhaosheng@hisilicon.com \
    --cc=will.deacon@arm.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.