Re: iTCO watchdog last reboot reason?

2020-08-04 Thread Naveen Kumar P
On Tue, Aug 4, 2020 at 9:45 PM Guenter Roeck wrote: > > On 8/4/20 7:41 AM, Naveen Kumar P wrote: > > [ Please keep me in CC as I'm not subscribed to the list] > > > > Hi everyone, > > > > I enabled the iTCO watchdog in my Linux system. > > > &g

iTCO watchdog last reboot reason?

2020-08-04 Thread Naveen Kumar P
[ Please keep me in CC as I'm not subscribed to the list] Hi everyone, I enabled the iTCO watchdog in my Linux system. sudo cat /dev/watchdog perfectly reboots my system. But, is there a way to find out on each boot if the machine was rebooted due to a watchdog timeout or not? Any ideas? Than

Re: [PATCH] mmc: core: Fix bug on signal voltage switch failure

2016-04-01 Thread Naveen Kumar P
On Fri, Apr 1, 2016 at 12:59 PM, Adrian Hunter wrote: > On 31/03/16 17:17, Naveen Kumar Parna wrote: >> When switching SD and SDIO cards from 3.3V to 1.8V signal level fails, a bug >> in sdhci_set_power() will trigger. >> To fix the kernel crash during recovery from signal voltage switch failure,