Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752541AbdHXKXL (ORCPT ); Thu, 24 Aug 2017 06:23:11 -0400 Received: from regular1.263xmail.com ([211.150.99.137]:60680 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751331AbdHXKXJ (ORCPT ); Thu, 24 Aug 2017 06:23:09 -0400 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-RL-SENDER: rocky.hao@rock-chips.com X-FST-TO: rui.zhang@intel.com X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: rocky.hao@rock-chips.com X-UNIQUE-TAG: <1c9b5ad3f407ffcb33da8813e74a32c5> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 From: Rocky Hao To: rui.zhang@intel.com, edubezval@gmail.com, heiko@sntech.de, robh+dt@kernel.org, mark.rutland@arm.com, catalin.marinas@arm.com, will.deacon@arm.com Cc: shawn.lin@rock-chips.com, cl@rock-chips.com, william.wu@rock-chips.com, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, xxx@rock-chips.com, jay.xu@rock-chips.com, wxt@rock-chips.com, huangtao@rock-chips.com, rocky.hao@rock-chips.com Subject: [PATCH 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for RV1108 in dts Date: Thu, 24 Aug 2017 18:27:50 +0800 Message-Id: <1503570475-7850-1-git-send-email-rocky.hao@rock-chips.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 938 Lines: 21 This series patches add the tsadc support in thermal driver and in devicetree for RV1108. Also add thermal control with Intelligent Power Allocation (IPA) policy by default. Please refer to https://developer.arm.com/open-source/intelligent-power-allocation for more information about IPA. Rocky Hao (5): dt-bindings: rockchip-thermal: Support the RV1108 SoC compatible thermal: rockchip: Support the RV1108 SoC in thermal driver arm: dts: rockchip: add tsadc node for RV1108 SoC arm: dts: rockchip: add thermal nodes for RV1108 SoC arm: dts: rockchip: enable tsadc module on RV1108 evaluation board .../bindings/thermal/rockchip-thermal.txt | 1 + arch/arm/boot/dts/rv1108-evb.dts | 4 ++ arch/arm/boot/dts/rv1108.dtsi | 69 ++++++++++++++++++++++ drivers/thermal/rockchip_thermal.c | 67 +++++++++++++++++++++ 4 files changed, 141 insertions(+) -- 1.9.1