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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 183ECC433EF for ; Fri, 24 Jun 2022 17:06:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231268AbiFXRGr (ORCPT ); Fri, 24 Jun 2022 13:06:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229996AbiFXRGq (ORCPT ); Fri, 24 Jun 2022 13:06:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A35F496A8; Fri, 24 Jun 2022 10:06:44 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 0390F622F7; Fri, 24 Jun 2022 17:06:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 271E9C34114; Fri, 24 Jun 2022 17:06:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656090403; bh=N4WSyEMI5vpuUB02LlrmdLPWkI6rXPO4XWxrvOb5Ngk=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=a6rDfDtCK8rdjbb1Rck43BvXKshuDU4y7cmceTwMAVMuuXnQ4J2U+qwveyT3DpEb8 ybkqG0+ykbbs39rnOi/Ut/INYTDOg8t0qkWtM0TaEnR3XSqlHCM68v5to48zn8KuTc x0PUtw4LyCPCFdDWLuYnCgORJLRMDwJ3gi9jZqItfUyK1qRJkTUtp18QSqFr5oGDKW 7Nw4+kqt3v2CRWBzvPfdEHeGkwJQKapnhClW5SoDSg3+gcNFnGzePa0d4zzsImSalU Gd9ONy0zQFuAhMKjKP38Ag3v9L5Wzp0/ZOyoRir05zavqxE8xnqx6a5T4dY1oGKzwY uXhkOE173Pycw== Date: Fri, 24 Jun 2022 12:06:41 -0500 From: Bjorn Helgaas To: Robert Marko Cc: Stanimir Varbanov , Andy Gross , Bjorn Andersson , lpieralisi@kernel.org, Rob Herring , kw@linux.com, Bjorn Helgaas , p.zabel@pengutronix.de, jingoohan1@gmail.com, linux-pci@vger.kernel.org, linux-arm-msm , open list , johan+linaro@kernel.org, Dmitry Baryshkov Subject: Re: [PATCH v3 2/2] PCI: qcom: move register accesses to .post_init Message-ID: <20220624170641.GA1541953@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, Jun 24, 2022 at 12:46:55PM +0200, Robert Marko wrote: > On Fri, 24 Jun 2022 at 12:36, Robert Marko wrote: > > On Thu, 23 Jun 2022 at 23:55, Bjorn Helgaas wrote: > > > On Thu, Jun 23, 2022 at 05:50:04PM +0200, Robert Marko wrote: > > > > Move register accesses from .init to .post_init callbacks to maintain > > > > consinstency for all IP since IPQ8074 specifically requires PHY-s to be > > > > powered on before register access and its accesses have been moved to > > > > .post_init. > > > > > > This doesn't do the corresponding move for qcom_pcie_init_2_7_0(). Is > > > that intentional or an oversight? > > > > Hi, > > > > It was an oversight on my part, will fixup it now, sorry for the mistake. > > > > Regards, > > Robert > > Bjorn, > > I updated the title and description based on your fixups in your branch, > hope that is ok. It's great, thanks for noticing and paying attention to the little details! Bjorn