Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-22 Thread Rasmus Villemoes
On 22/05/2021 09.18, Stefan Roese wrote: > On 11.05.21 09:20, Stefan Roese wrote: >> On 11.05.21 08:40, Rasmus Villemoes wrote: >>> Will do. But I now see a much bigger problem due to some refactoring in >>> wdt-uclass that basically requires a ->start method or GD_FLG_WDT_READY >>> won't be set.

Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-22 Thread Stefan Roese
On 11.05.21 09:20, Stefan Roese wrote: On 11.05.21 08:40, Rasmus Villemoes wrote: On 11/05/2021 07.55, Stefan Roese wrote: On 10.05.21 17:47, Rasmus Villemoes wrote: A rather common kind of external watchdog circuit is one that is kept alive by toggling a gpio. Add a driver for handling such a

Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-11 Thread Stefan Roese
On 11.05.21 08:40, Rasmus Villemoes wrote: On 11/05/2021 07.55, Stefan Roese wrote: On 10.05.21 17:47, Rasmus Villemoes wrote: A rather common kind of external watchdog circuit is one that is kept alive by toggling a gpio. Add a driver for handling such a watchdog. The compatible string is pro

Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-10 Thread Rasmus Villemoes
On 11/05/2021 07.55, Stefan Roese wrote: > On 10.05.21 17:47, Rasmus Villemoes wrote: >> A rather common kind of external watchdog circuit is one that is kept >> alive by toggling a gpio. Add a driver for handling such a watchdog. >> >> The compatible string is probably a little odd as it has nothi

Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-10 Thread Stefan Roese
On 10.05.21 17:47, Rasmus Villemoes wrote: A rather common kind of external watchdog circuit is one that is kept alive by toggling a gpio. Add a driver for handling such a watchdog. The compatible string is probably a little odd as it has nothing to do with linux per se - however, I chose that t

Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-10 Thread Rasmus Villemoes
On 10/05/2021 21.19, Simon Glass wrote: > Hi Rasmus, > > On Mon, 10 May 2021 at 12:45, Rasmus Villemoes > wrote: >> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index f0ff2612a6..2cf378db29 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfi

Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-10 Thread Simon Glass
Hi Rasmus, On Mon, 10 May 2021 at 12:45, Rasmus Villemoes wrote: > > On 10/05/2021 18.28, Simon Glass wrote: > > Hi Rasmus, > > > > On Mon, 10 May 2021 at 09:47, Rasmus Villemoes > > wrote: > >> > >> A rather common kind of external watchdog circuit is one that is kept > >> alive by toggling a g

Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-10 Thread Rasmus Villemoes
On 10/05/2021 18.28, Simon Glass wrote: > Hi Rasmus, > > On Mon, 10 May 2021 at 09:47, Rasmus Villemoes > wrote: >> >> A rather common kind of external watchdog circuit is one that is kept >> alive by toggling a gpio. Add a driver for handling such a watchdog. >> >> The compatible string is proba

Re: [PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-10 Thread Simon Glass
Hi Rasmus, On Mon, 10 May 2021 at 09:47, Rasmus Villemoes wrote: > > A rather common kind of external watchdog circuit is one that is kept > alive by toggling a gpio. Add a driver for handling such a watchdog. > > The compatible string is probably a little odd as it has nothing to do > with linux

[PATCH 1/2] watchdog: add gpio watchdog driver

2021-05-10 Thread Rasmus Villemoes
A rather common kind of external watchdog circuit is one that is kept alive by toggling a gpio. Add a driver for handling such a watchdog. The compatible string is probably a little odd as it has nothing to do with linux per se - however, I chose that to make .dts snippets reusable between device