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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 46AB6C3F68F for ; Wed, 12 Feb 2020 10:21:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1E35520873 for ; Wed, 12 Feb 2020 10:21:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727640AbgBLKVs (ORCPT ); Wed, 12 Feb 2020 05:21:48 -0500 Received: from mx2.suse.de ([195.135.220.15]:51914 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725945AbgBLKVs (ORCPT ); Wed, 12 Feb 2020 05:21:48 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 7D45FAD3B; Wed, 12 Feb 2020 10:21:46 +0000 (UTC) Date: Wed, 12 Feb 2020 11:21:46 +0100 Message-ID: From: Takashi Iwai To: "Rafael J. Wysocki" Cc: Mark Brown , "Rafael J. Wysocki" , Linux PM , LKML , Amit Kucheria , Takashi Iwai , "moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." , Liam Girdwood Subject: Re: [PATCH 24/28] sound: Call cpu_latency_qos_*() instead of pm_qos_*() In-Reply-To: References: <1654227.8mz0SueHsU@kreacher> <197693303.hiACyxC3Vm@kreacher> <20200212100810.GA4028@sirena.org.uk> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Feb 2020 11:16:27 +0100, Rafael J. Wysocki wrote: > > On Wed, Feb 12, 2020 at 11:08 AM Mark Brown wrote: > > > > On Wed, Feb 12, 2020 at 12:34:15AM +0100, Rafael J. Wysocki wrote: > > > From: "Rafael J. Wysocki" > > > > > > Call cpu_latency_qos_add/update/remove_request() and > > > cpu_latency_qos_request_active() instead of > > > pm_qos_add/update/remove_request() and pm_qos_request_active(), > > > respectively, because the latter are going to be dropped. > > > > What's the story with dependencies here, I only have this patch and not > > the cover letter? > > The cover letter is here: > > https://lore.kernel.org/linux-pm/CAJZ5v0h1z2p66J5KB3P0RjPkLE-DfDbcfhG_OrnDG_weir7HMA@mail.gmail.com/T/#m92ce7ffd743083e89e45c0a98da8c0140e44c70b > > Generally speaking, this patch depends on the previous patches in the series. OK, so the changes in sound tree are just API rename / replacement. Acked-by: Takashi Iwai thanks, Takashi