commit | ecf305cf81c68446508c283015694e304939be5f | [log] [tgz] |
---|---|---|
author | Suman Anna <s-anna@ti.com> | Fri Feb 01 20:37:06 2013 -0600 |
committer | Suman Anna <s-anna@ti.com> | Tue Jun 11 11:39:21 2013 -0500 |
tree | cc5fdea8fd86506209e86b4ad2c9d2b0f22767c7 | |
parent | a41677c6c5160f031038951fb94defeb93fe8160 [diff] |
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>