Received: by 10.223.185.116 with SMTP id b49csp2426296wrg; Mon, 12 Feb 2018 09:20:29 -0800 (PST) X-Google-Smtp-Source: AH8x2241fiTBegpaTFE7LOZRSLURvU9nsNX8AzvoSLwyWle9zmAWZJKvaM/YW7iellNQkLvHs2Ny X-Received: by 10.101.101.142 with SMTP id u14mr10228894pgv.429.1518456028958; Mon, 12 Feb 2018 09:20:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518456028; cv=none; d=google.com; s=arc-20160816; b=M7GrkWaK9tzhtLsfv3VLHFbzhC3GVUeS/0gBKo3qWNsoYs6HEIf6Up1FtKzqZrqL/u 62aXlTYmp74Ke98i3AqxgDag74f8BU0YsOkYQ/iK7ahfwOz2qhRn5dkozXg4plCoeBC9 6kVupuJlGUVaPdY3bKWwScKI6JgIL6GMb9OecLjcSvK9mRsfHZxknZoW9odo1kL7LnlO ugmKq/banMCLgAgZCs9xMxsZwHD0ZuG2riM1cBKcZWRnylrml+G09iCYNRCsVqOmrRFs KJN2vbKEvzsLfzwmVk6oXZQUXwU8w9St9a0o0aOcUmDh2pI+GRQcMIcKcrJAC2vP/r6w WmeA== 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=fxrn66FRKAl4PF9FERP6Nk2WPnWoNqdrZxPduP+D7Cw=; b=jSy9Yup2vTWNKYauEQjXQJvDm66/Gfc4BUrtfsz4fAVmdp2y7f52/DYlPlBUXMbq/3 tQ/naDhfsrw01U+R6TN051s9a9tVjEFHVCVt2a21sfO9QZyCc0GstSXLJ64iUaO3fnzI Dl0Few4+Rq2CN6Ok9Zc7mlli8+6JAYhtHY9NaW8E4mOnzv/kolLXSFHfzAKqAAZ5klNG ziTEcWYq0UIDUjQZRZ/DNPXVjhZkTbj5ryjLYl3qgy7utIigGZbbCdJ/LWtn0+LnIWy/ b1JMHdmKqDdb6IzBJMZ4bpr28Uznhbpy9i9nXK42Xs4NAs7+0vcmqIG3XZb0RwqFso7r yAqQ== 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 s83si2817734pfa.18.2018.02.12.09.20.13; Mon, 12 Feb 2018 09:20:28 -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 S1753313AbeBLRSo (ORCPT + 99 others); Mon, 12 Feb 2018 12:18:44 -0500 Received: from muru.com ([72.249.23.125]:56666 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751063AbeBLRSn (ORCPT ); Mon, 12 Feb 2018 12:18:43 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 77D448061; Mon, 12 Feb 2018 17:19:14 +0000 (UTC) Date: Mon, 12 Feb 2018 09:18:38 -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: <20180212171838.GC6364@atomide.com> References: <65c21dd1f5299d624ddb0b5e607226d86f745e19.1518166039.git.viresh.kumar@linaro.org> <20180212171709.GB6364@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180212171709.GB6364@atomide.com> 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 * Tony Lindgren [180212 09:17]: > * 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? Oh sorry it's already unused :) Will pick this up for v4.17 thanks. Tony