commit | 9f9276c34cbbf67fd1b3788f0be326b47fc69123 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 20 12:37:18 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 05 20:58:20 2015 -0600 |
tree | 90e621bf20886ea798cddeae809422c530af476a | |
parent | 199e87c340bdd69a89e22f12e1201d67767e91a8 [diff] |
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code Rename this function so that it is clear that it is provided by the RTC. Also return an error when it cannot function as expected. This is unlikely to occur since it works for dates since 1752 and many RTCs do not support such old dates. Still it is better to be accurate. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>