History log of /drivers/clocksource/qcom-timer.c
Revision Date Author Comments
77422a8fee1b96d2420a8a254f784bab8644ac41 17-Aug-2014 Christoph Lameter <cl@linux.com> clocksource: Replace __this_cpu_ptr with raw_cpu_ptr

One newly introduced __this_cpu_ptr should be raw_cpu_ptr.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
013be5adf5cd6e6d58eb72f3bb0137a78be152c8 14-May-2014 Stephen Boyd <sboyd@codeaurora.org> clocksource: qcom: Implement read_current_timer for udelay

Setup the same timer used as the clocksource to be used as the
read_current_timer implementation. This allows us to support a
stable udelay implementation on MSMs where it's possible for the
CPUs to scale speeds independently of one another.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
7d6d45f86969acd57850ab4d91ea002db08ff235 30-Jan-2014 Kumar Gala <galak@codeaurora.org> clocksource: qcom: split building of legacy vs multiplatform support

The majority of the clocksource code for the Qualcomm platform is shared
between newer (multiplatform) and older platforms. However there is a bit
of code that isn't, so only build it for the appropriate config.

Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
3f8e8cee2f4bd02367583cc2d143887d1f49fd6c 29-Jan-2014 Kumar Gala <galak@codeaurora.org> clocksource: qcom: Move clocksource code out of mach-msm

We intend to share the clocksource code for MSM platforms between legacy
and multiplatform supported qcom SoCs.

Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Kumar Gala <galak@codeaurora.org>