Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1871720ybi; Sat, 13 Jul 2019 02:11:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqyoBAkMzHaIMurUkk2gmDrc+xKy1wce3tJHgphPuKZb+5cTjZf/291Ota10H4P0mCiUyWXF X-Received: by 2002:a17:90a:28e4:: with SMTP id f91mr16694351pjd.99.1563009094553; Sat, 13 Jul 2019 02:11:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563009094; cv=none; d=google.com; s=arc-20160816; b=kuNGjRGE8b0eRQduknuOng9bl2XEuGxrCgaDWgaqQtN5+JO8YuiR7c/n2jmReISVru pyTAli2NJf9KCpRpxVzMM7KxSb7E9W10XfIWAaRXu/7ZqcJKXCa+lluOISYh47MjeDaN Eq2FxNsS6MSUWDUVGdJIFDnSn0KgIGkweUDKFp9ymG4pA0SUTGa6JSNGRJgTjTi6yc0n P3xre998QmjafJ1RN5GZTM9iXNNRrgzzhgu2eqd1eEGoP6Uj5NSylZX8E8VjzFqOsABs tQ9Y2PkErL/kqOwAjcHKplgWxEOiRpwt8izLmrytSBsouDEDS0hFXGQN+wYaFO2QTy1R L4iw== 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=xhRAQxFYLzcmrYtE7af3cBAf7DygK+GfXHWUK9GXSpw=; b=kGgoMuVZh4kcUdwN9S/k32JebUI03tPggVBJrCBJoXk4bcVRrNUeVrmu+83KHyuTy0 JM1CHDo9p2ntQHh0ineJuybWAdvgF9+NqE+vDKJGFMV13+TDBRt/gTWedgAzvdT+z294 0lPfgEou+91fvonsLi6aSV4EnIIK2j+QGmWXwxvnsKcDzsuJNsfX+WMoAwHp8Qt9uteS AvVSViarHbQcUxIcA6Lg5mPYN/qBR7KpubKMffgTJPj7vq+TucFwnpP0efp6lvOobPxl J7HI75HvVs3q0emubMKgihm5x1TVpTUvTtk+8I9QheWFelPo3DxgIKfnco/XSpxL/UR8 v1+g== 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 s132si686882pfc.244.2019.07.13.02.11.19; Sat, 13 Jul 2019 02:11:34 -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 S1727553AbfGMJK6 (ORCPT + 99 others); Sat, 13 Jul 2019 05:10:58 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:48902 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726460AbfGMJK6 (ORCPT ); Sat, 13 Jul 2019 05:10:58 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 724B680556; Sat, 13 Jul 2019 11:10:44 +0200 (CEST) Date: Sat, 13 Jul 2019 11:10:55 +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: <20190713091054.GA19902@amd> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" 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 --SLDf9lqlvOQaIe6s 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 --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl0poB4ACgkQMOfwapXb+vLG7wCgnztvYft+BcWanbamBuUSENlO abMAoKnVi80Q5RSiavr2GBO/deSZEWRH =RkWH -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s--