]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commit
omap: mailbox: call request_irq after mbox queues are allocated
authorSuman Anna <s-anna@ti.com>
Sat, 2 Feb 2013 02:37:06 +0000 (20:37 -0600)
committerSuman Anna <s-anna@ti.com>
Tue, 11 Jun 2013 16:39:21 +0000 (11:39 -0500)
commitecf305cf81c68446508c283015694e304939be5f
treecc5fdea8fd86506209e86b4ad2c9d2b0f22767c7
parenta41677c6c5160f031038951fb94defeb93fe8160
omap: mailbox: call request_irq after mbox queues are allocated

The OMAP mailbox startup code is enabling the interrupt before any
of the associated mailbox queues are allocated. Move this code so
that the interrupt configuration for a mailbox is together.

Signed-off-by: Fernando Guzman Lugo <lugo.fernando@gmail.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
arch/arm/plat-omap/mailbox.c