[PATCH 1/2] ARM: OMAP2+: move mailbox.h out of plat-omap headers
From: tony@atomide.com (Tony Lindgren)
Date: 2012-10-29 17:52:41
Also in:
linux-omap, lkml
From: tony@atomide.com (Tony Lindgren)
Date: 2012-10-29 17:52:41
Also in:
linux-omap, lkml
Hi,
--- /dev/null +++ b/include/linux/platform_data/omap_mailbox.h@@ -0,0 +1,105 @@
This file should only contain pure platform data needed by the core omap code to pass to the mailbox driver. The mailbox API header should be somewhere else, like include/linux/mailbox/mailbox-omap.h or similar. But shouldn't this all now be handled by using the remoteproc framework? Regards, Tony