From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757293AbdKOJVI (ORCPT ); Wed, 15 Nov 2017 04:21:08 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:52710 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756278AbdKOJUy (ORCPT ); Wed, 15 Nov 2017 04:20:54 -0500 X-Google-Smtp-Source: AGs4zMZaVHN2RZ1Wqqbi8oryohEQa8kOy1/26GcALp7rhTmfwIfaI7mEjR/X4nnr3/WxWkIg4WzKUQ== From: Viresh Kumar To: Rafael Wysocki , edubezval@gmail.com Cc: Viresh Kumar , linux-pm@vger.kernel.org, Vincent Guittot , lukasz.luba@arm.com, javi.merino@kernel.org, linux-kernel@vger.kernel.org, amit.kachhap@gmail.com, rui.zhang@intel.com Subject: [PATCH 0/4] cpu_cooling: cooling dev registration cleanups Date: Wed, 15 Nov 2017 14:49:44 +0530 Message-Id: X-Mailer: git-send-email 2.15.0.194.g9af6a3dea062 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This touches cpu_cooling and a bunch of cpufreq drivers and I am not sure who should take these patches really. This cleans up the helpers exposed by cpu_cooling driver and its users and removes a lot of code (around 280 lines effectively). Lots of unused code is removed. Tested on Hikey6220 and based over linux-next/master. Not targeted for 4.15-rc1 :) -- viresh Viresh Kumar (4): cpu_cooling: Make of_cpufreq_power_cooling_register() parse DT cpu_cooling: Remove unused cpufreq_power_cooling_register() cpu_cooling: Keep only one of_cpufreq*cooling_register() helper cpu_cooling: Drop static-power related stuff Documentation/thermal/cpu-cooling-api.txt | 33 +---- drivers/cpufreq/arm_big_little.c | 23 +--- drivers/cpufreq/cpufreq-dt.c | 27 +--- drivers/cpufreq/mediatek-cpufreq.c | 22 +--- drivers/cpufreq/qoriq-cpufreq.c | 14 +-- drivers/thermal/cpu_cooling.c | 201 ++++++------------------------ include/linux/cpu_cooling.h | 75 +++-------- include/trace/events/thermal.h | 10 +- 8 files changed, 64 insertions(+), 341 deletions(-) -- 2.15.0.194.g9af6a3dea062