On Friday 20 February 2015 19:01:13 Maxime Coquelin wrote: > +static void __init stm32_timer_init(void) > +{ > + of_clk_init(NULL); > + reset_controller_of_init(); > + clocksource_of_init(); > + > +} Don't do that. As I said, I'd rather not introduce reset_controller_of_init() at all, but if we end up doing it, it should be run by default for any machine that has an empty timer_init callback. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html