Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755523AbdDRSgT (ORCPT ); Tue, 18 Apr 2017 14:36:19 -0400 Received: from mail.kernel.org ([198.145.29.136]:33326 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753320AbdDRSgQ (ORCPT ); Tue, 18 Apr 2017 14:36:16 -0400 Date: Tue, 18 Apr 2017 13:36:12 -0500 From: Bjorn Helgaas To: Christoph Hellwig Cc: Bjorn Helgaas , Giovanni Cabiddu , Salvatore Benedetto , Mike Marciniszyn , Dennis Dalessandro , Derek Chickles , Satanand Burla , Felix Manlunas , Raghu Vatsavayi , Jeff Kirsher , linux-pci@vger.kernel.org, qat-linux@intel.com, linux-crypto@vger.kernel.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: export pcie_flr and remove copies of it in drivers V2 Message-ID: <20170418183612.GC25295@bhelgaas-glaptop.roam.corp.google.com> References: <20170414191131.14286-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170414191131.14286-1-hch@lst.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 576 Lines: 18 On Fri, Apr 14, 2017 at 09:11:24PM +0200, Christoph Hellwig wrote: > Hi all, > > this exports the PCI layer pcie_flr helper, and removes various opencoded > copies of it. > > Changes since V1: > - rebase on top of the pci/virtualization branch > - fixed the probe case in __pci_dev_reset > - added ACKs from Bjorn Applied the first three patches: bc13871ef35a PCI: Export pcie_flr() e641c375d414 PCI: Call pcie_flr() from reset_intel_82599_sfp_virtfn() 40e0901ea4bf PCI: Call pcie_flr() from reset_chelsio_generic_dev() to pci/virtualization for v4.12, thanks!