[PATCH v2 12/12] ARM: imx: move timer driver into drivers/clocksource
Shawn Guo
shawn.guo at linaro.org
Sun May 24 22:19:41 PDT 2015
On Fri, May 22, 2015 at 06:28:59PM +0000, Shenwei Wang wrote:
> > @@ -52,3 +52,4 @@ obj-$(CONFIG_ARCH_INTEGRATOR_AP) +=
> > timer-integrator-ap.o
> > obj-$(CONFIG_CLKSRC_VERSATILE) += versatile.o
> > obj-$(CONFIG_CLKSRC_MIPS_GIC) += mips-gic-timer.o
> > obj-$(CONFIG_ASM9260_TIMER) += asm9260_timer.o
> > +obj-$(CONFIG_ARCH_MXC) += timer-imx.o
>
> Because there are several types of timers on imx family socs, and this is the driver for the GPT block only, so it would be better to change the file name to timer-gpt.c
>
Okay, I decided to name it timer-imx-gpt.c, so that when people try to
find the timer driver for i.MX in drivers/clocksource folder, it will be
easier.
Shawn
More information about the linux-arm-kernel
mailing list