From: Michael Hennerich Date: Mon, 4 May 2009 09:11:37 +0000 (+0000) Subject: Blackfin: update gptimers API X-Git-Tag: v2.6.31-rc1~361^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d5ea8ccb1ce586131c6c549899cb5073222da0;p=pandora-kernel.git Blackfin: update gptimers API First we fix the prototypes for functions that return boolean values by using "int" rather than "uint16_t". Then we introduce a get_gptimer_run() function for checking the current run status of a timer, and then we add a disable_gptimers_sync() function which parallels disable_gptimers() with corresponding normal "_sync" behavior. Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed