From: Suman Anna Date: Wed, 25 Jun 2014 00:43:42 +0000 (-0500) Subject: mailbox/omap: remove the private mailbox structure X-Git-Tag: omap-for-v3.17/mailbox-cleanup~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3322eb7038926ecd5fbd37b3aaa4aee76b78e0;p=pandora-kernel.git mailbox/omap: remove the private mailbox structure The structure omap_mbox_priv is used previously to store arch specific (OMAP1 vs OMAP2+) data, and is no longer required to be maintained separately. Instead, absorb its elements into either the sub-mailbox device structure, omap_mbox, or the individual fifo descriptor structure, omap_mbox_fifo. The newmsg_bit and notfull_bit used on Rx and Tx fifos respectively are represented by the new intr_bit field in the fifo descriptor structure. The interrupt configuration registers are also moved into the fifo descriptor structure to allow the Rx and Tx fifos to use different interrupt lines/users. Signed-off-by: Suman Anna Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed