Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752331AbdHKEvq (ORCPT ); Fri, 11 Aug 2017 00:51:46 -0400 Received: from mga02.intel.com ([134.134.136.20]:53858 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750815AbdHKEvo (ORCPT ); Fri, 11 Aug 2017 00:51:44 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,356,1498546800"; d="scan'208";a="138362369" Message-ID: <1502427095.2598.21.camel@intel.com> Subject: Re: [PATCH v2 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for rk3328 in dts From: Zhang Rui To: Rocky Hao , 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 Date: Fri, 11 Aug 2017 12:51:35 +0800 In-Reply-To: <1501833976-1100-1-git-send-email-rocky.hao@rock-chips.com> References: <1501833976-1100-1-git-send-email-rocky.hao@rock-chips.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1172 Lines: 29 On Fri, 2017-08-04 at 16:06 +0800, Rocky Hao wrote: > This series patches add the tsadc support in thermal driver and in > devicetree for rk3328. > Also add thermal control with Intelligent Power Allocation (IPA) > policy by default.  Please > refer to https://developer.arm.com/open-source/intelligent-power-allo > cation for more information > about IPA. > > Rocky Hao (5): >   dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible >   thermal: rockchip: Support the RK3328 SOC in thermal driver >   arm64: dts: rockchip: add tsadc node for rk3328 SoC >   arm64: dts: rockchip: add thermal nodes for rk3328 SoC >   arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation > board > I can take this patch set if we have ACK for patch 3, 4 and 5. thanks, rui >  .../bindings/thermal/rockchip-thermal.txt          |  1 + >  arch/arm64/boot/dts/rockchip/rk3328-evb.dts        |  4 ++ >  arch/arm64/boot/dts/rockchip/rk3328.dtsi           | 63 > +++++++++++++++++++++ >  drivers/thermal/rockchip_thermal.c                 | 65 > ++++++++++++++++++++++ >  4 files changed, 133 insertions(+) >