mailbox/omap: remove omap_mbox_type_t from mailbox ops
authorSuman Anna <s-anna@ti.com>
Wed, 25 Jun 2014 00:43:39 +0000 (19:43 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 29 Jul 2014 08:57:25 +0000 (01:57 -0700)
commitfe714a46a423f1b8802a1700b1b5956184738225
tree6d34df0a4aec8f6d0d831eb330b93d022ab0ff7c
parent79859094e5bcc869f3fb7239b86a7f6b111f156a
mailbox/omap: remove omap_mbox_type_t from mailbox ops

The type definition omap_mbox_type_t used for distinguishing
OMAP1 from OMAP2+ mailboxes is no longer needed after the
removal of OMAP1 mailbox driver, and has therefore been
cleaned up. This cleanup also eliminates the need for the
polling logic used for checking the transmit readiness.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mailbox/mailbox-omap2.c
drivers/mailbox/omap-mailbox.c
drivers/mailbox/omap-mbox.h