* Kevin Hilman <[email protected]> [110623 10:06]: > Tony Lindgren <[email protected]> writes: > > + > > + res = omap_dm_timer_init_one(&clksrc, gptimer_id, fck_source); > > This function makes calls into "real" driver, but is called from > sys_timer.init so happens before driver is initialized.
That one is the static omap2+ specific function that can be passed to the dmtimer device driver as a function pointer in the later patches. > > + omap_dm_timer_set_load_start(&clksrc, 1, 0); > > Here's another call into the real driver. I think you need > __omap_dm_timer_set_load_start() here. Thanks, that's correct. Will fix that one. 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
