Re: [PATCH v3 00/10] Move ARC timer code into drivers/clocksource/

2016-11-08 Thread Vineet Gupta
On 11/03/2016 04:33 PM, Vineet Gupta wrote: > Hi, > > This series addresses the long pending move of ARC timer code into > drivers/clocksource/. > > Thx, > -Vineet > > v2 -> v3 > > - Fixed a bunch of typos in changelogs[Daniel] > > - aux.h: stubs for {read,write

[PATCH v3 00/10] Move ARC timer code into drivers/clocksource/

2016-11-03 Thread Vineet Gupta
Hi, This series addresses the long pending move of ARC timer code into drivers/clocksource/. Thx, -Vineet v2 -> v3 - Fixed a bunch of typos in changelogs [Daniel] - aux.h: stubs for {read,write}_aux_reg() inline functions(vs. macros) to cleanly avoid warnings in !ARC