commit | 7c1974b056712ae987637faab43d4778ff4746bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 15 14:15:42 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 11 12:22:34 2023 -0500 |
tree | 57dc63c9a91a2b85306b94b35b8deb646d5362df | |
parent | d270aae7994253fbf7f287c98668bebc1cae20b8 [diff] |
timer: Tidy up use of notrace Tracing is typically enabled by the time driver model starts up, so there is no point in adding a 'notrace' to the timer-init function. However, once the driver model timer is enabled, we do need to be able to access the timer's private data when reading the timer, so add it to the core function needed for that. Update the function's documentation while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>