Re: [U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-25 Thread Simon Goldschmidt
On Thu, Jul 25, 2019 at 1:08 PM Marek Vasut wrote: > > On 7/24/19 8:09 PM, Simon Goldschmidt wrote: > > On Wed, Jul 24, 2019 at 9:48 AM Marek Vasut wrote: > >> > >> On 7/24/19 9:43 AM, Simon Goldschmidt wrote: > >>> On Wed, Jul 24, 2019 at 9:31 AM Marek Vasut wrote: > > On 7/23/19 10:2

Re: [U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-25 Thread Marek Vasut
On 7/24/19 8:09 PM, Simon Goldschmidt wrote: > On Wed, Jul 24, 2019 at 9:48 AM Marek Vasut wrote: >> >> On 7/24/19 9:43 AM, Simon Goldschmidt wrote: >>> On Wed, Jul 24, 2019 at 9:31 AM Marek Vasut wrote: On 7/23/19 10:27 PM, Simon Goldschmidt wrote: > To use this timer on socfpga as

Re: [U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-24 Thread Simon Goldschmidt
On Wed, Jul 24, 2019 at 9:48 AM Marek Vasut wrote: > > On 7/24/19 9:43 AM, Simon Goldschmidt wrote: > > On Wed, Jul 24, 2019 at 9:31 AM Marek Vasut wrote: > >> > >> On 7/23/19 10:27 PM, Simon Goldschmidt wrote: > >>> To use this timer on socfpga as system tick, it needs to take itself out > >>> o

Re: [U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-24 Thread Marek Vasut
On 7/24/19 9:43 AM, Simon Goldschmidt wrote: > On Wed, Jul 24, 2019 at 9:31 AM Marek Vasut wrote: >> >> On 7/23/19 10:27 PM, Simon Goldschmidt wrote: >>> To use this timer on socfpga as system tick, it needs to take itself out >>> of reset. >>> >>> Signed-off-by: Simon Goldschmidt >>> --- >>> >>>

Re: [U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-24 Thread Simon Goldschmidt
On Wed, Jul 24, 2019 at 9:31 AM Marek Vasut wrote: > > On 7/23/19 10:27 PM, Simon Goldschmidt wrote: > > To use this timer on socfpga as system tick, it needs to take itself out > > of reset. > > > > Signed-off-by: Simon Goldschmidt > > --- > > > > drivers/timer/dw-apb-timer.c | 18 +

Re: [U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-24 Thread Marek Vasut
On 7/23/19 10:27 PM, Simon Goldschmidt wrote: > To use this timer on socfpga as system tick, it needs to take itself out > of reset. > > Signed-off-by: Simon Goldschmidt > --- > > drivers/timer/dw-apb-timer.c | 18 +- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff -

[U-Boot] [PATCH 3/6] timer: dw-apb: add reset handling

2019-07-23 Thread Simon Goldschmidt
To use this timer on socfpga as system tick, it needs to take itself out of reset. Signed-off-by: Simon Goldschmidt --- drivers/timer/dw-apb-timer.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/drivers/timer/dw-apb-timer.c b/drivers/timer/dw-apb-timer.c