lkml.org 
[lkml]   [2014]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.17 175/319] x86/platform/intel/iosf: Add Braswell PCI ID
    Date
    3.17-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: "David E. Box" <david.e.box@linux.intel.com>

    commit 849f5d894383d25c49132437aa289c9a9c98d5df upstream.

    Add Braswell PCI ID to list of supported ID's for the IOSF driver.

    Signed-off-by: David E. Box <david.e.box@linux.intel.com>
    Link: http://lkml.kernel.org/r/1411017231-20807-2-git-send-email-david.e.box@linux.intel.com
    Signed-off-by: Ingo Molnar <mingo@kernel.org>
    Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    arch/x86/kernel/iosf_mbi.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/arch/x86/kernel/iosf_mbi.c
    +++ b/arch/x86/kernel/iosf_mbi.c
    @@ -26,6 +26,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);
    @@ -204,6 +205,7 @@ static int iosf_mbi_probe(struct pci_dev

    static const struct pci_device_id 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, },
    };



    \
     
     \ /
      Last update: 2014-11-12 02:41    [W:2.109 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site