Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-19 Thread Simon Glass
Hi, On 19 July 2018 at 09:47, Tom Rini wrote: > On Thu, Jul 19, 2018 at 09:21:39AM -0600, Simon Glass wrote: >> +Tom >> >> Hi Michal, >> >> On 19 July 2018 at 00:52, Michal Simek wrote: >> > Hi Simon, >> > >> > On 19.7.2018 03:31, Simon Glass wrote: >> >> Hi Michal, >> >> >> >> On 15 July 2018

Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-19 Thread Tom Rini
On Thu, Jul 19, 2018 at 09:21:39AM -0600, Simon Glass wrote: > +Tom > > Hi Michal, > > On 19 July 2018 at 00:52, Michal Simek wrote: > > Hi Simon, > > > > On 19.7.2018 03:31, Simon Glass wrote: > >> Hi Michal, > >> > >> On 15 July 2018 at 23:34, Michal Simek wrote: > >>> On 15.7.2018 23:21,

Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-19 Thread Simon Glass
+Tom Hi Michal, On 19 July 2018 at 00:52, Michal Simek wrote: > Hi Simon, > > On 19.7.2018 03:31, Simon Glass wrote: >> Hi Michal, >> >> On 15 July 2018 at 23:34, Michal Simek wrote: >>> On 15.7.2018 23:21, Simon Glass wrote: Hi Michal, On 11 July 2018 at 23:47, Michal Simek

Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-19 Thread Michal Simek
Hi Simon, On 19.7.2018 03:31, Simon Glass wrote: > Hi Michal, > > On 15 July 2018 at 23:34, Michal Simek wrote: >> On 15.7.2018 23:21, Simon Glass wrote: >>> Hi Michal, >>> >>> On 11 July 2018 at 23:47, Michal Simek wrote: On 11.7.2018 22:13, Simon Glass wrote: > On 11 July 2018 at

Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-18 Thread Simon Glass
Hi Michal, On 15 July 2018 at 23:34, Michal Simek wrote: > On 15.7.2018 23:21, Simon Glass wrote: >> Hi Michal, >> >> On 11 July 2018 at 23:47, Michal Simek wrote: >>> On 11.7.2018 22:13, Simon Glass wrote: On 11 July 2018 at 08:41, Michal Simek wrote: > Relocate watchdog ops as was

Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-15 Thread Michal Simek
On 15.7.2018 23:21, Simon Glass wrote: > Hi Michal, > > On 11 July 2018 at 23:47, Michal Simek wrote: >> On 11.7.2018 22:13, Simon Glass wrote: >>> On 11 July 2018 at 08:41, Michal Simek wrote: Relocate watchdog ops as was done by: "dm: Add support for all targets which requires

Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-15 Thread Simon Glass
Hi Michal, On 11 July 2018 at 23:47, Michal Simek wrote: > On 11.7.2018 22:13, Simon Glass wrote: >> On 11 July 2018 at 08:41, Michal Simek wrote: >>> Relocate watchdog ops as was done by: >>> "dm: Add support for all targets which requires MANUAL_RELOC" >>> (sha1:

Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-11 Thread Michal Simek
On 11.7.2018 22:13, Simon Glass wrote: > On 11 July 2018 at 08:41, Michal Simek wrote: >> Relocate watchdog ops as was done by: >> "dm: Add support for all targets which requires MANUAL_RELOC" >> (sha1: 484fdf5ba058b07be5ca82763aa2b72063540ef3) >> >> Signed-off-by: Michal Simek >> --- >> >>

Re: [U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-11 Thread Simon Glass
On 11 July 2018 at 08:41, Michal Simek wrote: > Relocate watchdog ops as was done by: > "dm: Add support for all targets which requires MANUAL_RELOC" > (sha1: 484fdf5ba058b07be5ca82763aa2b72063540ef3) > > Signed-off-by: Michal Simek > --- > > based on

[U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs

2018-07-11 Thread Michal Simek
Relocate watchdog ops as was done by: "dm: Add support for all targets which requires MANUAL_RELOC" (sha1: 484fdf5ba058b07be5ca82763aa2b72063540ef3) Signed-off-by: Michal Simek --- based on https://lists.denx.de/pipermail/u-boot/2018-July/334227.html --- drivers/watchdog/wdt-uclass.c | 23