Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Stephen Boyd
On 03/20/13 10:44, Gregory CLEMENT wrote: > On 03/20/2013 06:26 PM, Gregory CLEMENT wrote: >> On 03/20/2013 06:20 PM, Stephen Boyd wrote: >>> On 03/20/13 10:09, Gregory CLEMENT wrote: On 03/13/2013 07:17 PM, Stephen Boyd wrote: > Separate the armada 370xp local timers from the local timer

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Gregory CLEMENT
On 03/20/2013 06:26 PM, Gregory CLEMENT wrote: > On 03/20/2013 06:20 PM, Stephen Boyd wrote: >> On 03/20/13 10:09, Gregory CLEMENT wrote: >>> On 03/13/2013 07:17 PM, Stephen Boyd wrote: Separate the armada 370xp local timers from the local timer API. This will allow us to remove ARM

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Gregory CLEMENT
On 03/20/2013 06:20 PM, Stephen Boyd wrote: > On 03/20/13 10:09, Gregory CLEMENT wrote: >> On 03/13/2013 07:17 PM, Stephen Boyd wrote: >>> Separate the armada 370xp local timers from the local timer API. >>> This will allow us to remove ARM local timer support in the near >>> future and makes this

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Gregory CLEMENT
On 03/20/2013 06:09 PM, Gregory CLEMENT wrote: > On 03/13/2013 07:17 PM, Stephen Boyd wrote: >> Separate the armada 370xp local timers from the local timer API. >> This will allow us to remove ARM local timer support in the near >> future and makes this driver multi-architecture friendly. > > At

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Stephen Boyd
On 03/20/13 10:09, Gregory CLEMENT wrote: > On 03/13/2013 07:17 PM, Stephen Boyd wrote: >> Separate the armada 370xp local timers from the local timer API. >> This will allow us to remove ARM local timer support in the near >> future and makes this driver multi-architecture friendly. > At first

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Gregory CLEMENT
On 03/13/2013 07:17 PM, Stephen Boyd wrote: > Separate the armada 370xp local timers from the local timer API. > This will allow us to remove ARM local timer support in the near > future and makes this driver multi-architecture friendly. At first view the code looks good, but when I applied your

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Gregory CLEMENT
On 03/13/2013 07:17 PM, Stephen Boyd wrote: Separate the armada 370xp local timers from the local timer API. This will allow us to remove ARM local timer support in the near future and makes this driver multi-architecture friendly. At first view the code looks good, but when I applied your

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Stephen Boyd
On 03/20/13 10:09, Gregory CLEMENT wrote: On 03/13/2013 07:17 PM, Stephen Boyd wrote: Separate the armada 370xp local timers from the local timer API. This will allow us to remove ARM local timer support in the near future and makes this driver multi-architecture friendly. At first view the

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Gregory CLEMENT
On 03/20/2013 06:09 PM, Gregory CLEMENT wrote: On 03/13/2013 07:17 PM, Stephen Boyd wrote: Separate the armada 370xp local timers from the local timer API. This will allow us to remove ARM local timer support in the near future and makes this driver multi-architecture friendly. At first

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Gregory CLEMENT
On 03/20/2013 06:20 PM, Stephen Boyd wrote: On 03/20/13 10:09, Gregory CLEMENT wrote: On 03/13/2013 07:17 PM, Stephen Boyd wrote: Separate the armada 370xp local timers from the local timer API. This will allow us to remove ARM local timer support in the near future and makes this driver

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Gregory CLEMENT
On 03/20/2013 06:26 PM, Gregory CLEMENT wrote: On 03/20/2013 06:20 PM, Stephen Boyd wrote: On 03/20/13 10:09, Gregory CLEMENT wrote: On 03/13/2013 07:17 PM, Stephen Boyd wrote: Separate the armada 370xp local timers from the local timer API. This will allow us to remove ARM local timer

Re: [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-20 Thread Stephen Boyd
On 03/20/13 10:44, Gregory CLEMENT wrote: On 03/20/2013 06:26 PM, Gregory CLEMENT wrote: On 03/20/2013 06:20 PM, Stephen Boyd wrote: On 03/20/13 10:09, Gregory CLEMENT wrote: On 03/13/2013 07:17 PM, Stephen Boyd wrote: Separate the armada 370xp local timers from the local timer API. This

[PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-13 Thread Stephen Boyd
Separate the armada 370xp local timers from the local timer API. This will allow us to remove ARM local timer support in the near future and makes this driver multi-architecture friendly. Cc: Gregory CLEMENT Signed-off-by: Stephen Boyd --- drivers/clocksource/time-armada-370-xp.c | 85

[PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API

2013-03-13 Thread Stephen Boyd
Separate the armada 370xp local timers from the local timer API. This will allow us to remove ARM local timer support in the near future and makes this driver multi-architecture friendly. Cc: Gregory CLEMENT gregory.clem...@free-electrons.com Signed-off-by: Stephen Boyd sb...@codeaurora.org ---