Hi Linus, please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release This will update the files shown below. thanks! -Len ps. a plain patch is also available here: ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.20/acpi-release-20060707-2.6.20-rc4.diff.gz Documentation/feature-removal-schedule.txt | 45 +++++++++++++++++ MAINTAINERS | 39 ++++++++++++-- arch/i386/kernel/acpi/cstate.c | 10 +-- arch/ia64/kernel/acpi.c | 3 + arch/ia64/sn/kernel/io_acpi_init.c | 3 + drivers/acpi/Kconfig | 11 ---- drivers/acpi/bus.c | 3 + drivers/acpi/ec.c | 4 - drivers/acpi/ibm_acpi.c | 13 ---- drivers/acpi/processor_core.c | 3 - drivers/acpi/processor_perflib.c | 4 - include/linux/acpi.h | 1 12 files changed, 97 insertions(+), 42 deletions(-) through these commits: Henrique de Moraes Holschuh (1): Revert "ACPI: ibm-acpi: make non-generic bay support optional" John Keller (1): ACPI: Altix: ACPI _PRT support Len Brown (3): ACPI: ec: enable printk on cmdline use ACPI: schedule obsolete features for deletion ACPI: update MAINTAINERS Venkatesh Pallipadi (2): ACPI: rename cstate_entry_s to cstate_entry ACPI: delete two spurious ACPI messages with this log: commit d2fadbbbf0e42b842731da71864f222e7f119461 Author: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> Date: Thu Jan 11 02:58:15 2007 -0500 Revert "ACPI: ibm-acpi: make non-generic bay support optional" This reverts commit 2df910b4c3edcce9a0c12394db6f5f4a6e69c712. ACPI_BAY has not been merged into mainline yet, so the changes to ibm-acpi related Kconfig entries that depend on ACPI_BAY were permanently disabling ibm-acpi bay support. This is a serious regression for ThinkPad users. Signed-off-by: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> Signed-off-by: Len Brown <[EMAIL PROTECTED]> commit 8f6d63adf8309a412bf2d3d2e49a85e519ebf57c Merge: 85f4544... 3948ec9... Author: Len Brown <[EMAIL PROTECTED]> Date: Thu Jan 11 01:55:34 2007 -0500 Pull sgi into release branch commit 85f4544fbf02f60993c76f5b92517a87f220472d Merge: f3a2c3e... 8b59a45... Author: Len Brown <[EMAIL PROTECTED]> Date: Thu Jan 11 01:55:25 2007 -0500 Pull trivial into release branch commit 8b59a454c421542a51c391f542c80d165f7547a0 Author: Len Brown <[EMAIL PROTECTED]> Date: Mon Jan 8 19:03:28 2007 -0500 ACPI: update MAINTAINERS s/Maintained/Supported/ and document some sub-maintainers for ACPI drivers. Signed-off-by: Len Brown <[EMAIL PROTECTED]> commit 1bb67c2582f4271488721001a707124fd0af347e Author: Len Brown <[EMAIL PROTECTED]> Date: Thu Jan 11 01:49:44 2007 -0500 ACPI: schedule obsolete features for deletion Signed-off-by: Len Brown <[EMAIL PROTECTED]> commit d6637b28ffb38f207015c990e481fde5bba233d7 Author: Venkatesh Pallipadi <[EMAIL PROTECTED]> Date: Wed Jan 10 23:16:36 2007 -0500 ACPI: delete two spurious ACPI messages ACPI: Getting cpuindex for acpiid 0x4 acpi_processor-0742 [00] processor_preregister_: Error while parsing _PSD domain information. Assuming no coordination http://bugzilla.kernel.org/show_bug.cgi?id=7286 Signed-off-by: Venkatesh Pallipadi <[EMAIL PROTECTED]> Signed-off-by: Len Brown <[EMAIL PROTECTED]> commit 5d65131fa8d333d4575e7dfe5a05d3a9fa4a687e Author: Venkatesh Pallipadi <[EMAIL PROTECTED]> Date: Wed Jan 10 23:08:38 2007 -0500 ACPI: rename cstate_entry_s to cstate_entry style change only. Signed-off-by: Len Brown <[EMAIL PROTECTED]> commit 723fe2ca82d1ffc80c9d53035babf011f84c65d4 Author: Len Brown <[EMAIL PROTECTED]> Date: Sat Jan 6 00:02:07 2007 -0500 ACPI: ec: enable printk on cmdline use if somebody uses "ec_intr=", lets be sure to capture that in the dmesg even in the non-debug case. Signed-off-by: Len Brown <[EMAIL PROTECTED]> commit 3948ec9406f9a60a43d63f23f6f5284db6529b9c Author: John Keller <[EMAIL PROTECTED]> Date: Fri Dec 22 11:50:04 2006 -0600 ACPI: Altix: ACPI _PRT support Provide ACPI _PRT support for SN Altix systems. The SN Altix platform does not conform to the IOSAPIC IRQ routing model, so a new acpi_irq_model (ACPI_IRQ_MODEL_PLATFORM) has been defined. The SN platform specific code sets acpi_irq_model to this new value, and keys off of it in acpi_register_gsi() to avoid the iosapic code path. Signed-off-by: John Keller <[EMAIL PROTECTED]> Signed-off-by: Len Brown <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/