Re: [PATCH v5 04/20] clocksource: Add NPS400 timers driver

2016-01-01 Thread Vineet Gupta
On Sunday 27 December 2015 06:53 PM, Noam Camus wrote: > From: Noam Camus > > Add internal tick generator which is shared by all cores. > Each cluster of cores view it through dedicated address. > This is used for SMP system where all CPUs synced by same > clock source. > > Signed-off-by: Noam C

Re: [PATCH v5 04/20] clocksource: Add NPS400 timers driver

2015-12-28 Thread Vineet Gupta
On Monday 28 December 2015 04:25 PM, Daniel Lezcano wrote: > On 12/28/2015 11:35 AM, Vineet Gupta wrote: >> On Monday 28 December 2015 02:30 PM, Daniel Lezcano wrote: > reproduce: > # save the attached .config to linux build tree >make ARCH=i386 This is meant f

Re: [PATCH v5 04/20] clocksource: Add NPS400 timers driver

2015-12-28 Thread Daniel Lezcano
On 12/28/2015 11:35 AM, Vineet Gupta wrote: On Monday 28 December 2015 02:30 PM, Daniel Lezcano wrote: reproduce: # save the attached .config to linux build tree make ARCH=i386 This is meant for ARC only (not i386), I will add to the Kconfig file a dependency on my platform. H

Re: [PATCH v5 04/20] clocksource: Add NPS400 timers driver

2015-12-28 Thread Vineet Gupta
On Monday 28 December 2015 02:30 PM, Daniel Lezcano wrote: >>> reproduce: >>># save the attached .config to linux build tree >>> make ARCH=i386 >> >> This is meant for ARC only (not i386), I will add to the Kconfig file a >> dependency on my platform. > > Hi Noam, > > for compilatio

Re: [PATCH v5 04/20] clocksource: Add NPS400 timers driver

2015-12-28 Thread kbuild test robot
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system] Hi Noam, [auto build test ERROR on arc/for-next] [also build test ERROR on v4.4-rc6 next-20151223] url: https://github.com/0day-ci/linux/commits/Noam-Camus/Adding-plat-eznps-to-ARC/20151227-2

Re: [PATCH v5 04/20] clocksource: Add NPS400 timers driver

2015-12-28 Thread Daniel Lezcano
On 12/27/2015 10:41 PM, Noam Camus wrote: From: kbuild test robot Sent: Sunday, December 27, 2015 4:55 PM [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] Hi Noam, [auto build test ERROR on arc/for-next] [also build test ERROR on v4.4-rc

Re: [PATCH v5 04/20] clocksource: Add NPS400 timers driver

2015-12-27 Thread Noam Camus
>From: kbuild test robot >Sent: Sunday, December 27, 2015 4:55 PM >[if your patch is applied to the wrong git tree, please drop us a note to help >improving the system] >Hi Noam, >[auto build test ERROR on arc/for-next] >[also build test ERROR on v4.4-rc6 next-20151223] >url: >https://gith

[PATCH v5 04/20] clocksource: Add NPS400 timers driver

2015-12-27 Thread Noam Camus
From: Noam Camus Add internal tick generator which is shared by all cores. Each cluster of cores view it through dedicated address. This is used for SMP system where all CPUs synced by same clock source. Signed-off-by: Noam Camus Cc: Daniel Lezcano Cc: Rob Herring Cc: Thomas Gleixner Cc: Joh