Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 9:18 PM, Simon Goldschmidt wrote: > Am 03.10.2019 um 21:12 schrieb Marek Vasut: >> [...] >>> Are you aware that DM WDT is enabled in SPL by default for gen5 >>> now? I >> get >>> a message that WDT is not found. I haven't sent a patch to fix that yet, >>> since

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Simon Goldschmidt
Am 03.10.2019 um 21:12 schrieb Marek Vasut: [...] Are you aware that DM WDT is enabled in SPL by default for gen5 now? I get a message that WDT is not found. I haven't sent a patch to fix that yet, since the message is the only thing that happens, works normally otherwise. But if you're

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
[...] > Are you aware that DM WDT is enabled in SPL by default for gen5 now? I get > a message that WDT is not found. I haven't sent a patch to fix that >> yet, > since the message is the only thing that happens, works normally otherwise. > > But if you're working on

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Simon Goldschmidt
Marek Vasut schrieb am Do., 3. Okt. 2019, 20:13: > On 10/3/19 8:11 PM, Simon Goldschmidt wrote: > > Marek Vasut schrieb am Do., 3. Okt. 2019, 20:09: > > > >> On 10/3/19 8:06 PM, Simon Goldschmidt wrote: > >>> Marek Vasut schrieb am Do., 3. Okt. 2019, 09:22: > >>> > On 10/3/19 3:57 AM, Ley

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 8:11 PM, Simon Goldschmidt wrote: > Marek Vasut schrieb am Do., 3. Okt. 2019, 20:09: > >> On 10/3/19 8:06 PM, Simon Goldschmidt wrote: >>> Marek Vasut schrieb am Do., 3. Okt. 2019, 09:22: >>> On 10/3/19 3:57 AM, Ley Foon Tan wrote: [...] >> diff --git

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Simon Goldschmidt
Marek Vasut schrieb am Do., 3. Okt. 2019, 20:09: > On 10/3/19 8:06 PM, Simon Goldschmidt wrote: > > Marek Vasut schrieb am Do., 3. Okt. 2019, 09:22: > > > >> On 10/3/19 3:57 AM, Ley Foon Tan wrote: > >> > >> [...] > >> > diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig >

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 8:08 PM, Simon Goldschmidt wrote: > Marek Vasut schrieb am Do., 3. Okt. 2019, 20:06: > >> On 10/3/19 8:03 PM, Simon Goldschmidt wrote: >>> Marek Vasut schrieb am Do., 3. Okt. 2019, 14:19: >>> On 10/3/19 1:40 PM, Marek Vasut wrote: > On 10/3/19 9:55 AM, Jagan Teki wrote: >>

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 8:06 PM, Simon Goldschmidt wrote: > Marek Vasut schrieb am Do., 3. Okt. 2019, 09:22: > >> On 10/3/19 3:57 AM, Ley Foon Tan wrote: >> >> [...] >> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6fd9b0a177..ec34993664 100644 ---

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 8:06 PM, Simon Goldschmidt wrote: > Marek Vasut schrieb am Do., 3. Okt. 2019, 09:22: > >> On 10/3/19 3:57 AM, Ley Foon Tan wrote: >> >> [...] >> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6fd9b0a177..ec34993664 100644 ---

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Simon Goldschmidt
Marek Vasut schrieb am Do., 3. Okt. 2019, 20:06: > On 10/3/19 8:03 PM, Simon Goldschmidt wrote: > > Marek Vasut schrieb am Do., 3. Okt. 2019, 14:19: > > > >> On 10/3/19 1:40 PM, Marek Vasut wrote: > >>> On 10/3/19 9:55 AM, Jagan Teki wrote: > On Thu, Oct 3, 2019 at 4:26 AM Marek Vasut

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Simon Goldschmidt
Marek Vasut schrieb am Do., 3. Okt. 2019, 09:22: > On 10/3/19 3:57 AM, Ley Foon Tan wrote: > > [...] > > >> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig > >> index 6fd9b0a177..ec34993664 100644 > >> --- a/drivers/watchdog/Kconfig > >> +++ b/drivers/watchdog/Kconfig > >> @@

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 8:03 PM, Simon Goldschmidt wrote: > Marek Vasut schrieb am Do., 3. Okt. 2019, 14:19: > >> On 10/3/19 1:40 PM, Marek Vasut wrote: >>> On 10/3/19 9:55 AM, Jagan Teki wrote: On Thu, Oct 3, 2019 at 4:26 AM Marek Vasut wrote: > > Convert the designware watchdog timer driver to

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Simon Goldschmidt
Marek Vasut schrieb am Do., 3. Okt. 2019, 14:19: > On 10/3/19 1:40 PM, Marek Vasut wrote: > > On 10/3/19 9:55 AM, Jagan Teki wrote: > >> On Thu, Oct 3, 2019 at 4:26 AM Marek Vasut wrote: > >>> > >>> Convert the designware watchdog timer driver to DM and add DT probing > >>> support. Perform

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 1:40 PM, Marek Vasut wrote: > On 10/3/19 9:55 AM, Jagan Teki wrote: >> On Thu, Oct 3, 2019 at 4:26 AM Marek Vasut wrote: >>> >>> Convert the designware watchdog timer driver to DM and add DT probing >>> support. Perform minor coding style clean up, like drop superfluous >>> braces.

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 9:55 AM, Jagan Teki wrote: > On Thu, Oct 3, 2019 at 4:26 AM Marek Vasut wrote: >> >> Convert the designware watchdog timer driver to DM and add DT probing >> support. Perform minor coding style clean up, like drop superfluous >> braces. These ought to be no functional change. >> >>

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Jagan Teki
On Thu, Oct 3, 2019 at 4:26 AM Marek Vasut wrote: > > Convert the designware watchdog timer driver to DM and add DT probing > support. Perform minor coding style clean up, like drop superfluous > braces. These ought to be no functional change. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-03 Thread Marek Vasut
On 10/3/19 3:57 AM, Ley Foon Tan wrote: [...] >> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig >> index 6fd9b0a177..ec34993664 100644 >> --- a/drivers/watchdog/Kconfig >> +++ b/drivers/watchdog/Kconfig >> @@ -36,13 +36,6 @@ config ULP_WATCHDOG >> help >> Say

Re: [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-02 Thread Ley Foon Tan
On Thu, Oct 3, 2019 at 6:56 AM Marek Vasut wrote: > > Convert the designware watchdog timer driver to DM and add DT probing > support. Perform minor coding style clean up, like drop superfluous > braces. These ought to be no functional change. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See

[U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

2019-10-02 Thread Marek Vasut
Convert the designware watchdog timer driver to DM and add DT probing support. Perform minor coding style clean up, like drop superfluous braces. These ought to be no functional change. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dalon Westergreen Cc: Dinh Nguyen Cc: Ley Foon Tan Cc: