From: Martin Schwidefsky Date: Tue, 23 Aug 2011 13:29:43 +0000 (+0200) Subject: clockevents: Add direct ktime programming function X-Git-Tag: v3.2-rc1~160^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65516f8a7c2028381f0dae4c16ddb621c96158cc;p=pandora-kernel.git clockevents: Add direct ktime programming function There is at least one architecture (s390) with a sane clockevent device that can be programmed with the equivalent of a ktime. No need to create a delta against the current time, the ktime can be used directly. A new clock device function 'set_next_ktime' is introduced that is called with the unmodified ktime for the timer if the clock event device has the CLOCK_EVT_FEAT_KTIME bit set. Signed-off-by: Martin Schwidefsky Cc: john stultz Link: http://lkml.kernel.org/r/20110823133142.815350967@de.ibm.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed