From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751010AbdL3Lwg (ORCPT ); Sat, 30 Dec 2017 06:52:36 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:36424 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750836AbdL3Lwe (ORCPT ); Sat, 30 Dec 2017 06:52:34 -0500 X-Google-Smtp-Source: ACJfBotHRAWm1XdH3X3JkKU1lSvwCkCcaPpLt1OdKqHj3ZvgcLB5Osq1A2/csJsHlcvsc3QLIdy31g== Date: Sat, 30 Dec 2017 12:52:30 +0100 From: Javi Merino To: Viresh Kumar Cc: Rafael Wysocki , edubezval@gmail.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , amit.kachhap@gmail.com, rui.zhang@intel.com, ionela.voinescu@arm.com Subject: Re: [PATCH V2 4/4] cpu_cooling: Drop static-power related stuff Message-ID: <20171230115230.GA17853@tesla> References: <55020cb5e2701942b0613c12bd0c911662df643e.1512451487.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <55020cb5e2701942b0613c12bd0c911662df643e.1512451487.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 05, 2017 at 11:02:46AM +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. That commit c36cf0717631 ("thermal: cpu_cooling: implement the power cooling device API") also added documentation for it. You should remove the documentation, to keep it in sync. > Cc: Javi Merino > Cc: Punit Agrawal > Acked-by: Eduardo Valentin > Signed-off-by: Viresh Kumar > --- > drivers/thermal/cpu_cooling.c | 106 +++++------------------------------------ > include/linux/cpu_cooling.h | 3 -- > include/trace/events/thermal.h | 10 ++-- > 3 files changed, 16 insertions(+), 103 deletions(-)