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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 0F95DC4361B for ; Wed, 9 Dec 2020 21:36:30 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 B0F6622C7B for ; Wed, 9 Dec 2020 21:36:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B0F6622C7B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID:Subject: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=9gD9WmuGhhaiJtij7mMnS+VdZblIv7qD4wHkTcTOT+0=; b=Y44zBJKf4ayF7/3fKLYepMSQ2 4M15ePhgtOYPGc4Dli6ffxnY1fG9TdFEDXDIwae+LrQS5u2CmyJFJAZba6fd8rboJuE5Ar0lZauW4 4UJ5VpN2Ffhw+VSIL4CQ3n9E+f9Bve1EbJ2JEJ80c7kxek3l7V8EIYRntjULkBfrKKA6vzn5SiFGF yZP+210RpdZG5zvhhQO5Bh4SbIvrik90z76be5xiHsIUEru4U4oBHreE90sN0byg7jBJWC+AfunOy 4SzjArB1EolMTUII4ZbrRqpettqEmJP6GrdCbRTxua0PPhYj/2e2cBU+lHI+Des4es7qCcKm3x0FU cazU0k1Tg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kn76t-0005oj-BZ; Wed, 09 Dec 2020 21:34:55 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kn76q-0005nw-84; Wed, 09 Dec 2020 21:34:52 +0000 Date: Wed, 9 Dec 2020 15:34:49 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607549691; bh=Ijxjlj4lL8UE+hp25kexw4TgoGCcQA02I64k1WeFKrw=; h=From:To:Cc:Subject:In-Reply-To:From; b=UhR87/9/SGHGsxnhTZM+hwkTVKtTVWVCfjhLkZ4gVTJ0V/BucF92vAzxs3XYqaVUh 9LnRCv7JNdM4tA5qqQt5+u3OEOJjxPxpNP0YUJs5gzX3zYEhOhii1vio+F9KwapVAT x95HYpilhT8X0umpXgc4tt1wIUwKq9+HcOrgwDk6Jh5sVGvPFmZiYgEvKXwzSzKZ0a /e+jlGom0maC7iFIY10cPdyyaq11fmQrsoDwGNR8cyvh+AibQ1nyGYfWmY48r0aD7X kjxCKedr/NRi11USZD0vCSzi5lGK/fizZ7Nlk/cvxSfRbpUqrJAFj9YdJxeAtLvHZ8 Qs3rcDwNBgc5Q== From: Bjorn Helgaas To: Vladimir Oltean Subject: Re: [PATCH v6 0/5] PCI: Unify ECAM constants in native PCI Express drivers Message-ID: <20201209213449.GA2546712@bjorn-Precision-5520> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201209212017.vx7dps3jasjcwg6j@skbuf> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201209_163452_366812_BD72E16D X-CRM114-Status: UNSURE ( 8.81 ) X-CRM114-Notice: Please train this message. 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: kw@linux.com, heiko@sntech.de, benh@kernel.crashing.org, shawn.lin@rock-chips.com, Alexandru Marginean , paulus@samba.org, thomas.petazzoni@bootlin.com, jonnyc@amazon.com, toan@os.amperecomputing.com, will@kernel.org, robh@kernel.org, lorenzo.pieralisi@arm.com, mpe@ellerman.id.au, michal.simek@xilinx.com, linux-rockchip@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, rjui@broadcom.com, f.fainelli@gmail.com, linux-rpi-kernel@lists.infradead.org, Jonathan.Cameron@huawei.com, bhelgaas@google.com, jonathan.derrick@intel.com, sbranden@broadcom.com, wangzhou1@hisilicon.com, Michael Walle , rrichter@marvell.com, linuxppc-dev@lists.ozlabs.org, nsaenzjulienne@suse.de 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 Wed, Dec 09, 2020 at 11:20:17PM +0200, Vladimir Oltean wrote: > On Wed, Dec 09, 2020 at 02:59:13PM -0600, Bjorn Helgaas wrote: > > Yep, that's the theory. Thanks for testing it! > > Testing what? I'm not following. You posted a patch that you said fixed the bug for you. The fix is exactly the theory we've been discussing, so you have already verified that the theory is correct. I'm sure Krzysztof will update his patch, and we'll get this tidied up in -next again. Bjorn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel