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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2A76CC433EF for ; Wed, 8 Jun 2022 18:53:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=4mAy0phFkoPlaM3qXEYwo+1LpgMzA3O+bde+c1JJvAU=; b=buUdBVBSZIw6hs WWx9jY+bJimwvTDXinA8F3/iIHOvEnYO7xOOcH6K7f361jAP6TksjiXEgj/iNOAzkorycDN+5SPjG 4Y6jqp1Ok19sVfmUVE8bSE3BAS66DwzMYlIARmkiGGmomga6eWyCTDmtQNGZLLkKTahq/7xiQGHDh 87GrC5tLA4Lfv2fGEPd3jb0vW6W3ztiFOYh3Yr3oDtzLN7IqMWFuURF9X8ICri2Fd23Yj42VoH3I2 Fyqd0ptYdY8N2le3fH5Ssx1ps+zWd5X0Ng7n6jtJqRHvpkOarPKpPtX2M4AK0HCzujYQRsVZQPatA G7mvFLDmLVG63Q+LDthg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nz0md-00EiNa-O0; Wed, 08 Jun 2022 18:51:59 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nz0ma-00EiMj-L4 for linux-arm-kernel@lists.infradead.org; Wed, 08 Jun 2022 18:51:57 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 94D0EB82853; Wed, 8 Jun 2022 18:51:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F924C34116; Wed, 8 Jun 2022 18:51:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654714313; bh=wGS+AcGNqHfLuT2Hm3nCkkeKEwLClhkrXKZ2e19uFtA=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=uqzk/TUIyXeatRqLcjlUWyEHLm8RX0X6tbBX1ESrbsrWsJKPNa8zzy2R1Mk2TGXFD Z2qq04Pw4T6ZANgvUuA5wsLSRrHtMVP2cBLl+heJ0Dzid3rETS4TeNPU1qKQiuw1Do mmwepTr+IlAIon/fs966b6CtcbfNBsZBlJ9woIGhLn+Ck4NM9A6tTPY+B/yfdfbKmB 13lb7vOrDQf0K06E4eRJqtSqaDCy6evjZwWMQALkqpbRptjBN29Pefg/uMR20af8as UI3k47G3dX+rowQm+4kUFK0KeyhVxEHtgDa7LWsHtDTsyekZK25iSrqWkqzITXAUek 83C58AzR7FeOw== Date: Wed, 8 Jun 2022 13:51:50 -0500 From: Bjorn Helgaas To: Richard Zhu Cc: l.stach@pengutronix.de, bhelgaas@google.com, robh+dt@kernel.org, broonie@kernel.org, lorenzo.pieralisi@arm.com, jingoohan1@gmail.com, festevam@gmail.com, francesco.dolcini@toradex.com, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, linux-imx@nxp.com Subject: Re: [PATCH v9 1/8] PCI: imx6: Encapsulate the clock enable into one standalone function Message-ID: <20220608185150.GA410588@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1651801629-30223-2-git-send-email-hongxing.zhu@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220608_115156_876996_E91A1AFB X-CRM114-Status: UNSURE ( 7.19 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, May 06, 2022 at 09:47:02AM +0800, Richard Zhu wrote: > No function changes, just encapsulate the i.MX PCIe clocks enable > operations into one standalone function Since there's another rev coming for other reasons, maybe mention the name of the "one standalone function." s/clocks enable/clock enable/ above _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel