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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 CE516C3A5A2 for ; Tue, 3 Sep 2019 14:13:01 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A2EF223431 for ; Tue, 3 Sep 2019 14:13:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="msqP09CP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A2EF223431 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=1o7Qbtbf3H95hlS1K1thF1Q3sv1Xq1tkTBEns0ubg3U=; b=msqP09CP5RUKIp+1k5FQpyyC/ 0GvDM8BhhcMhNfswU8SE+ViIDdSyEuJHMjlYN41R+FawYBrCwoNvW2Yx7UqE156f3Oxs962v1xZfP 0pFY4d/dKx72HxsXucKtXgAdkE+hQUlYOh+7eTGV2M6rmjoiS7xpLxRYsrHx6ARGTKUcI4KDrJSTs x103tspFBCm7J/4lagatbLTMUB+EvPEucnM8cCwPdjG5Q5QYvavuSYubRhlHvreF1FZiJ2K4tF4sB leyfXQ5zRYyNvONrg3pfXNvSSivhodzLmUnA9zuImcK+2szo22nmY6LrzTnA2PbmSJiwtlA3ciW+z s4t/n2ZhQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i59YK-0006Ja-5f; Tue, 03 Sep 2019 14:13:00 +0000 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i59YF-0006GN-O3 for linux-arm-kernel@lists.infradead.org; Tue, 03 Sep 2019 14:12:57 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 80B2A81FA1; Tue, 3 Sep 2019 16:12:35 +0200 (CEST) Date: Tue, 3 Sep 2019 16:12:48 +0200 From: Pavel Machek To: Ran Wang Subject: Re: [PATCH v6 3/3] soc: fsl: add RCPM driver Message-ID: <20190903141248.GA8354@amd> References: <20190821031537.46824-1-ran.wang_1@nxp.com> <20190821031537.46824-3-ran.wang_1@nxp.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190903_071255_947060_D24CED33 X-CRM114-Status: GOOD ( 12.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Biwen Li , Len Brown , Greg Kroah-Hartman , "linux-pm@vger.kernel.org" , "Rafael J . Wysocki" , "linux-kernel@vger.kernel.org" , Leo Li , "devicetree@vger.kernel.org" , Rob Herring , "linuxppc-dev@lists.ozlabs.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: multipart/mixed; boundary="===============3234885262996765017==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3234885262996765017== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > + /* Begin with first registered wakeup source */ > > + ws =3D wakeup_source_get_start(&idx); >=20 > Since I have mad some change in this version, could you please take a loo= k on this. > If it's OK to you, I would re-add 'Acked-by: Pavel Machek ' I'm sorry, I'm a bit busy at the moment and this is not really my area. Best regards, Pavel =09 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl1udOAACgkQMOfwapXb+vLLrwCgprpkyPdWIRm3F6Lv4rV9h5Vg zkUAnRa7EWL6E5/thkcXz87A7zdQUWUB =oBPe -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- --===============3234885262996765017== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============3234885262996765017==--