This is a note to let you know that I've just added the patch titled

    [PATCH] Revert "intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot 
hang"

to the 2.6.33-longterm tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/longterm/longterm-queue-2.6.33.git;a=summary

The filename of the patch is:
     revert-intel_idle-pci-quirk-to-prevent-lenovo-ideapad-s10-3-boot-hang.patch
and it can be found in the queue-2.6.33 subdirectory.

If you, or anyone else, feels it should not be added to the 2.6.33 longterm 
tree,
please let <[email protected]> know about it.


>From 925e5ea1ea2627538fb9444307cc5c23990d670f Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <[email protected]>
Date: Wed, 23 Mar 2011 15:50:39 -0700
Subject: [PATCH] Revert "intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 
boot hang"

This reverts commit 05f7676dc3559c2b9061fda4e44c085a8d32fb05.

To quote Len Brown:
        intel_idle was deemed a "feature", and thus not included in
        2.6.33.stable, and thus 2.6.33.stable does not need this patch.
so I'm removing it.

Cc: Len Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/pci/quirks.c |   20 --------------------
 1 file changed, 20 deletions(-)

--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -155,26 +155,6 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NE
 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NEC,     PCI_DEVICE_ID_NEC_CBUS_3,       
quirk_isa_dma_hangs);
 
 /*
- * Intel NM10 "TigerPoint" LPC PM1a_STS.BM_STS must be clear
- * for some HT machines to use C4 w/o hanging.
- */
-static void __devinit quirk_tigerpoint_bm_sts(struct pci_dev *dev)
-{
-       u32 pmbase;
-       u16 pm1a;
-
-       pci_read_config_dword(dev, 0x40, &pmbase);
-       pmbase = pmbase & 0xff80;
-       pm1a = inw(pmbase);
-
-       if (pm1a & 0x10) {
-               dev_info(&dev->dev, FW_BUG "TigerPoint LPC.BM_STS cleared\n");
-               outw(0x10, pmbase);
-       }
-}
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_TGP_LPC, 
quirk_tigerpoint_bm_sts);
-
-/*
  *     Chipsets where PCI->PCI transfers vanish or hang
  */
 static void __devinit quirk_nopcipci(struct pci_dev *dev)


Patches currently in longterm-queue-2.6.33 which might be from [email protected] 
are

/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/hwmon-sht15-fix-integer-overflow-in-humidity-calculation.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/pci-hotplug-acpiphp-set-current_state-to-d0-in-register_slot.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/prevent-rt_sigqueueinfo-and-rt_tgsigqueueinfo-from-spoofing-the-signal-code.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/mmc-sdio-remember-new-card-rca-when-redetecting-card.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/x86-binutils-xen-fix-another-wrong-size-directive.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/revert-intel_idle-pci-quirk-to-prevent-lenovo-ideapad-s10-3-boot-hang.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/smp_call_function_many-handle-concurrent-clearing-of-mask.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/powerpc-kdump-fix-race-in-kdump-shutdown.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/alsa-hda-via-add-missing-support-for-vt1718s-in-a-a-path.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/aio-wake-all-waiters-when-destroying-ctx.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/i2c-fix-typo-in-instantiating-devices-document.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/pci-return-correct-value-when-writing-to-the-reset-attribute.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/powerpc-rtas_flash-needs-to-use-rtas_data_buf.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/xen-set-max_pfn_mapped-to-the-last-pfn-mapped.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/fix-per-cpu-flag-problem-in-the-cpu-affinity-checkers.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/shmem-let-shared-anonymous-be-nonlinear-again.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/alsa-hda-via-fix-stereo-mixer-recording-no-sound-issue.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to