This patch series is not doing much, just cleaning up the irq mailbox functions and related stuff. Among the sem-functional changes are: * 0010: avoid udelay and use time_after * 0015: print an error when timing out Felipe Contreras (15): tidspbridge: remove revision history tidspbridge: trivial cleanup tidspbridge: remove unused stuff tidspbridge: remove IO_CALLDPC tidspbridge: whitespace cleanups tidspbridge: trivial cleanups tidspbridge: hDevContext == pDevContext tidspbridge: remove UTIL_Wait wrapper tidspbridge: cleanup and remove HW_MBOX_IsFull tidspbridge: remove udelay and use time_after instead tidspbridge: Remove IO_InterruptDSP tidspbridge: remove IO_InterruptDSP2 tidspbridge: remove CHNLSM_InterruptDSP tidspbridge: remove wIntrVal2Dsp tidspbridge: print an error when timing out arch/arm/plat-omap/include/dspbridge/chnl_sm.h | 42 ---- arch/arm/plat-omap/include/dspbridge/io_sm.h | 3 - arch/arm/plat-omap/include/dspbridge/util.h | 51 ----- drivers/dsp/bridge/hw/hw_mbox.c | 25 --- drivers/dsp/bridge/hw/hw_mbox.h | 35 ---- drivers/dsp/bridge/wmd/_tiomap.h | 23 -- drivers/dsp/bridge/wmd/_tiomap_pwr.h | 4 - drivers/dsp/bridge/wmd/_tiomap_util.h | 1 - drivers/dsp/bridge/wmd/io_sm.c | 78 +------- drivers/dsp/bridge/wmd/tiomap3430.c | 18 +- drivers/dsp/bridge/wmd/tiomap3430_pwr.c | 22 +- drivers/dsp/bridge/wmd/tiomap_sm.c | 260 +++++++----------------- 12 files changed, 101 insertions(+), 461 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