All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] PCI: Add Loongson vendor ID
@ 2020-03-10 12:50 Tiezhu Yang
  2020-03-10 12:50 ` [PATCH 2/2] AHCI: Add support for Loongson 7A1000 SATA controller Tiezhu Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Tiezhu Yang @ 2020-03-10 12:50 UTC (permalink / raw)
  To: Bjorn Helgaas, Jens Axboe
  Cc: linux-pci, linux-ide, linux-kernel, Jiaxun Yang, Xuefeng Li

Add the Loongson vendor ID to pci_ids.h to be used by the controller
driver in the future.

The Loongson vendor ID can be found at the following link:
https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/pci.ids

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 include/linux/pci_ids.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 352c0d7..977e668 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -148,6 +148,8 @@
 
 /* Vendors and devices.  Sort key: vendor first, device next. */
 
+#define PCI_VENDOR_ID_LOONGSON		0x0014
+
 #define PCI_VENDOR_ID_TTTECH		0x0357
 #define PCI_DEVICE_ID_TTTECH_MC322	0x000a
 
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-12 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 12:50 [PATCH 1/2] PCI: Add Loongson vendor ID Tiezhu Yang
2020-03-10 12:50 ` [PATCH 2/2] AHCI: Add support for Loongson 7A1000 SATA controller Tiezhu Yang
2020-03-12 13:44   ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.