This is a note to let you know that I've just added the patch titled x86, iosf: Add Quark X1000 PCI ID to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: x86-iosf-add-quark-x1000-pci-id.patch and it can be found in the queue-3.14 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 90916e048c1e0c1d379577e43ab9b8e331490cfb Mon Sep 17 00:00:00 2001 From: Ong Boon Leong <boon.leong.ong@xxxxxxxxx> Date: Fri, 9 May 2014 13:44:07 -0700 Subject: x86, iosf: Add Quark X1000 PCI ID From: Ong Boon Leong <boon.leong.ong@xxxxxxxxx> commit 90916e048c1e0c1d379577e43ab9b8e331490cfb upstream. Add PCI device ID, i.e. that of the Host Bridge, for IOSF MBI driver. Signed-off-by: Ong Boon Leong <boon.leong.ong@xxxxxxxxx> Link: http://lkml.kernel.org/r/1399668248-24199-4-git-send-email-david.e.box@xxxxxxxxxxxxxxx Signed-off-by: David E. Box <david.e.box@xxxxxxxxxxxxxxx> Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/iosf_mbi.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/x86/kernel/iosf_mbi.c +++ b/arch/x86/kernel/iosf_mbi.c @@ -201,6 +201,7 @@ static int iosf_mbi_probe(struct pci_dev static DEFINE_PCI_DEVICE_TABLE(iosf_mbi_pci_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0F00) }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0958) }, { 0, }, }; MODULE_DEVICE_TABLE(pci, iosf_mbi_pci_ids); Patches currently in stable-queue which might be from boon.leong.ong@xxxxxxxxx are queue-3.14/x86-iosf-added-quark-mbi-identifiers.patch queue-3.14/x86-iosf-add-quark-x1000-pci-id.patch queue-3.14/x86-iosf-add-pci-id-macros-for-better-readability.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html