From: Jon Hunter Date: Thu, 6 Sep 2012 20:28:00 +0000 (-0500) Subject: ARM: OMAP: Add function to request a timer by capability X-Git-Tag: omap-for-v3.8/dt-signed~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=373fe0bdf9911c4362942162a2b4d20e6f74da5b;p=pandora-kernel.git ARM: OMAP: Add function to request a timer by capability Currently OMAP timers can be requested by requesting any available or by a numerical device ID. If a specific timer is required because it has a particular capability, such as can interrupt the on-chip DSP in addition to the ARM CPU, then the user needs to know the device ID of the timer with this feature. Therefore, add a new API called omap_dm_timer_request_by_cap() that allows drivers to request a timer by capability. Signed-off-by: Jon Hunter --- Reading git-diff-tree failed