From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756147AbdKCLuZ (ORCPT ); Fri, 3 Nov 2017 07:50:25 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:55251 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756060AbdKCLuU (ORCPT ); Fri, 3 Nov 2017 07:50:20 -0400 From: "Rafael J. Wysocki" To: "Rafael J. Wysocki" Cc: Linux PM , LKML , Ulf Hansson , Geert Uytterhoeven , Tero Kristo , Reinette Chatre , Ramesh Thomas , Alex Shi Subject: [RFT][PATCH v2 0/2] PM / QoS: Device resume latency framework fix Date: Fri, 03 Nov 2017 12:42:57 +0100 Message-ID: <2520927.XkLgALY3I0@aspire.rjw.lan> In-Reply-To: <5770848.Kdi5IjVKeE@aspire.rjw.lan> References: <5770848.Kdi5IjVKeE@aspire.rjw.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, November 2, 2017 12:00:27 AM CET Rafael J. Wysocki wrote: > Hi, > > This series is a replacement for commit 0cc2b4e5a020 (PM / QoS: Fix device > resume latency PM QoS) that had to be reverted due to problems introduced by it. > > This time the genpd PM QoS governor is first updated to be more consistent > and the PM QoS changes are made on top of that which simplifies the second > patch quite a bit. > > This is based on the linux-next branch from linux-pm.git as of now (should > also apply to the current mainline just fine). > > Please test if you can or let me know if you have any comments. The v2 removes a couple of redundant checks from the first patch (and add comments to explain why the checks are not needed) and fixes up the "no constraint" value collision with a valid constraint multiplied by NSEC_PER_USEC in the second patch. Please test if possible and let me know about any issues. Thanks, Rafael