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

2025-06-23 Thread Casey Connolly
On Wed, 23 Apr 2025 02:19:39 +, Paul Sajna wrote: > 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 keep the watchdog happy and prevent this > annoying behaviour.

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

2025-04-30 Thread Yang Xiwen
On 4/23/2025 10:19 AM, Paul Sajna wrote: From: Casey 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 keep the watchdog happy and prevent this annoying behaviou

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

2025-04-30 Thread Stefan Roese
On 23.04.25 04:19, Paul Sajna wrote: From: Casey 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 keep the watchdog happy and prevent this annoying behaviour.

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

2025-04-23 Thread Paul Sajna
Thanks for all the reviews and guidance :D Original Message On 4/23/25 4:55 AM, Casey Connolly wrote: > Hi Paul, > > Thanks for making it through the process :D LGTM. > > Kind regards, > > On 4/23/25 04:19, Paul Sajna wrote: > > From: Casey Connolly > > > > Some

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

2025-04-23 Thread Casey Connolly
Hi Paul, Thanks for making it through the process :D LGTM. Kind regards, On 4/23/25 04:19, Paul Sajna wrote: From: Casey 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

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

2025-04-23 Thread Neil Armstrong
On 23/04/2025 09:02, Sumit Garg wrote: On Wed, Apr 23, 2025 at 02:19:39AM +, Paul Sajna wrote: From: Casey 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

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

2025-04-23 Thread Sumit Garg
On Wed, Apr 23, 2025 at 02:19:39AM +, Paul Sajna wrote: > From: Casey 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 keep the watchdog happy and pre

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

2025-04-22 Thread Paul Sajna
From: Casey 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 keep the watchdog happy and prevent this annoying behaviour. Signed-off-by: Casey Connolly Signed-o