diff options
author | Yauhen Kharuzhy <jekhor@gmail.com> | 2012-01-10 15:10:32 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-10 16:30:52 -0800 |
commit | 7287be1d0ac8c82999b67c2a33517c6ec9cfdbe7 (patch) | |
tree | 7ed79d428bec700c2288c83cf3d685f87aa7019a /Kbuild | |
parent | b43c1ea4d622b6951377de92edfb219d893e23ef (diff) | |
download | blackbird-obmc-linux-7287be1d0ac8c82999b67c2a33517c6ec9cfdbe7.tar.gz blackbird-obmc-linux-7287be1d0ac8c82999b67c2a33517c6ec9cfdbe7.zip |
drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC
There is no way to track year in the i.MX1 RTC: Days Counter register is
9-bit wide only. Attempt to save date after 1970-01-01 plus 512 days
causes endless loop in mxc_rtc_set_mmss(). Fix this by resetting year to
1970.
[akpm@linux-foundation.org: use conventional comment layout]
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Cc: Daniel Mack <daniel@caiaq.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions