[3.5.y.z extended stable] Patch "PCI: Define macro for Marvell vendor ID" has been added to staging queue

Luis Henriques luis.henriques at canonical.com
Thu Dec 5 10:29:14 UTC 2013


This is a note to let you know that I have just added a patch titled

    PCI: Define macro for Marvell vendor ID

to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Luis

------

>From 4635690ffc90ffdec96b2e25913c0562689489bd Mon Sep 17 00:00:00 2001
From: Xiangliang Yu <yuxiangl at marvell.com>
Date: Wed, 20 Mar 2013 22:34:56 -0600
Subject: PCI: Define macro for Marvell vendor ID

commit 8e7ee6f5dfb56a32da760d990be908ed35b1c5bf upstream.

Define PCI_VENDOR_ID_MARVELL_EXT macro for 0x1b4b vendor ID

Signed-off-by: Xiangliang Yu <yuxiangl at marvell.com>
Signed-off-by: Myron Stowe <myron.stowe at redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas at google.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
 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 a3f8d6d..5066e76 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1602,6 +1602,7 @@
 #define PCI_SUBDEVICE_ID_KEYSPAN_SX2	0x5334

 #define PCI_VENDOR_ID_MARVELL		0x11ab
+#define PCI_VENDOR_ID_MARVELL_EXT	0x1b4b
 #define PCI_DEVICE_ID_MARVELL_GT64111	0x4146
 #define PCI_DEVICE_ID_MARVELL_GT64260	0x6430
 #define PCI_DEVICE_ID_MARVELL_MV64360	0x6460
--
1.8.3.2





More information about the kernel-team mailing list