All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] 96boards: add thermal senor support to hikey board
@ 2015-03-25  7:50 ` Xinwei Kong
  0 siblings, 0 replies; 22+ messages in thread
From: Xinwei Kong @ 2015-03-25  7:50 UTC (permalink / raw)
  To: rui.zhuang, edubezval, kong.kongxinwei
  Cc: linux-pm, linux-kernel, linux-arm-kernel, linuxarm, devicetree,
	liguozhu, xuwei5

From: kongxinwei <kong.kongxinwei@hisilicon.com>

Thank you all for giving this RFC patches stages some comments. Here is v1
patches and address all the issues raised as part of RFC review.

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 dynamically bind
  the interrupt to hottest sensor.
* Delete "sensor-thres-temp" property in DTS and write thermal_zone trips
  points value to register.
* Delete "sensor-reset-temp" property and define the fixed value.

kongxinwei (2):
  thermal: hisilicon: add new hisilicon thermal sensor driver
  dt-bindings: Document the hi6220 thermal sensor bindings

 .../bindings/thermal/hisilicon-thermal.txt         |  45 ++
 drivers/thermal/Kconfig                            |   8 +
 drivers/thermal/Makefile                           |   1 +
 drivers/thermal/hisi_thermal.c                     | 526 +++++++++++++++++++++
 4 files changed, 580 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/hisilicon-thermal.txt
 create mode 100644 drivers/thermal/hisi_thermal.c

-- 
1.9.1



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-03-28 16:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25  7:50 [PATCH v1 0/2] 96boards: add thermal senor support to hikey board Xinwei Kong
2015-03-25  7:50 ` Xinwei Kong
2015-03-25  7:50 ` Xinwei Kong
2015-03-25  7:50 ` [PATCH v1 1/2] thermal: hisilicon: add new hisilicon thermal sensor driver Xinwei Kong
2015-03-25  7:50   ` Xinwei Kong
2015-03-25  7:50   ` Xinwei Kong
2015-03-26  9:14   ` YiPing Xu
2015-03-26  9:14     ` YiPing Xu
2015-03-26  9:14     ` YiPing Xu
2015-03-27  8:30     ` Xinwei Kong
2015-03-27  8:30       ` Xinwei Kong
2015-03-27  8:30       ` Xinwei Kong
2015-03-28  0:58       ` YiPing Xu
2015-03-28  0:58         ` YiPing Xu
2015-03-28  0:58         ` YiPing Xu
2015-03-28 16:00         ` Xinwei Kong
2015-03-28 16:00           ` Xinwei Kong
2015-03-28 16:01         ` Xinwei Kong
2015-03-28 16:01           ` Xinwei Kong
2015-03-25  7:50 ` [PATCH v1 2/2] dt-bindings: Document the hi6220 thermal sensor bindings Xinwei Kong
2015-03-25  7:50   ` Xinwei Kong
2015-03-25  7:50   ` Xinwei Kong

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.