Re: [PATCH v3 07/10] ARC: breakout aux handling into a separate header

2016-11-04 Thread Vineet Gupta
On 11/03/2016 04:33 PM, Vineet Gupta wrote: > ARC timers use aux registers for programming and this paves way for > moving ARC timer drivers into drivers/clocksource > > Signed-off-by: Vineet Gupta > --- > arch/arc/include/asm/arcregs.h | 85 > +- > arch/

Re: [PATCH v3 07/10] ARC: breakout aux handling into a separate header

2016-11-03 Thread kbuild test robot
Hi Vineet, [auto build test ERROR on linus/master] [also build test ERROR on v4.9-rc3 next-20161028] [cannot apply to arc/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Vineet-Gupta/Mo

[PATCH v3 07/10] ARC: breakout aux handling into a separate header

2016-11-03 Thread Vineet Gupta
ARC timers use aux registers for programming and this paves way for moving ARC timer drivers into drivers/clocksource Signed-off-by: Vineet Gupta --- arch/arc/include/asm/arcregs.h | 85 +- arch/arc/include/asm/mcip.h| 2 +- include/soc/arc/aux.h