On Wed, Mar 9, 2022 at 10:26 PM Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx> wrote: > > While the RTC can store dates from year 0000 to 9999, leap years where not > tested fro 2100. The driver currently stores tm_year directly which will from* > probably fail at that time or more probably in 2300. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx> > --- > drivers/rtc/rtc-spear.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>