Re: [PATCH 1/5] PCI: pci_ids: Add Loongson IDs
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2019-10-30 20:40:59
Also in:
linux-devicetree, linux-ide, linux-mips, linux-pci
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2019-10-30 20:40:59
Also in:
linux-devicetree, linux-ide, linux-mips, linux-pci
Please pay attention to the "git log --oneline include/linux/pci_ids.h" output and make yours match, e.g., PCI: Add Loongson Vendor and Device IDs On Wed, Oct 30, 2019 at 09:53:43PM +0800, Jiaxun Yang wrote:
Add Loongson device IDs that will be used by drivers later. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
With that change, Acked-by: Bjorn Helgaas <bhelgaas@google.com>
--- include/linux/pci_ids.h | 4 ++++ 1 file changed, 4 insertions(+)diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 21a572469a4e..75f3336116eb 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h@@ -148,6 +148,10 @@ /* Vendors and devices. Sort key: vendor first, device next. */ +#define PCI_VENDOR_ID_LOONGSON 0x0014 +#define PCI_DEVICE_ID_LOONGSON_GMAC 0x7a03 +#define PCI_DEVICE_ID_LOONGSON_AHCI 0x7a08 + #define PCI_VENDOR_ID_TTTECH 0x0357 #define PCI_DEVICE_ID_TTTECH_MC322 0x000a-- 2.23.0