Re: [PATCH 4/4] watchdog: aspeed: Move init to arch_initcall

2017-09-18 Thread Andrew Jeffery
On Mon, 2017-09-18 at 06:32 -0700, Guenter Roeck wrote: > On 09/17/2017 10:49 PM, Andrew Jeffery wrote: > > Probing at device_initcall time lead to perverse cases where the > > watchdog was probed after, say, I2C, which then leaves a potentially > > running watchdog at the mercy of I2C device behav

Re: [PATCH 4/4] watchdog: aspeed: Move init to arch_initcall

2017-09-18 Thread Guenter Roeck
On 09/17/2017 10:49 PM, Andrew Jeffery wrote: Probing at device_initcall time lead to perverse cases where the watchdog was probed after, say, I2C, which then leaves a potentially running watchdog at the mercy of I2C device behaviour and bus conditions. Load the watchdog driver early to ensure t