The patch titled pci: add PCI identifiers for the RDC devices has been added to the -mm tree. Its filename is pci-add-pci-identifiers-for-the-rdc-devices.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: pci: add PCI identifiers for the RDC devices From: Florian Fainelli <florian.fainelli@xxxxxxxxxxxxx> Define the PCI identifiers found in the RDC R-321x System-on-Chip. Signed-off-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/pci_ids.h | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN include/linux/pci_ids.h~pci-add-pci-identifiers-for-the-rdc-devices include/linux/pci_ids.h --- a/include/linux/pci_ids.h~pci-add-pci-identifiers-for-the-rdc-devices +++ a/include/linux/pci_ids.h @@ -2105,6 +2105,13 @@ #define PCI_DEVICE_ID_HERC_WIN 0x5732 #define PCI_DEVICE_ID_HERC_UNI 0x5832 +#define PCI_VENDOR_ID_RDC 0x17f3 +#define PCI_DEVICE_ID_RDC_R6020 0x6020 +#define PCI_DEVICE_ID_RDC_R6030 0x6030 +#define PCI_DEVICE_ID_RDC_R6040 0x6040 +#define PCI_DEVICE_ID_RDC_R6060 0x6060 +#define PCI_DEVICE_ID_RDC_R6061 0x6061 + #define PCI_VENDOR_ID_SITECOM 0x182d #define PCI_DEVICE_ID_SITECOM_DC105V2 0x3069 _ Patches currently in -mm which might be from florian.fainelli@xxxxxxxxxxxxx are add-generic-gpio-support-to-x86.patch pci-add-pci-identifiers-for-the-rdc-devices.patch add-support-for-the-rdc-r-321x-soc.patch add-the-rdc-machine-specific-reboot-fixup.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html