Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1250959ybi; Tue, 16 Jul 2019 11:57:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqxTgCDM4X4Ru0F20YCyhL/eLJDvzD97J6K5bW1TbH7TQmgpe0Kknf9oiXq2aNYGHyRJuVTL X-Received: by 2002:a17:902:9a07:: with SMTP id v7mr27779553plp.245.1563303474094; Tue, 16 Jul 2019 11:57:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563303474; cv=none; d=google.com; s=arc-20160816; b=BxiZCKXzpT+BHyt4M62f/T/ugOd6eTFrp1qYKXy5W05qW9OVuRZ8st0VxT99uLcGxT FoLp9vYYprtlCmK+S7/11OvMVSwbr9rDijuQUnJLnWMFeQpUanqDvD/kh+159cLi/803 yIhVCz0V1IUagK4THfEe9mMitdUDMK5EgBsCgUP1jw3Y6KzWcUzrMJGntvaq1H6H95k2 yX+PVk3UzhOPCIv2JTO742QIh6az7/EnYT6CW5JRZzFVLdNF/ndYmi9Wlca8SrpHkE+r XPeJImd1rwyvNo6tsNlky8shqRGUQP+QzQIqABCgrDKJHhRx93db09ohVcQdL2fOK6AG ywhw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=qWYNZ9IIzRvj4VpkBEteMQVO04dpv3nssAtjCGSvXd0=; b=DJKRL9gvJz0navnyp8JUaQUxYpQDLr65ZiTs0lVyMYTViN2AEmq4O6cozgV+7h7mE9 7O9IjXybcVVcaFJmqUqyHewKFLoufngTTC4HTIU/8s1gqQO7QyjWCVqbWryip/wu+x21 c36VD0AOKafyuDvPYV38nzrw9vB3PcsmwgX5p9lK0rD2Vulf3qQDoJqy3ZU/adY4q78K /aGjjkoqFan9e8FisCoNRvfWpLOohy0aSwKhcYlAfpvfFNowUoXvA5OXE7v7qwywvC6l KPcE4ej/Z+LBSHomDiVl3C8ZrkGklXGoZH2+PTSB/S1r2IBGrN0rsve68PUREs0Lg1X7 RvGQ== 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 32si19409795plc.152.2019.07.16.11.57.36; Tue, 16 Jul 2019 11:57:54 -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 S2388457AbfGPS4v (ORCPT + 99 others); Tue, 16 Jul 2019 14:56:51 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:46498 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728137AbfGPS4v (ORCPT ); Tue, 16 Jul 2019 14:56:51 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 304EA80593; Tue, 16 Jul 2019 20:56:38 +0200 (CEST) Date: Tue, 16 Jul 2019 20:56:48 +0200 From: Pavel Machek To: Amit Kucheria Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, "Rafael J. Wysocki" , Len Brown , linux-pm@vger.kernel.org Subject: Re: [PATCH v2] PM: QoS: Get rid of unused flags Message-ID: <20190716185648.GA10400@amd> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu 2019-07-11 19:51:25, Amit Kucheria wrote: > The network_latency and network_throughput flags for PM-QoS have not > found much use in drivers or in userspace since they were introduced. >=20 > Commit 4a733ef1bea7 ("mac80211: remove PM-QoS listener") removed the > only user PM_QOS_NETWORK_LATENCY in the kernel a while ago and there > don't seem to be any userspace tools using the character device files > either. >=20 > PM_QOS_MEMORY_BANDWIDTH was never even added to the trace events. >=20 > Remove all the flags except cpu_dma_latency. >=20 > Signed-off-by: Amit Kucheria Acked-by: Pavel Machek --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl0uHfAACgkQMOfwapXb+vJRpgCcCE9t/fdfV6fpDv/gchk5E7g9 qhwAoKUmdMWsShK2uX5HYwRgtGCfzlTu =IZXP -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm--