summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorXunlei Pang <pang.xunlei@linaro.org>2015-04-02 03:34:33 (GMT)
committerIngo Molnar <mingo@kernel.org>2015-04-03 06:18:29 (GMT)
commit933623c38f014b10db564f0ec44f9db64a5ced84 (patch)
tree261e97d1803cfb7614fc70d122461d95a85416e1 /COPYING
parenta015b8aabfd2fb58875dea001f1eac8100eacc2e (diff)
downloadlinux-933623c38f014b10db564f0ec44f9db64a5ced84.tar.xz
drivers/rtc/mxc: Update driver to address y2038/y2106 issues
This driver has a number of y2038/y2106 issues. This patch resolves them by: - Replacing rtc_time_to_tm() with rtc_time64_to_tm() - Replacing rtc_tm_to_time() with rtc_tm_to_time64() - Changing mxc_rtc_set_mmss() to use rtc_class_ops's set_mmss64() After this patch, the driver should not have any remaining y2038/y2106 issues. Signed-off-by: Xunlei Pang <pang.xunlei@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> Acked-by: Alessandro Zummo <a.zummo@towertech.it> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/1427945681-29972-14-git-send-email-john.stultz@linaro.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions