From: Tomi Valkeinen Date: Wed, 10 Oct 2012 12:13:14 +0000 (+0300) Subject: OMAPDSS: DISPC: Add IRQ enable/status helpers X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2^2~62^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0397cfa78913f3da08c0aa8076b6b0a3b262a0;p=pandora-kernel.git OMAPDSS: DISPC: Add IRQ enable/status helpers DISPC irqs need to be handled from the compat layer and also in the future by the omapdrm. To make this possible, this patchs adds a set of helper functions, so that the irqs can be managed without direct register reads/writes. The following functions are added, and all the current direct reg reads/writes are changed to use these. u32 dispc_read_irqstatus(void); void dispc_clear_irqstatus(u32 mask); u32 dispc_read_irqenable(void); void dispc_write_irqenable(u32 mask); Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed