Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5599843ybv; Tue, 18 Feb 2020 00:09:07 -0800 (PST) X-Google-Smtp-Source: APXvYqwlhHX0ZLE4WomdDIP3Hd1G6frb8hHsDeoxmps3BJ2Td3DZk9bDihYm5pTVb+VGiS8/pAeX X-Received: by 2002:a9d:4110:: with SMTP id o16mr15126146ote.101.1582013346805; Tue, 18 Feb 2020 00:09:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582013346; cv=none; d=google.com; s=arc-20160816; b=XjfWHazEyXjVtTMk4vI9sKPkafRZNMjkv1JSfgkRwqWud/vIhNi93OoJ2GqT9omGsW BrcLo5vgPhwSq2MNn/vbXdK6XqPrgfIYB8mlSLyEgmZ1RGzlJz73lsJNQptEaB9bgvr3 qB9PmlE6XPEYE6jSRitAYhnAWMgIeUwMtCFsgkDKPRCRZuHTcbmDM/TJX1CSu3r2OEP2 H/6p6QFbYvEhVBlVWXXLvIudjKcKIJo4RKw0B+V2KZJ6p0oQptYKwi06r73dJ6WV5Z6F miQ8VQebmGsHzaQTlkCDACJFCYPStkmaBFl4rNtspo335XVbhtHN0vQ5xMOGEwUJAoRw zzpA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=yucw7LQcSCDeJ/bfApn/Y+A3fGmnfzaqXtFEN7pdCg4=; b=S45ZNSg2k6uAAsbfgSP4v+gTwyArHWso9o24VpjbBIxGofP4L1RGgxXTcJ1O4IZewx pqK68UyfugQAw/qAMvTiY3XxNMb4tfa8SYfpThjzw6K/fmSNceLMinoVPdHx4nH6noCh 54TXHISU/GRrYAXiksrW3q70trC1bbwrkiETK32biD/nGC6B6hn5HIwkouY8aMA52Xx4 mAICdbT+pZHhaFqM3qZM0AHyMUbvu2kFy0epgtp/zK26PXr9nlo1abKQHs/VjL7rqtJW +f9fx6yILAHii7y8UD9GXVDOK/CW6gua8O1NiTjODM7yq+CGtJsjB1pNRVAHfciwXkcj vW0g== 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 y12si1485025oti.162.2020.02.18.00.08.53; Tue, 18 Feb 2020 00:09:06 -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; 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 S1726246AbgBRIIu (ORCPT + 99 others); Tue, 18 Feb 2020 03:08:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:50876 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726138AbgBRIIt (ORCPT ); Tue, 18 Feb 2020 03:08:49 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DF418206EF; Tue, 18 Feb 2020 08:08:48 +0000 (UTC) Date: Tue, 18 Feb 2020 09:08:46 +0100 From: Greg KH To: Peter Chen Cc: "Rafael J. Wysocki" , Linux PM , LKML , Amit Kucheria , "linux-usb@vger.kernel.org" Subject: Re: [PATCH 23/28] drivers: usb: Call cpu_latency_qos_*() instead of pm_qos_*() Message-ID: <20200218080846.GA2186559@kroah.com> References: <1654227.8mz0SueHsU@kreacher> <19064076.ICumzjfW0v@kreacher> <20200212183827.GA1900941@kroah.com> <20200218080314.GB30350@b29397-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200218080314.GB30350@b29397-desktop> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 18, 2020 at 08:03:13AM +0000, Peter Chen wrote: > On 20-02-12 10:38:27, Greg KH wrote: > > On Wed, Feb 12, 2020 at 12:28:44AM +0100, Rafael J. Wysocki wrote: > > > From: "Rafael J. Wysocki" > > > > > > Call cpu_latency_qos_add/remove_request() instead of > > > pm_qos_add/remove_request(), respectively, because the > > > latter are going to be dropped. > > > > > > No intentional functional impact. > > > > > > Signed-off-by: Rafael J. Wysocki > > > --- > > > drivers/usb/chipidea/ci_hdrc_imx.c | 12 +++++------- > > > 1 file changed, 5 insertions(+), 7 deletions(-) > > > > Acked-by: Greg Kroah-Hartman > > Hi Greg, > > With this patch applied, the usb-next can't compile pass. Did I apply this? It looks to need to go through Rafael's tree which introduces the new api, right? thanks, greg k-h