From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E7F2C34031 for ; Tue, 18 Feb 2020 08:08:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 57A7A21D7D for ; Tue, 18 Feb 2020 08:08:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726180AbgBRIIt (ORCPT ); Tue, 18 Feb 2020 03:08:49 -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-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@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