The patch titled
ACPI: SBS: Reset alarm bit
has been removed from the -mm tree. Its filename was
acpi-sbs-reset-alarm-bit.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: ACPI: SBS: Reset alarm bit
From: Alexey Starikovskiy <[EMAIL PROTECTED]>
Alarm bit should be cleared in order for other alarms to be sent.
Reference: http://bugzilla.kernel.org/show_bug.cgi?id=9362
Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]>
Cc: Len Brown <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/acpi/sbshc.c | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/acpi/sbshc.c~acpi-sbs-reset-alarm-bit drivers/acpi/sbshc.c
--- a/drivers/acpi/sbshc.c~acpi-sbs-reset-alarm-bit
+++ a/drivers/acpi/sbshc.c
@@ -222,6 +222,7 @@ static int smbus_alarm(void *context)
if (!status.fields.alarm)
return 0;
mutex_lock(&hc->lock);
+ status.fields.alarm = 0;
smb_hc_write(hc, ACPI_SMB_STATUS, status.raw);
if (hc->callback)
acpi_os_execute(OSL_GPE_HANDLER, acpi_smbus_callback, hc);
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-acpi.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html