-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'omap-for-v3.17/mailbox-cleanup' of git://git.kernel.org/pu…
…b/scm/linux/kernel/git/tmlind/linux-omap into next/drivers Merge "late omap mailbox clean-up, driver parts" from Tony Lindgren: Driver specific omap mailbox cleanup. Mostly to remove broken legacy code for omap1 and move things towards device tree. These patches were posted a while back, but I did not realize I was supposed to merge the driver related parts too. So apologies for a late pull request on these changes. * tag 'omap-for-v3.17/mailbox-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: mailbox/omap: add a parent structure for every IP instance mailbox/omap: remove the private mailbox structure mailbox/omap: consolidate OMAP mailbox driver mailbox/omap: simplify the fifo assignment by using macros mailbox/omap: remove omap_mbox_type_t from mailbox ops mailbox/omap: remove OMAP1 mailbox driver mailbox/omap: use devm_* interfaces Signed-off-by: Arnd Bergmann <arnd@arndb.de>
- Loading branch information
Showing
7 changed files
with
360 additions
and
738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o | ||
|
||
obj-$(CONFIG_OMAP_MBOX) += omap-mailbox.o | ||
obj-$(CONFIG_OMAP1_MBOX) += mailbox_omap1.o | ||
mailbox_omap1-objs := mailbox-omap1.o | ||
obj-$(CONFIG_OMAP2PLUS_MBOX) += mailbox_omap2.o | ||
mailbox_omap2-objs := mailbox-omap2.o | ||
obj-$(CONFIG_OMAP2PLUS_MBOX) += omap-mailbox.o |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.