Looking at the latest git head, I see that omap_mcbsp_pollwrite() and omap_mcbsp_pollread() improperly use readw() and writew() instead of OMAP_MCBSP_READ() and OMAP_MCBSP_WRITE() in the file arch/arm/plat-omap/mcbsp.c. But while I was editing this file, I also saw writes to OMAP_MCBSP_REG_DXR1, which is #define'd for ARCH_OMAP_34XX and ARCH_OMAP_24XX to be at an offset of 0x0C. The McBSP section of the TRM for the OMAP34xx has no mention of any registers existing at this offset. Why is this DXR1 and not just DXR? -Jason Marini Associate Software Engineer Vocollect, Inc. -- 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