Re: [PATCH V8 1/2] clocksource: add gx6605s SOC system timer

2018-09-21 Thread Guo Ren
On Fri, Sep 21, 2018 at 01:57:27AM +0200, Daniel Lezcano wrote: > On 21/09/2018 01:31, Guo Ren wrote: > > On Thu, Sep 20, 2018 at 06:06:19PM +0200, Daniel Lezcano wrote: > >> On 20/09/2018 10:03, Guo Ren wrote: > >>> Changelog: > >>> - Add License and Copyright > >>> - Use timer-of framework > >>

Re: [PATCH V8 1/2] clocksource: add gx6605s SOC system timer

2018-09-20 Thread Daniel Lezcano
On 21/09/2018 01:31, Guo Ren wrote: > On Thu, Sep 20, 2018 at 06:06:19PM +0200, Daniel Lezcano wrote: >> On 20/09/2018 10:03, Guo Ren wrote: >>> Changelog: >>> - Add License and Copyright >>> - Use timer-of framework >>> - Change name with upstream feedback >>> - Use clksource_mmio framework >>

Re: [PATCH V8 1/2] clocksource: add gx6605s SOC system timer

2018-09-20 Thread Guo Ren
On Thu, Sep 20, 2018 at 06:06:19PM +0200, Daniel Lezcano wrote: > On 20/09/2018 10:03, Guo Ren wrote: > > Changelog: > > - Add License and Copyright > > - Use timer-of framework > > - Change name with upstream feedback > > - Use clksource_mmio framework > > > > Signed-off-by: Guo Ren > > ---

Re: [PATCH V8 1/2] clocksource: add gx6605s SOC system timer

2018-09-20 Thread Daniel Lezcano
On 20/09/2018 10:03, Guo Ren wrote: > Changelog: > - Add License and Copyright > - Use timer-of framework > - Change name with upstream feedback > - Use clksource_mmio framework > > Signed-off-by: Guo Ren > --- > drivers/clocksource/Kconfig | 8 ++ > drivers/clocksource/Makefile

[PATCH V8 1/2] clocksource: add gx6605s SOC system timer

2018-09-20 Thread Guo Ren
Changelog: - Add License and Copyright - Use timer-of framework - Change name with upstream feedback - Use clksource_mmio framework Signed-off-by: Guo Ren --- drivers/clocksource/Kconfig | 8 ++ drivers/clocksource/Makefile| 1 + drivers/clocksource/timer-gx6605s.c | 150