Mailbox hwmod support for OMAP 2,3,4. This was tested on OMAP3 (3430, 3630) by using tidspbridge and OMAP4 (blaze). Also using Kevin's mailbox test: http://bit.ly/fdk8Au No testing on OMAP2 since I don't have the hardware. Changes on v6 include: - Dropping OMAP4 hwmod patch, as Benoit already sent it. - Removing irq names in hwmod data for single irq, changed mailbox to use platform_request_irq in these cases. - Moved ick to be the main_clk so it can be disabled on pm_runtime_put_sync. Highlights from v5 include the comments received from previous version v4 (http://bit.ly/gfLaIs) Felipe Contreras (2): OMAP3: hwmod data: add mailbox data OMAP: mailbox: build device using omap_device/omap_hwmod Omar Ramirez Luna (2): OMAP2: hwmod data: add mailbox data OMAP: mailbox: use runtime pm for clk and sysc handling arch/arm/mach-omap2/devices.c | 98 +++++----------------------- arch/arm/mach-omap2/mailbox.c | 72 ++------------------ arch/arm/mach-omap2/omap_hwmod_2420_data.c | 73 +++++++++++++++++++++ arch/arm/mach-omap2/omap_hwmod_2430_data.c | 72 ++++++++++++++++++++ arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 71 ++++++++++++++++++++ 5 files changed, 240 insertions(+), 146 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html