]> nv-tegra.nvidia Code Review - linux-2.6.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)
commitbcd9b89c02295b075fda4bdb666f6641f8212226
treeb566062a9754fb8fb5a47975312da89b0798dddc
parenta2b091dbfb355d0cd35756c6ace0988c9855f3f7
[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