Re: [PATCH v10 5/5] Watchdog: ARM SBSA Generic Watchdog half timeout panic support
From: Timur Tabi <hidden>
Date: 2016-02-06 18:55:46
Also in:
linux-arm-kernel, linux-watchdog, lkml
From: Timur Tabi <hidden>
Date: 2016-02-06 18:55:46
Also in:
linux-arm-kernel, linux-watchdog, lkml
Fu Wei wrote:
if (action) {
wdd->min_timeout = 1;
wdd->max_timeout = U32_MAX / gwdt->clk;
} else {
wdd->min_timeout = 2;
wdd->max_timeout = U32_MAX / gwdt->clk * 2;
}Why would the minimum timeout be 2? You can program WOR to timeout in half a second, can't you? -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation.