]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] rtc-cmos lockdep fix, irq updates
authorDavid Brownell <david-b@pacbell.net>
Mon, 2 Apr 2007 06:49:47 +0000 (23:49 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 2 Apr 2007 17:06:09 +0000 (10:06 -0700)
commit17c23c0cb0f8bc338515452b05290c73e85fdbe7
treeb566062a9754fb8fb5a47975312da89b0798dddc
parent2c7e74b45bdead3a707b73f269de4d2116b7102d
[PATCH] rtc-cmos lockdep fix, irq updates

Lockdep reported cmos_suspend() and cmos_resume() calling rtc_update_irq()
with IRQs enabled; not allowed.

Also fix problems seen on some hardware, whereby false alarm IRQs could be
reported (primarily to userspace); and update two comments to match changes
in ACPI.  Those make up most of this patch, by volume.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-cmos.c