]> git.ipfire.org Git - people/ms/u-boot.git/commit
timer: Support tracing fully
authorSimon Glass <sjg@chromium.org>
Wed, 24 Feb 2016 16:14:48 +0000 (09:14 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Feb 2016 15:53:10 +0000 (08:53 -0700)
commit4f051824b5c2a6bf8d3114c772676977fb95969a
tree19790bd2551a1783952709dbe92406fe1bda9edb
parentf91281b1eb8897cb49a395666aa58ae4c8c62c6c
timer: Support tracing fully

A few of the functions in the timer uclass are not marked with 'notrace'. Fix
this so that tracing can be used with CONFIG_TRACE.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/timer/timer-uclass.c