On Mon, Jun 27, 2011 at 06:11:41PM +0200, Benoit Cousson wrote: ... > + * clkdm_hwmod_disable - remove an enabled downstream hwmod from this clkdm > + * @clkdm: struct clockdomain * > + * @oh: struct omap_hwmod * of the disabled downstream hwmod > + * > + * Decrement the usecount of this clockdomain @clkdm when @oh is > + * disabled. Intended to be called by module_disable() code. > + * If the clockdomain usecount goes to 0, put the clockdomain to sleep > + * (software-supervised mode) or remove the clkdm autodependencies > + * (hardware-supervised mode). > + * Returns -EINVAL if passed null pointers; -ERANGE if the @clkdm usecount > + * underflows and debugging is enabled; or returns 0 upon success or if the Can take out "and debugging is enabled", this is no longer the case. Todd -- 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