Re: [PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-03-27 Thread Wim Van Sebroeck
Hi Mathieu, > This change is done as a follow-up to the following thread: > https://lkml.org/lkml/2014/10/1/436 > > qcom-wdt is currently assuming the presence of a dedicated node in DT > to gets its configuration. However, on msm architecture, the watchdog is > usually part of the timer block.

Re: [PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-03-27 Thread Wim Van Sebroeck
Hi Mathieu, This change is done as a follow-up to the following thread: https://lkml.org/lkml/2014/10/1/436 qcom-wdt is currently assuming the presence of a dedicated node in DT to gets its configuration. However, on msm architecture, the watchdog is usually part of the timer block. So

Re: [PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-03-26 Thread Stephen Boyd
On 02/20, Mathieu Olivari wrote: > This change is done as a follow-up to the following thread: > https://lkml.org/lkml/2014/10/1/436 > > qcom-wdt is currently assuming the presence of a dedicated node in DT > to gets its configuration. However, on msm architecture, the watchdog is > usually part

Re: [PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-03-26 Thread Stephen Boyd
On 02/20, Mathieu Olivari wrote: This change is done as a follow-up to the following thread: https://lkml.org/lkml/2014/10/1/436 qcom-wdt is currently assuming the presence of a dedicated node in DT to gets its configuration. However, on msm architecture, the watchdog is usually part of the

Re: [PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-02-23 Thread Stephen Boyd
On 02/23/15 13:35, Arnd Bergmann wrote: > On Friday 20 February 2015 18:19:33 Mathieu Olivari wrote: >> This change is done as a follow-up to the following thread: >> https://lkml.org/lkml/2014/10/1/436 >> >> qcom-wdt is currently assuming the presence of a dedicated node in DT >> to gets its

Re: [PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-02-23 Thread Arnd Bergmann
On Friday 20 February 2015 18:19:33 Mathieu Olivari wrote: > This change is done as a follow-up to the following thread: > https://lkml.org/lkml/2014/10/1/436 > > qcom-wdt is currently assuming the presence of a dedicated node in DT > to gets its configuration. However, on msm architecture, the

Re: [PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-02-23 Thread Arnd Bergmann
On Friday 20 February 2015 18:19:33 Mathieu Olivari wrote: This change is done as a follow-up to the following thread: https://lkml.org/lkml/2014/10/1/436 qcom-wdt is currently assuming the presence of a dedicated node in DT to gets its configuration. However, on msm architecture, the

Re: [PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-02-23 Thread Stephen Boyd
On 02/23/15 13:35, Arnd Bergmann wrote: On Friday 20 February 2015 18:19:33 Mathieu Olivari wrote: This change is done as a follow-up to the following thread: https://lkml.org/lkml/2014/10/1/436 qcom-wdt is currently assuming the presence of a dedicated node in DT to gets its configuration.

[PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-02-20 Thread Mathieu Olivari
This change is done as a follow-up to the following thread: https://lkml.org/lkml/2014/10/1/436 qcom-wdt is currently assuming the presence of a dedicated node in DT to gets its configuration. However, on msm architecture, the watchdog is usually part of the timer block. So this patch-set is

[PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config

2015-02-20 Thread Mathieu Olivari
This change is done as a follow-up to the following thread: https://lkml.org/lkml/2014/10/1/436 qcom-wdt is currently assuming the presence of a dedicated node in DT to gets its configuration. However, on msm architecture, the watchdog is usually part of the timer block. So this patch-set is