Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1912774imm; Sat, 2 Jun 2018 12:03:33 -0700 (PDT) X-Google-Smtp-Source: ADUXVKL1YsaAqDNmjz9xqzdPtCyKKDxwP2G///ZMHqYdvQr/88Cxl7t8ve56umAAZI6vr/CK98DX X-Received: by 2002:a63:89c2:: with SMTP id v185-v6mr12386188pgd.196.1527966213363; Sat, 02 Jun 2018 12:03:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527966213; cv=none; d=google.com; s=arc-20160816; b=dtHsIuQzjyzjeORV0wfnbfK8elYI7CHZvqeA8lax8Itd2Qlrw/p48SiWvc+1yhVlmV VOJGifw1gTq/Q49rGnriwcRYwsTg2nHPa3gGwC1/dODchZTPEwIyBCrDoYB8GsmULI8k jxWjs5WARfiWPfkvM/E4ZNQbj0ZYGKN/M+woGWqiAlwcR+rNfyUkx7GeV8dTVNFC7yls GRATH83LvABm1Gc4eQNx8HyIFlPLiP9Rtxa9Nctl2z9K9UIvsmUHLmAMzzLkNW7+jDgt Dh43tdCMBieDl83fRieoOtgqnjhtdmi7pSRv80amipP2ugZCoHtT7KsyqNHqNEoR+7Q8 Lg9g== 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:arc-authentication-results; bh=rrKdEI3LzgeQua1xWF4OjkaQfxOldmPDJHTauq0nsok=; b=mg+9v0k8TUXVkN2xk97ULCDCVAmGLJxMDUxTpZEXxWVjAoDex6ellfFlMujHlxnFQa +zfEk9N9IDJtVxrRpPlpeQjSI3r2hdyoAz37UkylImfOk1hXEPUkdK7XfH8WZDoGqQfh Vg+4pys6clGWUb8M3TaraMgs/HCN4XIp8kr2HeX1kFes9vtYDi3tGWlW8dlqjVP6cAhx GsiRHL6JCc+L5YUcd0fmX3Kj7qWABjt2nvG9kVqZq7XDzCIiDzFK2Gyqn5jmcBDgn8P+ jxUJjDwtTAa3gF6tCjCwVTSs7DNXjDGTyKan3bHA7l7lgcfEItkJTFiPVaMqcbCBQC7F HHnQ== 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 q8-v6si31160029pgc.505.2018.06.02.12.03.07; Sat, 02 Jun 2018 12:03:33 -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 S1751911AbeFBTCa (ORCPT + 99 others); Sat, 2 Jun 2018 15:02:30 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:35246 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342AbeFBTC3 (ORCPT ); Sat, 2 Jun 2018 15:02:29 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 7812180558; Sat, 2 Jun 2018 21:02:28 +0200 (CEST) Date: Sat, 2 Jun 2018 21:02:27 +0200 From: Pavel Machek To: Ravi Chandra Sadineni Cc: rjw@rjwysocki.net, chenhong3@huawei.com, ravisadineni@google.com, dtor@google.com, len.brown@intel.com, gregkh@linuxfoundation.org, tbroch@google.com, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, rajatja@google.com, bleung@google.com Subject: Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute. Message-ID: <20180602190227.GA19946@amd> References: <20180602023215.176521-1-ravisadineni@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <20180602023215.176521-1-ravisadineni@chromium.org> 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 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2018-06-01 19:32:15, Ravi Chandra Sadineni wrote: > Currently we show event_count instead of wakeup_count as part of per > device wakeup_count sysfs attribute. Change it to wakeup_count to make > it more meaningful. >=20 > Signed-off-by: Ravi Chandra Sadineni 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 --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlsS6cMACgkQMOfwapXb+vIP7wCeL74QOuUejgN08PA+1PEuh8QP wVcAnAjb093p71AEH+d0wnEkpVLSAxzY =X4MI -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu--