From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3z1Fsw4KJvzDwNm for ; Tue, 19 Dec 2017 22:24:20 +1100 (AEDT) From: Michael Ellerman To: Bjorn Helgaas , linux-pci@vger.kernel.org Cc: Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org, Paul Mackerras , Russell Currey Subject: Re: [PATCH] PCI: Add #defines for Completion Timeout Disable feature In-Reply-To: <20171215225711.176712.65146.stgit@bhelgaas-glaptop.roam.corp.google.com> References: <20171215225711.176712.65146.stgit@bhelgaas-glaptop.roam.corp.google.com> Date: Tue, 19 Dec 2017 22:24:20 +1100 Message-ID: <871sjr9d0b.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Bjorn Helgaas writes: > From: Bjorn Helgaas > > Add #defines for the Completion Timeout Disable feature and use them. No > functional change intended. > > Signed-off-by: Bjorn Helgaas > --- > arch/powerpc/platforms/powernv/eeh-powernv.c | 6 +++--- > include/uapi/linux/pci_regs.h | 2 ++ > 2 files changed, 5 insertions(+), 3 deletions(-) LGTM. Acked-by: Michael Ellerman cheers