From patchwork Thu Mar 2 08:33:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 94764 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp62656qgd; Thu, 2 Mar 2017 00:39:49 -0800 (PST) X-Received: by 10.99.101.67 with SMTP id z64mr9512846pgb.78.1488443989398; Thu, 02 Mar 2017 00:39:49 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o32si6843733pld.270.2017.03.02.00.39.49; Thu, 02 Mar 2017 00:39:49 -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; dkim=pass header.i=@linaro.org; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932108AbdCBIjs (ORCPT + 25 others); Thu, 2 Mar 2017 03:39:48 -0500 Received: from mail-pg0-f45.google.com ([74.125.83.45]:36429 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753587AbdCBIjp (ORCPT ); Thu, 2 Mar 2017 03:39:45 -0500 Received: by mail-pg0-f45.google.com with SMTP id s67so30036924pgb.3 for ; Thu, 02 Mar 2017 00:39:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=xllIa/GLZvstiI4S9EezPwJC0nl/3qtePdz/01RX+ys=; b=KON1VjBI4OznfjrTTAKXD/Fr/tgogC8JtasaB/yNFhmH8DQPUXo6efQluplRRqIpoJ M3yUDP5ITqrXsJMX8ZG/orB563VrwsGTRSwoKDydXQYyW1o94xLBUqHz5IWG8YBTQ34H AxGvdJ0IaFslQF23dPBHWpTASlHQVq/u6IsWo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=xllIa/GLZvstiI4S9EezPwJC0nl/3qtePdz/01RX+ys=; b=bGT0DngfON/DFmWIvws2DH835P3llDBnHz7nRjhdumqJUAtbcWoo/hseytosH3WJM3 EyNWViwPYEZDdNIupds+zt6ghYkps5RDQuM981CMPKP6n1QhP5dHY3q5wMW3KuKR6FJr 9QoIxp+KtUL8PpYPf/gcKDieeKBZLtwWALry0NM+l8ztFI3YO/0bdhWJqDeXarEMIXoM 9guIJ9HxHsgZxaJYGMNVEC83ZPL0cSXTolZRu8BTwg0r23QovBEmVftzqZckA8EAf76k veFix/E2zIhu+drDvGjdfVZ9fMAdTRoxK0H/h14/Z09Pqs53vDAwV6fy/8mwFN4cHT/V xOJg== X-Gm-Message-State: AMke39kbnb8iHEjQwQ7UNm/2pNuaZ2PfKX006Llrc6ocVjBBxI7+OnT6BD9965RcDlJj2K2a X-Received: by 10.84.247.23 with SMTP id n23mr16796066pll.39.1488443609870; Thu, 02 Mar 2017 00:33:29 -0800 (PST) Received: from localhost ([122.172.165.189]) by smtp.gmail.com with ESMTPSA id e7sm4051479pgp.2.2017.03.02.00.33.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Mar 2017 00:33:29 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki , Ingo Molnar , Peter Zijlstra Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , Viresh Kumar Subject: [PATCH 0/3] cupfreq: schedutil: Minor fix and cleanups Date: Thu, 2 Mar 2017 14:03:19 +0530 Message-Id: X-Mailer: git-send-email 2.7.1.410.g6faf27b Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The first patch fixes an issue and the other two do cleanups. I have run hackbench with these patches and no regressions were noticed. -- viresh Viresh Kumar (3): cpufreq: schedutil: move cached_raw_freq to struct sugov_policy cpufreq: schedutil: Pass sg_policy to get_next_freq() cpufreq: schedutil: remove redundant code from sugov_next_freq_shared() kernel/sched/cpufreq_schedutil.c | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) -- 2.7.1.410.g6faf27b