Re: [PATCH 05/22] clocksource: Add driver for the Cortina Gemini

2017-01-26 Thread Daniel Lezcano
On Sun, Jan 22, 2017 at 01:17:17PM +0100, Linus Walleij wrote: > This is a rewrite of the Gemini timer > driver in arch/arm/mach-gemini/timer.c trying to do everything > the device tree way: > > - Make every IO-access relative to a base address and dynamic > so we can do a dynamic ioremap and ge

[PATCH 05/22] clocksource: Add driver for the Cortina Gemini

2017-01-22 Thread Linus Walleij
This is a rewrite of the Gemini timer driver in arch/arm/mach-gemini/timer.c trying to do everything the device tree way: - Make every IO-access relative to a base address and dynamic so we can do a dynamic ioremap and get going. - Do not poke around directly in the global syscon registers, ac