I've started to integrate the new hwmod/omapdev into the PM branch for the next release. With the new MMC hwmod added, hwmod should do a full reset and idle of the MMC modules on init, so I decided to remove the patch from the PM branch which does the same. To my surprise, the MMC blocks were preventing retention without the original patch. In debugging hwmod, I found a couple problems. One with the MMC sys[cs]_off values themselves, and another in that the reset code was not waiting for RESETDONE. Kevin Hilman (2): OMAP2/3: HS-MMC: correct hwmod offsets for SYSCONFIG/SYSSTATUS OMAP2/3/4: omap_hwmod: fix reset bug arch/arm/mach-omap2/omap_hwmod.c | 2 +- arch/arm/mach-omap2/omap_hwmod_2430.h | 4 ++-- arch/arm/mach-omap2/omap_hwmod_34xx.h | 4 ++-- 3 files changed, 5 insertions(+), 5 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