Hi, The followin patches are mainly for updating the mailbox driver with omap3 support. If there's no problem, please merge them into l-o. The following changes since commit 3b7de4be879f1f4f55ae59882a5cbd80f6dcf0f0: Paul Walmsley (1): OMAP3 clock: disable DPLL autoidle while waiting for DPLL to lock are available in the git repository at: http://git.gitorious.org/lk/mainline.git mailbox Hiroshi DOYU (10): omap mailbox: cleanup omap2 register definition with macro omap mailbox: add initial omap3 support omap mailbox: print hardware revision at startup omap mailbox: fix empty struct device for omap_mbox omap mailbox: fix empty struct device for omap1 omap mailbox: fix empty struct device for omap2 omap mailbox: add save_/restore_ctx() for PM omap mailbox: move mailbox.h into mailbox.c omap mailbox: convert sequence bit checking to module paramter omap mailbox: remove unnecessary header file inclusion arch/arm/mach-omap1/devices.c | 2 +- arch/arm/mach-omap1/mailbox.c | 31 +++-- arch/arm/mach-omap2/devices.c | 26 +++- arch/arm/mach-omap2/mailbox.c | 178 +++++++++++++++++----------- arch/arm/plat-omap/Kconfig | 2 +- arch/arm/plat-omap/include/mach/irqs.h | 1 + arch/arm/plat-omap/include/mach/mailbox.h | 10 ++- arch/arm/plat-omap/include/mach/omap34xx.h | 2 +- arch/arm/plat-omap/mailbox.c | 170 ++++++++++++++++++++------ arch/arm/plat-omap/mailbox.h | 100 ---------------- 10 files changed, 288 insertions(+), 234 deletions(-) delete mode 100644 arch/arm/plat-omap/mailbox.h -- 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