All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eduardo Valentin <edubezval@gmail.com>
To: Xinwei Kong <kong.kongxinwei@hisilicon.com>
Cc: rui.zhuang@intel.com, amit.kucheria@linaro.org,
	punit.agrawal@arm.com, Javi.Merino@arm.com,
	jorge.ramirez-ortiz@linaro.org, haojian.zhuang@linaro.org,
	linux-pm@vger.kernel.org, linuxarm@huawei.com,
	devicetree@vger.kernel.org, dan.zhao@hisilicon.com,
	liguozhu@hisilicon.com, mporter@konsulko.com,
	gongyu@hisilicon.com, guodong.xu@linaro.org, robh@kernel.org,
	leo.yan@linaro.org, zhenwei.wang@hisilicon.com,
	zhangfei.gao@linaro.org, z.liuxinliang@huawei.com,
	xuwei5@hisilicon.com, w.f@huawei.com, yuanzhichang@hisilicon.com,
	mark.rutland@arm.com
Subject: Re: [PATCH RESEND v4 0/2] 96boards: add thermal senor support to hikey board
Date: Mon, 11 May 2015 18:31:09 -0700	[thread overview]
Message-ID: <20150512013107.GE4810@localhost.localdomain> (raw)
In-Reply-To: <1430707940-14468-1-git-send-email-kong.kongxinwei@hisilicon.com>

[-- Attachment #1: Type: text/plain, Size: 2553 bytes --]

On Mon, May 04, 2015 at 10:52:18AM +0800, Xinwei Kong wrote:
> From: kongxinwei <kong.kongxinwei@hisilicon.com>
> 
> 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.
> 
> Changes v0->v1;
> * Delete this hi6220 dtsi.
> * Fix documentation and error checks.
> * Modify this driver which makes use of kernel to decide how to dynamically
>   bind the interrupt to hottest sensor.
> * Delete "sensor-thres-temp" property and read thermal_zone trips points
>   replace of it.
> * Delete "sensor-reset-temp" property and define the fixed value replace
>   of it.
> 
> Changes v1->v2;
> * change patch's position between binding document and driver file
> * clean up some regiser for enabling thermal sensor
> * use mutex lock to replace the spin lock
> 
> Changes v2->v3;
> * delete sensor id property in binding document 
> * fix sensor driver to satisfy sensor register after deleting sensor id
>   property
> 
> Changes v3->v4;
> * using "usleep_range" function instead of "msleep" function
> * delete code detail error
> 
> kongxinwei (2):
>   dt-bindings: Document the hi6220 thermal sensor bindings
>   thermal: hisilicon: add new hisilicon thermal sensor driver
> 
>  .../bindings/thermal/hisilicon-thermal.txt         |  23 ++
>  drivers/thermal/Kconfig                            |   8 +
>  drivers/thermal/Makefile                           |   1 +
>  drivers/thermal/hisi_thermal.c                     | 437 +++++++++++++++++++++

Can you please include a patch adding the DT bindings for a board in you
next version? Even if the patches don't go in one single tree, it is
good to review all patches (DT and drivers) in one single patch series.

>  4 files changed, 469 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/thermal/hisilicon-thermal.txt
>  create mode 100644 drivers/thermal/hisi_thermal.c
> 
> -- 
> 1.9.1
> 
> 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

  parent reply	other threads:[~2015-05-11 18:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-04  2:52 [PATCH RESEND v4 0/2] 96boards: add thermal senor support to hikey board Xinwei Kong
2015-05-04  2:52 ` [PATCH RESEND v4 1/2] dt-bindings: Document the hi6220 thermal sensor bindings Xinwei Kong
2015-05-04  2:52 ` [PATCH RESEND v4 2/2] thermal: hisilicon: add new hisilicon thermal sensor driver Xinwei Kong
2015-05-12  1:29   ` Eduardo Valentin
2015-05-12  7:56     ` Xinwei Kong
     [not found]     ` <20150512012926.GD4810-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2015-05-12 11:20       ` Xinwei Kong
2015-05-18  4:03     ` Xinwei Kong
2015-05-18  4:36       ` kxw
2015-05-18  4:43       ` Bintian
2015-05-18  5:57         ` Xinwei Kong
2015-05-18  4:44       ` kxw
2015-05-18  4:49       ` kxw
2015-05-12  1:31 ` Eduardo Valentin [this message]
2015-05-12  3:12   ` [PATCH RESEND v4 0/2] 96boards: add thermal senor support to hikey board Xinwei Kong

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=20150512013107.GE4810@localhost.localdomain \
    --to=edubezval@gmail.com \
    --cc=Javi.Merino@arm.com \
    --cc=amit.kucheria@linaro.org \
    --cc=dan.zhao@hisilicon.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gongyu@hisilicon.com \
    --cc=guodong.xu@linaro.org \
    --cc=haojian.zhuang@linaro.org \
    --cc=jorge.ramirez-ortiz@linaro.org \
    --cc=kong.kongxinwei@hisilicon.com \
    --cc=leo.yan@linaro.org \
    --cc=liguozhu@hisilicon.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    --cc=mark.rutland@arm.com \
    --cc=mporter@konsulko.com \
    --cc=punit.agrawal@arm.com \
    --cc=robh@kernel.org \
    --cc=rui.zhuang@intel.com \
    --cc=w.f@huawei.com \
    --cc=xuwei5@hisilicon.com \
    --cc=yuanzhichang@hisilicon.com \
    --cc=z.liuxinliang@huawei.com \
    --cc=zhangfei.gao@linaro.org \
    --cc=zhenwei.wang@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.