Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755198AbbLGBtT (ORCPT ); Sun, 6 Dec 2015 20:49:19 -0500 Received: from mail-lb0-f174.google.com ([209.85.217.174]:33040 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753026AbbLGBtS (ORCPT ); Sun, 6 Dec 2015 20:49:18 -0500 MIME-Version: 1.0 In-Reply-To: <20151204222840.GK20125@localhost> References: <1449141474-3378-1-git-send-email-lftan@altera.com> <20151204222840.GK20125@localhost> Date: Mon, 7 Dec 2015 09:49:16 +0800 X-Google-Sender-Auth: aVGzGv2nghEHOwATOwyyvwGte_A Message-ID: Subject: Re: [PATCH 0/3] fixes to support multi-functions device From: Ley Foon Tan To: Bjorn Helgaas Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1316 Lines: 32 On Sat, Dec 5, 2015 at 6:28 AM, Bjorn Helgaas wrote: > On Thu, Dec 03, 2015 at 07:17:51PM +0800, Ley Foon Tan wrote: >> This series of patch fixes the issues when work with multi-functions PCIe >> devices. Host controller can't access to endpoint with non-zero devfn, due to >> incorrect rootport devfn. It also add checking for TLP status and fix issue in >> interrupt probing. >> >> Tested on Ethernet adapter card with multi-functions enabled. >> >> Ley Foon Tan (3): >> PCI: altera: fix incorrect devfn for requester ID >> PCI: altera: check TLP completion status >> PCI: altera: fix error when INTX is 4 >> >> drivers/pci/host/pcie-altera.c | 25 +++++++++++++++++-------- >> 1 file changed, 17 insertions(+), 8 deletions(-) > > We initially merged the Altera driver for v4.4-rc1, it looks like > it's not really useful without these changes, and there's no danger of > breaking anything in the field, so I put these on my for-linus branch > and will ask Linus to pull them before v4.4. Thanks! > That's great! Thanks. Regards Ley Foon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/