Re: [PATCH v3 2/5] clocksource: qcom: Move clocksource code out of mach-msm

2014-02-10 Thread Stephen Boyd
On 02/06, Kumar Gala wrote: > diff --git a/arch/arm/mach-msm/timer.c b/drivers/clocksource/qcom-timer.c > similarity index 98% > rename from arch/arm/mach-msm/timer.c > rename to drivers/clocksource/qcom-timer.c > index fd16449..dca829e 100644 > --- a/arch/arm/mach-msm/timer.c > +++ b/drivers/clock

[PATCH v3 2/5] clocksource: qcom: Move clocksource code out of mach-msm

2014-02-06 Thread Kumar Gala
We intend to share the clocksource code for MSM platforms between legacy and multiplatform supported qcom SoCs. Acked-by: Olof Johansson Signed-off-by: Kumar Gala --- arch/arm/mach-msm/Kconfig | 13 + arch/arm/mach-msm/Makefile