commit | c8d5ea8ccb1ce586131c6c549899cb5073222da0 | [log] [tgz] |
---|---|---|
author | Michael Hennerich <michael.hennerich@analog.com> | Mon May 04 09:11:37 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Jun 12 06:11:47 2009 -0400 |
tree | 8577a765ef1b9c5c4813ed9ceed5a03a885894f1 | |
parent | 9ba3c24f10c948dadac2ca91ed714dfbcedd61ca [diff] |
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 <michael.hennerich@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>