On 11 June 2014 05:17, Kevin Hilman khilman@linaro.org wrote:
Viresh Kumar viresh.kumar@linaro.org writes:
Clockevent devices switch to ONESHOT_STOPPED mode when they are no longer required, i.e. expires == KTIME_MAX. We have taken care of all the call sites (we were aware of), where clockevent device must be switched back to ONESHOT mode.
To make sure we haven't missed any corner case, do WARN() when we try to program next event while we are still configured in ONESHOT_STOPPED mode.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
IMO, this one should probably just be folded into 2/5.
Right.