Re: [PATCH] watchdog: qcom: introduce qcom-wdt driver

2025-04-16 Thread Paul Sajna
Thanks for the feedback, I'll try to circle back to it in a few days, perhaps on the weekend. Original Message On 4/14/25 12:24 AM, Neil Armstrong wrote: > Hi, > > On 13/04/2025 12:12, Paul Sajna wrote: > > From: Caleb Connolly > > > > Some Qualcomm device vendors dec

Re: [PATCH] watchdog: qcom: introduce qcom-wdt driver

2025-04-14 Thread Neil Armstrong
Hi, On 13/04/2025 12:12, Paul Sajna wrote: From: Caleb Connolly Some Qualcomm device vendors decide to turn the watchdog on in the bootloader, resulting in the device being reset if it isn't petted every ~30 seconds. Introduce a driver to disable the watchdog and prevent this annoying behaviou

[PATCH] watchdog: qcom: introduce qcom-wdt driver

2025-04-13 Thread Paul Sajna
From: Caleb Connolly Some Qualcomm device vendors decide to turn the watchdog on in the bootloader, resulting in the device being reset if it isn't petted every ~30 seconds. Introduce a driver to disable the watchdog and prevent this annoying behaviour. Signed-off-by: Caleb Connolly Signed-off-