OSDN Git Service

clockevents: Add helpers to check the state of a clockevent device
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 21 May 2015 08:03:45 +0000 (13:33 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 2 Jun 2015 12:40:47 +0000 (14:40 +0200)
commit3434d23b694e5cb6e44e966914563406c31c4053
treee382aa8d0a8603cc708650bc00336975632e220b
parentac34ad27fc160b5bd31c731cdaaf6e1d1890ccb2
clockevents: Add helpers to check the state of a clockevent device

Some clockevent drivers, once migrated to use per-state callbacks,
need to check the state of the clockevent device in their callbacks or
interrupt handler.

Add accessor functions clockevent_state_*() to get this information.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linaro-kernel@lists.linaro.org
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/04a717d490335c688dd7af899fbcede97e1bb8ee.1432192527.git.viresh.kumar@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/clockchips.h