Hi, this series brings some improvement and cleanup for the armada 38x RTC.
The errata for this RTC gave us more information on how to work around it. The first patch implement it. The second patch convert the driver to the time64_t usage. And the last patch make the driver really usable on 64 bits architecture. These last two patches are a preliminary step allowing using this driver on the Armada 7K/8K which are 64 bits ARM SoCs which use the same RTC IP. Thanks, Gregory Gregory CLEMENT (2): rtc: armada38x: Convert to time64_t rtc: armada38x: Prepare for being use on 64 bits Shaker Daibes (1): rtc: armada38x: improve RTC errata implementation drivers/rtc/rtc-armada38x.c | 145 ++++++++++++++++++++++++++++++-------------- 1 file changed, 100 insertions(+), 45 deletions(-) -- 2.10.2 -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
