Re: [RFC PATCH 07/13] m68k: amiga: Convert to clocksource API

2018-11-12 Thread Finn Thain
On Mon, 12 Nov 2018, Geert Uytterhoeven wrote: > Hi Finn, > > On Mon, Nov 12, 2018 at 5:46 AM Finn Thain wrote: > > Add a platform clocksource by adapting the existing arch_gettimeoffset > > implementation. > > > > Signed-off-by: Finn Thain > > Thanks for your patch! > Thanks for your

Re: [RFC PATCH 07/13] m68k: amiga: Convert to clocksource API

2018-11-12 Thread Finn Thain
On Mon, 12 Nov 2018, Geert Uytterhoeven wrote: > Hi Finn, > > On Mon, Nov 12, 2018 at 5:46 AM Finn Thain wrote: > > Add a platform clocksource by adapting the existing arch_gettimeoffset > > implementation. > > > > Signed-off-by: Finn Thain > > Thanks for your patch! > Thanks for your

Re: [RFC PATCH 07/13] m68k: amiga: Convert to clocksource API

2018-11-12 Thread Geert Uytterhoeven
Hi Finn, On Mon, Nov 12, 2018 at 5:46 AM Finn Thain wrote: > Add a platform clocksource by adapting the existing arch_gettimeoffset > implementation. > > Signed-off-by: Finn Thain Thanks for your patch! > --- a/arch/m68k/amiga/config.c > +++ b/arch/m68k/amiga/config.c > @@ -17,6 +17,7 @@ >

Re: [RFC PATCH 07/13] m68k: amiga: Convert to clocksource API

2018-11-12 Thread Geert Uytterhoeven
Hi Finn, On Mon, Nov 12, 2018 at 5:46 AM Finn Thain wrote: > Add a platform clocksource by adapting the existing arch_gettimeoffset > implementation. > > Signed-off-by: Finn Thain Thanks for your patch! > --- a/arch/m68k/amiga/config.c > +++ b/arch/m68k/amiga/config.c > @@ -17,6 +17,7 @@ >

[RFC PATCH 07/13] m68k: amiga: Convert to clocksource API

2018-11-11 Thread Finn Thain
Add a platform clocksource by adapting the existing arch_gettimeoffset implementation. Signed-off-by: Finn Thain --- arch/m68k/amiga/config.c | 38 +++--- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/arch/m68k/amiga/config.c

[RFC PATCH 07/13] m68k: amiga: Convert to clocksource API

2018-11-11 Thread Finn Thain
Add a platform clocksource by adapting the existing arch_gettimeoffset implementation. Signed-off-by: Finn Thain --- arch/m68k/amiga/config.c | 38 +++--- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/arch/m68k/amiga/config.c