Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp1433853imm; Tue, 22 May 2018 04:08:46 -0700 (PDT) X-Google-Smtp-Source: AB8JxZp+NFaBeVG+6AMMJ9J+saHgEcX4jgP12lRoa8YqJCK8wrTu/FQrcv+8syyxg2MRU+cALy8Q X-Received: by 2002:a62:4f0c:: with SMTP id d12-v6mr23699665pfb.220.1526987326255; Tue, 22 May 2018 04:08:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526987326; cv=none; d=google.com; s=arc-20160816; b=maFUVmuXnB8WquzWpO/4hdlDSXOqFzJDWkePVSy5ESn3rhUx+hVjeoCLGfPPZbT7E9 nL+UAZQYdMdXelWBs/nvRLBTwNjTQPWEv6eQlIPGOVQmfilTpK+zdLGz/IjtD2DjQ4Cw 1fU20O0PNgaCjmIwBJ+mtPu/SJ9XzLguR7c0nsPqtxmZqN4iRlc8j5f49KQLmEj8h/a+ f+ppnvrsfmbso1nF+c1Xre0Rel6u3/r9R5sz40sIRuZGyusRmz9p2tCiWl1rhqeDTxtb XfxV3O9Ig39Ef7VKK6yiOnkDG23cYsm/F5u7wFdaPBfxdwvjnW8yCZwqbcZYBS5hJt7y pllw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=FbAJ5QSk6MrWE1XXX6wJGdJ8Vu/qjbyNACh526ZrY8Y=; b=rWHjxhS7gpFtpgIFQ1waYvrgwXl4if13Cb8BSj6pbzujR/BJZjuPThNvEaZB1b2DN1 bHwT29VI5pGJoH6YS5bDrKyerUMKyifY0rrxPxwq/Eg/k+8GZijFxY9wlY7TDChVhIBu x7XHTB1+ef7ZGLW/lSFlZXdKOwdSffVvZCuwzv+1L1KMKvhLSfkRGblL+Ncp0Orb0/Q/ ak1x0XHsSvOj9K8vuSKITdrty+TivW3lmwED/23aj5IOV+m5hQVG4PcRkyqlvvk9K9rs YjhjOcuOiYMNWhrx+JotvhjQYnFoyEeyESZXwsFH8fRcZ2jObRQC2H6NgJCxxND0EwLK hSUw== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a96-v6si16275156pla.169.2018.05.22.04.08.31; Tue, 22 May 2018 04:08:46 -0700 (PDT) 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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751477AbeEVLIK (ORCPT + 99 others); Tue, 22 May 2018 07:08:10 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:34992 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbeEVLII (ORCPT ); Tue, 22 May 2018 07:08:08 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ABD021596; Tue, 22 May 2018 04:08:08 -0700 (PDT) Received: from e110439-lin.cambridge.arm.com (e110439-lin.cambridge.arm.com [10.1.210.68]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A0B353F24A; Tue, 22 May 2018 04:08:06 -0700 (PDT) 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 v4 0/2] Fix and cleanup iowait boost Date: Tue, 22 May 2018 12:07:52 +0100 Message-Id: <20180522110754.20832-1-patrick.bellasi@arm.com> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here is the (hopefully) final update of: https://lkml.org/lkml/2018/5/21/114 20180521085120.7902-1-patrick.bellasi@arm.com which just includes the small typo fixes suggested by Jeol and the ack and review tags collected so far. Cheers Patrick Changes in v4: - fixed typos in changelog (Joel) - added Reviewed-by Joel Fernandes - added Acked-by Viresh and Peter 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