The patch titled irq: irq and pci_ids patch for Intel Tigerpoint DeviceIDs has been removed from the -mm tree. Its filename was irq-irq-and-pci_ids-patch-for-intel-tigerpoint-deviceids.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: irq: irq and pci_ids patch for Intel Tigerpoint DeviceIDs From: Seth Heasley <seth.heasley@xxxxxxxxx> This patch adds the Intel Tigerpoint LPC Controller DeviceIDs. Signed-off-by: Seth Heasley <seth.heasley@xxxxxxxxx> Cc: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/pci/irq.c | 1 + include/linux/pci_ids.h | 1 + 2 files changed, 2 insertions(+) diff -puN arch/x86/pci/irq.c~irq-irq-and-pci_ids-patch-for-intel-tigerpoint-deviceids arch/x86/pci/irq.c --- a/arch/x86/pci/irq.c~irq-irq-and-pci_ids-patch-for-intel-tigerpoint-deviceids +++ a/arch/x86/pci/irq.c @@ -572,6 +572,7 @@ static __init int intel_router_probe(str case PCI_DEVICE_ID_INTEL_ICH7_1: case PCI_DEVICE_ID_INTEL_ICH7_30: case PCI_DEVICE_ID_INTEL_ICH7_31: + case PCI_DEVICE_ID_INTEL_TGP_LPC: case PCI_DEVICE_ID_INTEL_ESB2_0: case PCI_DEVICE_ID_INTEL_ICH8_0: case PCI_DEVICE_ID_INTEL_ICH8_1: diff -puN include/linux/pci_ids.h~irq-irq-and-pci_ids-patch-for-intel-tigerpoint-deviceids include/linux/pci_ids.h --- a/include/linux/pci_ids.h~irq-irq-and-pci_ids-patch-for-intel-tigerpoint-deviceids +++ a/include/linux/pci_ids.h @@ -2429,6 +2429,7 @@ #define PCI_DEVICE_ID_INTEL_ICH7_0 0x27b8 #define PCI_DEVICE_ID_INTEL_ICH7_1 0x27b9 #define PCI_DEVICE_ID_INTEL_ICH7_30 0x27b0 +#define PCI_DEVICE_ID_INTEL_TGP_LPC 0x27bc #define PCI_DEVICE_ID_INTEL_ICH7_31 0x27bd #define PCI_DEVICE_ID_INTEL_ICH7_17 0x27da #define PCI_DEVICE_ID_INTEL_ICH7_19 0x27dd _ Patches currently in -mm which might be from seth.heasley@xxxxxxxxx are linux-next.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