* Santosh Shilimkar <[email protected]> [110222 06:35]:
> To adhere to recent early_init changes, commit '44dc0' made
> omap_hwmod_late_init() to core_initcall to avoid ioremap() failures.
> 
> Later 'e7c7d7' removed _mpu_rt_va population omap_hwmod_late_init()
> 
> So now if we move the  omap_hwmod_late_init() to mdesc->timer->init(),
> timer1 should work with hwmod instead of any special hwmod settings.

There should be no need to have all hwmods initialized just to get
the system timer running. The system timer should be initialized
with minimal code needed.

Sure it can use hwmod functions as long as it makes sense, but
we certainly don't want the whole hwmod framework initialized
that early.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to