Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp372224ybk; Fri, 15 May 2020 03:01:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy6kNs5o1AH/hxKZVgF1GsD2EtfpIz/OcaPZwsO322KhOnOl8D66GM1VYUFzpfKSdOgXYLS X-Received: by 2002:a17:906:34c7:: with SMTP id h7mr1856487ejb.300.1589536861887; Fri, 15 May 2020 03:01:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589536861; cv=none; d=google.com; s=arc-20160816; b=O4Okk5mn3BPwRDISJj+J/OIoIxn8AFNTmgwQcL52ERFsMqtDtmRQVngGSdAwdeh590 2QaAvUZHxGwMLNd+lMt5bDh6tkj9T2cXcKA6RavMedKDkSzdZX97tiqH1BXvu/1tHUwb hw6dJwgIwgjHpvhOnVTryls03QYMNDULcRbxKibu91k10ZzEhrbDp0t4sacz2mugAeHP 6OiQmFOeAhamYy0xr1zkkzvukJAMVJPWba3EukRzC75aMLcg9xMETZ3yda8xYvbNybux tYo0Y30IdHiOjLICEP5BQUlTRwh6MR1HmCEt2GywIW3n6GvCOrOAWCRRJj7MvGroqNrm bWrA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=GNGz0ex0DSFMQhoS5l6yDCViHbnptZE5M7o5DMlK3Bc=; b=Ni8EI+t+u7IMW1StrFa0Iz1ICYyWKG4oiBSfWVPqG7kkQuNH5xWtZ4Xq8HhNd8RWIV 6bophnG9JbwmHvKy+JFkLTzwj197JkLqheb0X6bn8pwopaUXAZ94joh3roELBmfNpNEU zDDlq6/pcmUC2OJSh1YKUWNh2Pg/WjBXrEWWeyt2ACbaE0kEicSdXYmwlUI3HPRkC5Xi 1PYmzoK0gPb6KICsCLlt9CXHoUS66GEurGcKmXL30ZQh5+MFscOyo9cDOSUg6EXYJ5yg hZdgwIuHRc3YNb5eOkkajBmuF8OUi94CNN5qTexKVLOQv7V8F0kbDF/bjb6VnlAj3iz7 6rnQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r21si896525ejb.162.2020.05.15.03.00.33; Fri, 15 May 2020 03:01:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728088AbgEOJ6P (ORCPT + 99 others); Fri, 15 May 2020 05:58:15 -0400 Received: from foss.arm.com ([217.140.110.172]:52370 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728032AbgEOJ6P (ORCPT ); Fri, 15 May 2020 05:58:15 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9F5B92F; Fri, 15 May 2020 02:58:14 -0700 (PDT) Received: from bogus (unknown [10.37.12.6]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AAD183F71E; Fri, 15 May 2020 02:58:12 -0700 (PDT) Date: Fri, 15 May 2020 10:58:02 +0100 From: Sudeep Holla To: Daniel Lezcano Cc: Lukasz Luba , rui.zhang@intel.com, "Rafael J. Wysocki" , Lorenzo Pieralisi , "open list:CPU IDLE TIME MANAGEMENT FRAMEWORK" , Sudeep Holla , open list , "open list:CPUIDLE DRIVER - ARM PSCI" Subject: Re: [PATCH v4 4/4] thermal: cpuidle: Register cpuidle cooling device Message-ID: <20200515095751.GA25267@bogus> References: <20200429103644.5492-1-daniel.lezcano@linaro.org> <20200429103644.5492-4-daniel.lezcano@linaro.org> <99b3bc79-f48a-3d51-a8ae-8b9ca4856d36@arm.com> <04b5da25-d591-b08a-e554-6e084d7ea908@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 04, 2020 at 08:00:01PM +0200, Daniel Lezcano wrote: > > Hi, > > On 29/04/2020 23:01, Daniel Lezcano wrote: > > On 29/04/2020 22:02, Lukasz Luba wrote: > >> > >> > >> On 4/29/20 11:36 AM, Daniel Lezcano wrote: > >>> The cpuidle driver can be used as a cooling device by injecting idle > >>> cycles. The DT binding for the idle state added an optional > >>> > >>> When the property is set, register the cpuidle driver with the idle > >>> state node pointer as a cooling device. The thermal framework will do > >>> the association automatically with the thermal zone via the > >>> cooling-device defined in the device tree cooling-maps section. > >>> > >>> Signed-off-by: Daniel Lezcano > >>> --- > >>> ? - V4: > >>> ??? - Do not check the return value as the function does no longer > >>> return one > >>> --- > > > > [ ... ] > > > >> Reviewed-by: Lukasz Luba > > > > Thanks Lukasz for the review. > > > > Rafael, as Lorenzo and Sudeep are not responsive, could you consider ack > > this patch so I can merge the series through the thermal tree ? > > Gentle ping ... Sudeep, Lorenzo or Rafael ? > Sorry for the delay. I ignore this as it was generic and I was fine with it. Didn't know you were waiting me, sorry for that. FWIW: Acked-by: Sudeep Holla -- Regards, Sudeep