OMAPDSS: move irq handling to dispc-compat
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 10 Oct 2012 12:55:19 +0000 (15:55 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Dec 2012 15:05:57 +0000 (17:05 +0200)
commit96e2e6374385d2219b9011f6bfd0de7221a591d4
tree4354979f96740cb79fafe33b91e0c16cafcafc44
parent549acbe7a3380dd3bd2ac71698549148ecc0d17e
OMAPDSS: move irq handling to dispc-compat

The whole dispc irq handling system we currently have is only needed for
compat layer, and thus can be moved from dispc.c to the compat layer.

This is quite straigtforward, but we need to add new dispc functions to
request and free the actual hardware irq: dispc_request_irq() and
dispc_free_irq().

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dispc-compat.c
drivers/video/omap2/dss/dispc-compat.h
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dss.h