Hi Timur
On 12 June 2015 at 11:57, Timur Tabi wrote:
> fu@linaro.org wrote:
>>
>> + if (timeout <= gwdt->max_wor_timeout)
>> + writel_relaxed(timeout * gwdt->clk,
>> + gwdt->control_base + SBSA_GWDT_WOR);
>> + else
>> + writ
fu@linaro.org wrote:
+ if (timeout <= gwdt->max_wor_timeout)
+ writel_relaxed(timeout * gwdt->clk,
+ gwdt->control_base + SBSA_GWDT_WOR);
+ else
+ writel_relaxed(gwdt->max_wor_timeout * gwdt->clk,
+
Hi Guenter,
On 11 June 2015 at 13:49, Guenter Roeck wrote:
> On 06/10/2015 10:44 PM, Fu Wei wrote:
>>
>> Hi Guenter,
>>
>> On 11 June 2015 at 13:33, Guenter Roeck wrote:
>>>
>>> On 06/10/2015 10:47 AM, fu@linaro.org wrote:
From: Fu Wei
This driver bases on linux ke
On 06/10/2015 10:44 PM, Fu Wei wrote:
Hi Guenter,
On 11 June 2015 at 13:33, Guenter Roeck wrote:
On 06/10/2015 10:47 AM, fu@linaro.org wrote:
From: Fu Wei
This driver bases on linux kernel watchdog framework.
It supports getting timeout from parameter and FDT
at the driver init stage.
Hi Guenter,
On 11 June 2015 at 13:33, Guenter Roeck wrote:
> On 06/10/2015 10:47 AM, fu@linaro.org wrote:
>>
>> From: Fu Wei
>>
>> This driver bases on linux kernel watchdog framework.
>> It supports getting timeout from parameter and FDT
>> at the driver init stage.
>> The first timeout per
On 06/10/2015 10:47 AM, fu@linaro.org wrote:
From: Fu Wei
This driver bases on linux kernel watchdog framework.
It supports getting timeout from parameter and FDT
at the driver init stage.
The first timeout period expires, the interrupt routine
got another timeout period to run panic for sa
6 matches
Mail list logo