From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f47.google.com ([209.85.192.47]:63195 "EHLO mail-qg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753244AbaJ1Nay (ORCPT ); Tue, 28 Oct 2014 09:30:54 -0400 Received: by mail-qg0-f47.google.com with SMTP id j107so461434qga.6 for ; Tue, 28 Oct 2014 06:30:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1414497280-3126-18-git-send-email-ray.huang@amd.com> References: <1414497280-3126-1-git-send-email-ray.huang@amd.com> <1414497280-3126-18-git-send-email-ray.huang@amd.com> From: Bjorn Helgaas Date: Tue, 28 Oct 2014 07:30:32 -0600 Message-ID: Subject: Re: [PATCH v3 17/19] PCI: Add support for AMD Nolan USB3 DRD To: Huang Rui Cc: Felipe Balbi , Alan Stern , Greg Kroah-Hartman , Paul Zimmerman , Heikki Krogerus , Jason Chang , Vincent Wan , Tony Li , USB list , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Oct 28, 2014 at 5:54 AM, Huang Rui wrote: > This patch adds PCI id for USB3 Dual-Role Device of AMD Nolan (NL) SoC. > It will be used for PCI quirks and DWC3 device driver. > > Signed-off-by: Jason Chang > Signed-off-by: Huang Rui Acked-by: Bjorn Helgaas Please merge along with the rest of your series. > --- > include/linux/pci_ids.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index 1fa99a3..5decad7 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -562,6 +562,7 @@ > #define PCI_DEVICE_ID_AMD_8131_BRIDGE 0x7450 > #define PCI_DEVICE_ID_AMD_8131_APIC 0x7451 > #define PCI_DEVICE_ID_AMD_8132_BRIDGE 0x7458 > +#define PCI_DEVICE_ID_AMD_NL_USB 0x7912 > #define PCI_DEVICE_ID_AMD_CS5535_IDE 0x208F > #define PCI_DEVICE_ID_AMD_CS5536_ISA 0x2090 > #define PCI_DEVICE_ID_AMD_CS5536_FLASH 0x2091 > -- > 1.9.1 >