From: Clemens Ladisch Date: Sun, 30 Oct 2005 23:03:34 +0000 (-0800) Subject: [PATCH] hpet: allow shared interrupts X-Git-Tag: v2.6.15-rc1~59^2~15^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d29086177aaa1e7d14e6ebb7fc067b3ca6d5c11;p=pandora-kernel.git [PATCH] hpet: allow shared interrupts This patch adds support for shared HPET interrupts. The driver previously acknowledged interrupts for both edge and level interrupts, but didn't actually allow a shared interrupt in the latter case. We use a new per-timer flag to save whether the timer's interrupt might be shared, and use it to do the processing required for level interrupts only if necessary. Signed-off-by: Clemens Ladisch Acked-by: Bob Picco Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed