Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4412901yba; Sun, 19 May 2019 18:55:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqwiuR2pkm4qD6Rplu20hCKKdjfjDckdIzZw0qnUs2SxK212zPXfDNxCRc6dIyLx6zHXRS1e X-Received: by 2002:aa7:99c7:: with SMTP id v7mr77876348pfi.103.1558317306138; 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=Sw9TkByt8EvS2t9Pv/w3f16rPKRgbOLV5cKyWT3Oy6iwI5H67bi1ncSZG5eDPflmIY mxli36mRdLvl+Aq5DGvltKIKXyf37rx/v58AtkcbhQbZYYNshg3m9z+CgnAd3mOfBUbi 2mIJhqRQnQPztjAUtN++rcSd9CuKqnOt8Cd8zBXNwu9jktNHLAFFv2MQ311XV5h4yGd0 BMeRAFvhmKTmSXo+vE8H/ZnVZ7M9BRmXfnJW7ycET71LwGztjoQzx3D29CkSCoSowZxR mlS4mPI1LfvtneSgzwQIgAhlsJiWGsoyEAjwzFp2jQ7GprURcdc7yj7cl9Oee4ECE0Ly XShA== 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=dhxOkV2rawS4OOQbRfClRdHVql4pUR4XBd96Z48jZKg=; b=szAqU4rfgwXUVgJv6dTW5WfX/5DQUx0IKuKscPNPTiC11iPOkZS5b8TARp9jdn+LVp aTn/k9rPWAlaHlmr0CJkOySEXTmZgtEMElW9s7sJK1HsEyWa4m5dBRnoI9N4HPhsQ6PV I8+QwwoouRQXoBUVNybPXFcqgwTb3SOD98E4LpQPkUbCn/17mC9nRc6strnlT6KJTdL4 qlV2hv1M3brstdn2TEqj+hGT/oMvjyua7cR6pwIiRa0/jrT7/ecsuiNHyB3zweUy23+D 8h0lHjiiVwXCb0XnFcCEhA9Gn9Rf2nw74fQbfSHgm0SXQ5+k/MaHF/lxpF95GHCMAC/g 1NZA== 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 cc18si18090491plb.174.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 S1729657AbfESVir (ORCPT + 99 others); Sun, 19 May 2019 17:38:47 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:59981 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728678AbfESVir (ORCPT ); Sun, 19 May 2019 17:38:47 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 04D75803A3; Sun, 19 May 2019 23:38:34 +0200 (CEST) Date: Sun, 19 May 2019 23:38:44 +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 3/3] soc: fsl: add RCPM driver Message-ID: <20190519213844.GH31403@amd> References: <20190517033946.30763-1-ran.wang_1@nxp.com> <20190517033946.30763-3-ran.wang_1@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OpLPJvDmhXTZE4Lg" Content-Disposition: inline In-Reply-To: <20190517033946.30763-3-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 --OpLPJvDmhXTZE4Lg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > + > +struct rcpm { > + unsigned int wakeup_cells; > + void __iomem *ippdexpcr_base; > + bool little_endian; > +}; Inconsistent whitespace > +static int rcpm_pm_prepare(struct device *dev) > +{ > + struct device_node *np =3D dev->of_node; > + struct wakeup_source *ws; > + struct rcpm *rcpm; > + u32 value[RCPM_WAKEUP_CELL_MAX_SIZE + 1], tmp; > + int i, ret; > + > + rcpm =3D dev_get_drvdata(dev); > + if (!rcpm) > + return -EINVAL; > + > + /* Begin with first registered wakeup source */ > + ws =3D wakeup_source_get_next(NULL); > + while (ws) { while (ws =3D wakeup_source_get_next(NULL)) ? > +static int rcpm_probe(struct platform_device *pdev) > +{ > + struct device *dev =3D &pdev->dev; > + struct resource *r; > + struct rcpm *rcpm; > + int ret; Whitespace. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --OpLPJvDmhXTZE4Lg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlzhzOQACgkQMOfwapXb+vI6ywCfVCMHtkjXb3a+eeg4lf0cWVnK ltAAn0s9Rg5VoedxYnGb5y+G2Eo0Kxic =n8eU -----END PGP SIGNATURE----- --OpLPJvDmhXTZE4Lg--