From: kongxinwei <kong.kongxinwei-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
To: rui.zhuang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
liguozhu-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org,
xuwei5-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org
Subject: [PATCH 0/3] 96boards: add thermal senor support to hikey board
Date: Thu, 19 Mar 2015 15:57:26 +0800 [thread overview]
Message-ID: <1426751849-10604-1-git-send-email-kong.kongxinwei@hisilicon.com> (raw)
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 +++++++++++++++++++++
5 files changed, 744 insertions(+)
create mode 100644 Documentation/devicetree/bindings/thermal/hisilicon-thermal.txt
create mode 100644 arch/arm64/boot/dts/hisilicon/hi6220.dtsi
create mode 100644 drivers/thermal/hisi_thermal.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2015-03-19 7:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 7:57 kongxinwei [this message]
2015-03-19 7:57 ` [PATCH 1/3] thermal: hisilicon: add new hisilicon thermal sensor driver kongxinwei
2015-03-19 14:17 ` Mark Rutland
2015-03-20 6:06 ` Leo Yan
2015-03-20 11:24 ` Mark Rutland
2015-03-20 14:53 ` Leo Yan
2015-03-20 15:55 ` Mark Rutland
2015-03-23 4:46 ` Leo Yan
2015-03-23 8:30 ` kongxinwei
2015-03-20 15:27 ` Xinwei Kong
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 ` [PATCH 3/3] dt-bindings: Document the hi6220 thermal sensor bindings kongxinwei
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-20 3:10 ` kongxinwei
2015-03-20 6:13 ` Leo Yan
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=1426751849-10604-1-git-send-email-kong.kongxinwei@hisilicon.com \
--to=kong.kongxinwei-c8/m+/jpzteamjb+lgu22q@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=liguozhu-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=rui.zhuang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=xuwei5-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.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).