From: David Brownell Date: Mon, 2 Apr 2007 06:49:47 +0000 (-0700) Subject: [PATCH] rtc-cmos lockdep fix, irq updates X-Git-Tag: v2.6.21-rc6~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd9b89c02295b075fda4bdb666f6641f8212226;p=pandora-kernel.git [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 Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed