[PATCH v2 14/18] ARM: Add STM32 family machine

Arnd Bergmann arnd at arndb.de
Tue Mar 10 08:10:21 PDT 2015


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



More information about the linux-arm-kernel mailing list