commit | 2aca0a865722fce435034cee5a33e1726fe10a9f | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Jun 27 09:56:05 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jul 12 14:28:16 2007 +0100 |
tree | 6c443cc3dc0c4d9e19d32aaf35e916a982d8ac02 | |
parent | f53f066c25036210036730d64c876ea586114425 [diff] |
[ARM] pxa: stop doing our own rtc management over suspend Remove the RTC management over a suspend/resume cycle. Firstly, we may not be using the internal RTC for time keeping; some platforms have an external RTC for this inspite of the PXA having an internal RTC. Secondly, the RTC library code handles updating system time on resume. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>