Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4412902yba; Sun, 19 May 2019 18:55:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqzCp8SRho1mOCZlauH2nZj4cpj8deShMk8wUiERGTGmGmJ7LY+x5/RoFwdxmGgrx2K8sDIo X-Received: by 2002:a17:902:e108:: with SMTP id cc8mr62117422plb.145.1558317306137; Sun, 19 May 2019 18:55:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558317306; cv=none; d=google.com; s=arc-20160816; b=t9gjhUWGAyIJJLh1qjMxpMrYl36i1CnO83SDBOz98DRivIlTivzcXJKmocVboRgSmB yMNrk6ARBIn1VAwqUZc7/EbGuHaUeN7A3dLqFdOoXvmvhzNMU8Al+PifZb7OGqXIg5zR r83cTqlpYyoTvyvQdf+qTay/+C0Rzaan9p4AdQeuJb2H9x/M9vlS2b9Gsy0I3KZDSUek u+zj8e09CQdHzcXtmvypC/I+clbfybF3hd2jssrAcyCpqCcDple/VLwAVahWduTIKvlY Byx7pgrY8KUyaIe0ek3dJWM2SVyBPY9qgt8YloRWtpybhzlBF9QFjieRU8wJA6bVu0up gVLw== 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=IsHks26DawN9kV/ZtkTUGZyNmyPnGxrYtzRPMpqlUWI=; b=ye6Sfd7hy1miHngGc995fIFCdy/VZcqJVLITIaTnEEYmQkrOSvxSLVGe7uGoe9wdRD azkSF/lGyONHHH4hRrtkuz/MPBHIKcxdyFKHisSYFd4rL4wJyNQfnbMy4jXiOa3frxBj OWKhYoettQ4gRW3Wd5aHxL3E9WvJPoWqrBHBLNT+7e5cgVng0zWCp3ro64hJF2RWOWkp IbLFBXGGBTBqk1B63k72j18iTnx+yirrmtKYJ4NO1GjIHa2UblYKX+npZJxwz/7MyIWi 2vFnoSC7bvUQX7srEeO5u6v/CdMRO+eai2awFZnZwAstuPQ+gCWCMLY9VVmunW5YaK9h 0DYg== 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 e189si6457861pfe.54.2019.05.19.18.54.38; Sun, 19 May 2019 18:55:06 -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 S1730189AbfESVfA (ORCPT + 99 others); Sun, 19 May 2019 17:35:00 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:59876 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725784AbfESVe7 (ORCPT ); Sun, 19 May 2019 17:34:59 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id A5A4180378; Sun, 19 May 2019 23:34:47 +0200 (CEST) Date: Sun, 19 May 2019 23:34:57 +0200 From: Pavel Machek To: Ran Wang Cc: Li Yang , Rob Herring , Mark Rutland , "Rafael J . Wysocki" , Len Brown , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH V2 1/3] PM: wakeup: Add routine to help fetch wakeup source object. Message-ID: <20190519213457.GG31403@amd> References: <20190517033946.30763-1-ran.wang_1@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sLx0z+5FKKtIVDwd" Content-Disposition: inline In-Reply-To: <20190517033946.30763-1-ran.wang_1@nxp.com> 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 --sLx0z+5FKKtIVDwd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > --- a/include/linux/pm_wakeup.h > @@ -70,6 +71,7 @@ struct wakeup_source { > unsigned long wakeup_count; > bool active:1; > bool autosleep_enabled:1; > + struct device *attached_dev; > }; > =20 > #ifdef CONFIG_PM_SLEEP You might want to format this similary to the rest... Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --sLx0z+5FKKtIVDwd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlzhzAEACgkQMOfwapXb+vJFYwCfWepB4p66NbXEV3e8W5ZictQ/ Es8AmgKZXmLs30UjIBYDFKic2DbgBegF =KZ5b -----END PGP SIGNATURE----- --sLx0z+5FKKtIVDwd--