diff options
| author | Xunlei Pang <[email protected]> | 2015-04-01 20:34:29 -0700 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2015-04-03 08:18:25 +0200 |
| commit | 5c7e11bc66647f2e4bc95de9b4302fff6d612f3a (patch) | |
| tree | 2c6a4e6e0be4b0e4d838bac8626c18b71ae8c2ef /tools/perf/scripts/python/bin | |
| parent | 4d644ab84c6ed66f7a628c74d83c34d85bec13bf (diff) | |
drivers/rtc/ab3100: Update driver to address y2038/y2106 issues
This driver has a number of y2038/y2106 issues.
This patch resolves them by:
- Replacing rtc_tm_to_time() with rtc_tm_to_time64()
- Replacing rtc_time_to_tm() with rtc_time64_to_tm()
- Changing ab3100_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 <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Acked-by: Alessandro Zummo <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions