From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751162AbeEUIwp (ORCPT ); Mon, 21 May 2018 04:52:45 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:45086 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750923AbeEUIvf (ORCPT ); Mon, 21 May 2018 04:51:35 -0400 From: Patrick Bellasi To: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Cc: Ingo Molnar , Peter Zijlstra , "Rafael J . Wysocki" , Viresh Kumar , Vincent Guittot , Dietmar Eggemann , Juri Lelli , Joel Fernandes Subject: [PATCH v3 0/2] Fix and cleanup iowait boost Date: Mon, 21 May 2018 09:51:18 +0100 Message-Id: <20180521085120.7902-1-patrick.bellasi@arm.com> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here is an update of: https://lkml.org/lkml/2018/4/10/642 20180410155931.31973-1-patrick.bellasi@arm.com which is now a series since I've split the fix from the refactoring/cleanup patch, as suggested by Viresh. Cheers Patrick Changes in v3: - renamed the iowait boost functions (Peter) - moved boost reset into a dedicated function (Peter) - split the fix into a separated patch (Viresh) - added "Fixes" tag (Viresh) Patrick Bellasi (2): cpufreq: schedutil: Fix iowait boost reset cpufreq: schedutil: Cleanup and document iowait boost kernel/sched/cpufreq_schedutil.c | 152 +++++++++++++++++++++++++++------------ 1 file changed, 108 insertions(+), 44 deletions(-) -- 2.15.1