On 12-07-17, 10:04, Benjamin Gaignard wrote:
rtc_time_to_tm() and rtc_tm_to_time() are using 32 bits variables so they may break in y2038/2106.
This patcheset is a subset (22 vs 51) of the first version where I have only updated the drivers where I believe using 64 bits functions could help. For example hardwares using BCD like time encoding or those storing date in more than 32 bits are in this series.
I have rebase my patches on top of rtc-next and fix the errors reported by Kbuild.
While it is a good idea to cc linaro list for your patches, but you made a mistake by not cc'ing LKML for the cover-letter of this series (or any other open list for that matter). :)
Perhaps you relied on tocmd and cccmd, which don't really work on coverletters :(
Attaching my copies of those scripts, in case they help you.