Hi Kory Maincent.
Hello,
I got a kernel warning on the reboot of my embedded board, and sometimes I got stuck in the reboot.
I work on the IMX6Q with a PMIC da9063 and the last kernel release.
It happens in the da9063_wdt_restart function at the regmap_write call in the CONTROL_F register. (drivers/watchdog/da9063_wdt.c)
From trace we are able figure out the flow,
reboot
|
|
invokes system call(sys_reboot)
|
|
watchdog_restart)notifier
|
|
da9063_wdt_restart
|
|
It sending I2c rear/write commands.
Is this expected behaviour ??