Re: [PATCH] macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcall

2018-02-26 Thread Geert Uytterhoeven
On Sun, Jan 28, 2018 at 12:51 AM, Finn Thain wrote: > The PMU watchdog will power down the system if the kernel is slow > to start up, e.g. due to unpacking a large initrd. The powerpc > version of this driver (via-pmu.c) has a solution for the same > problem. It uses

[PATCH] macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcall

2018-01-27 Thread Finn Thain
The PMU watchdog will power down the system if the kernel is slow to start up, e.g. due to unpacking a large initrd. The powerpc version of this driver (via-pmu.c) has a solution for the same problem. It uses this call sequence: setup_arch find_via_pmu init_pmu ...