Received: by 10.223.185.116 with SMTP id b49csp2423940wrg; Mon, 12 Feb 2018 09:18:23 -0800 (PST) X-Google-Smtp-Source: AH8x224tr2A9Xs9EgFjrGWzrAoI2EEIW6/cFTqnoRlXdHyVowBj9dlhhfzGH2KELSJ0MbbsRM4Ed X-Received: by 10.99.63.9 with SMTP id m9mr2725727pga.247.1518455903021; Mon, 12 Feb 2018 09:18:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518455902; cv=none; d=google.com; s=arc-20160816; b=a3gj54qjoYFGXWUUA132OlUaXVNhskw39DuihP+18U5LCI8S9aa9FSEh5uHoOffBTc uRKQpej9yvJ5CZcmX6yTeWM86IAmySTxFsy7jHHbVKgt25ecoExAGeTJSe1LJAR9z8Qv lQzmBLUAxav3W/Ddqi59JSfmeqx0m6cajvHU78ipCzWvUaKeHrfEE7YNF5mHNAaVgTn3 +USILf2oGo/4c9dtVk8N1ghVgrgrkLBVm5cliGibBMhjRA8ZoR4VN1Uh+LxJb2Jz2gNw RK53aQR0eaME/CkJA8dPeK2eaXBq/JYx4RwIjuah7Wg0g5PfxisjbrPPj3CmyNWTb/2a 2ucw== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=bpv1MDpnNTvMzUR7WS0XxxzuX3NfRXt8UFX68y2w56c=; b=m5kkoqT0R75BvqXH2jP2ve5XbhPBuHcf013m5gZxkGSGQ9NUWK7lMxF524GHZPqQik tqn+f2WagQ7SMwzrLrdwYIljY6QUiwXkoRydFBGHE7E9kXO8+ZLYhuzHUJ0NsgiWaXpB dkJn7GntfjhY6pmlx+vbp/Y7q9orIEH1zDN2kEMUOXawqB6t6Jo71FYA9Y/Oq3ydLRPU vJDu/PAJLYAmL9T8x4LcJ3YaUiUvmNQezRhQd66eP5+cO2Fa2dVRUrb+gpT6z70QUIsc TiBFwboVoXyS0hfWYBmtK3dw8xfSo2rNEA5aaNQ2fkfukNIhlOyuRQCVvPDtsSitfMeI 5Qaw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w75si6537329pfa.121.2018.02.12.09.18.08; Mon, 12 Feb 2018 09:18:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752710AbeBLRRP (ORCPT + 99 others); Mon, 12 Feb 2018 12:17:15 -0500 Received: from muru.com ([72.249.23.125]:56650 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752461AbeBLRRN (ORCPT ); Mon, 12 Feb 2018 12:17:13 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 131988061; Mon, 12 Feb 2018 17:17:44 +0000 (UTC) Date: Mon, 12 Feb 2018 09:17:09 -0800 From: Tony Lindgren To: Viresh Kumar Cc: Rafael Wysocki , =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , linux-pm@vger.kernel.org, Vincent Guittot , Eduardo Valentin , Zhang Rui , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, daniel.lezcano@linaro.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/10] ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes Message-ID: <20180212171709.GB6364@atomide.com> References: <65c21dd1f5299d624ddb0b5e607226d86f745e19.1518166039.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <65c21dd1f5299d624ddb0b5e607226d86f745e19.1518166039.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Viresh Kumar [180209 00:59]: > The "cooling-min-level" and "cooling-max-level" properties are not > parsed by any part of the kernel currently and the max cooling state of > a CPU cooling device is found by referring to the cpufreq table instead. > > Remove the unused properties from the CPU nodes. It seem this patch needs to wait before we can apply, right? Regards, Tony