On Tue, Nov 04, 2014 at 05:26:49PM +0800, Chang Rebecca Swee Fun wrote: > From: "David E. Box" <david.e.box@xxxxxxxxxxxxxxx> > > Add Braswell PCI ID to list of supported ID's for the IOSF driver. > > Signed-off-by: David E. Box <david.e.box@xxxxxxxxxxxxxxx> > Link: http://lkml.kernel.org/r/1411017231-20807-2-git-send-email-david.e.box@xxxxxxxxxxxxxxx > Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> > (cherry picked from commit 849f5d894383d25c49132437aa289c9a9c98d5df) > > Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@xxxxxxxxx> > --- > arch/x86/kernel/iosf_mbi.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/x86/kernel/iosf_mbi.c b/arch/x86/kernel/iosf_mbi.c > index bf848ca..1f3a017 100644 > --- a/arch/x86/kernel/iosf_mbi.c > +++ b/arch/x86/kernel/iosf_mbi.c > @@ -28,6 +28,7 @@ > #include <asm/iosf_mbi.h> > > #define PCI_DEVICE_ID_BAYTRAIL 0x0F00 > +#define PCI_DEVICE_ID_BRASWELL 0x2280 > #define PCI_DEVICE_ID_QUARK_X1000 0x0958 > > static DEFINE_SPINLOCK(iosf_mbi_lock); > @@ -275,6 +276,7 @@ static int iosf_mbi_probe(struct pci_dev *pdev, > > static DEFINE_PCI_DEVICE_TABLE(iosf_mbi_pci_ids) = { > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_BAYTRAIL) }, > + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_BRASWELL) }, > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_QUARK_X1000) }, > { 0, }, > }; This patch does not apply to 3.14-stable. Please send the other patches needed in order to make this properly apply if you want this in a stable kernel 3.14 release. thanks, greg k-h -- 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