The following patches add omap3 support and some cleanups. This "omap mailbox" device driver has been used for the interprocessor communication between ARM and some co-processors(DSP) inside of omap SoC, which is a kind of interrupt driven FIFO. --- Hiroshi DOYU (10): omap mailbox: remove unnecessary header file inclusion omap mailbox: convert sequence bit checking to module paramter omap mailbox: move mailbox.h into mailbox.c omap mailbox: add save_/restore_ctx() for PM omap mailbox: fix empty struct device for omap2 omap mailbox: fix empty struct device for omap1 omap mailbox: fix empty struct device for omap_mbox omap mailbox: print hardware revision at startup omap mailbox: add initial omap3 support omap mailbox: cleanup omap2 register definition with macro arch/arm/mach-omap1/devices.c | 2 arch/arm/mach-omap1/mailbox.c | 31 ++-- arch/arm/mach-omap2/devices.c | 38 ++++- arch/arm/mach-omap2/mailbox.c | 195 +++++++++++++++++----------- arch/arm/plat-omap/Kconfig | 8 + arch/arm/plat-omap/include/mach/mailbox.h | 27 ++++ arch/arm/plat-omap/include/mach/omap34xx.h | 1 arch/arm/plat-omap/mailbox.c | 152 ++++++++++++++++------ arch/arm/plat-omap/mailbox.h | 100 -------------- 9 files changed, 311 insertions(+), 243 deletions(-) delete mode 100644 arch/arm/plat-omap/mailbox.h -- Hiroshi DOYU -- 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