From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752843AbdKOLcB (ORCPT ); Wed, 15 Nov 2017 06:32:01 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:54068 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752860AbdKOLb4 (ORCPT ); Wed, 15 Nov 2017 06:31:56 -0500 X-Google-Smtp-Source: AGs4zMbfunBju4TULnEstHrQry350WBgQsx+flPK8DyksCSvnf53fQaXA7cKXK7FHaematY9GMqPUg== Date: Wed, 15 Nov 2017 11:31:33 +0000 From: Javi Merino To: Viresh Kumar Cc: Rafael Wysocki , edubezval@gmail.com, Amit Daniel Kachhap , Zhang Rui , Steven Rostedt , Ingo Molnar , linux-pm@vger.kernel.org, Vincent Guittot , lukasz.luba@arm.com, linux-kernel@vger.kernel.org, Punit Agrawal Subject: Re: [PATCH 4/4] cpu_cooling: Drop static-power related stuff Message-ID: <20171115113133.GA10252@localhost> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 15, 2017 at 02:49:48PM +0530, Viresh Kumar wrote: > No one has used it for the last two and half years (since it was > introduced by commit c36cf0717631 ("thermal: cpu_cooling: implement the > power cooling device API")), get rid of it. Linaro used it in lsk 3.18 for the cpufreq driver for Juno. The cpufreq driver was converted to the generic one from dt in lsk 4.4, but the generic cpufreq driver does not support static power because everything has to come from device tree and we don't have a way to specify it there. Cheers, Javi