Patrick Delaunay fed51572c8 rtc: stm32: manage 2 digit limitation on year
STM32 RTC manages only 2 digits for YEAR
(Year tens and units in BCD format in RTC_DR register).

With this patch, RTC driver assumes that tm->tm_years is between
2000 and 2099; tm->tm_year - 2000 have only 2 digit
(0 > and <= 99).

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2019-08-27 09:36:56 +02:00
..
2018-07-24 09:25:23 -04:00
2019-07-13 11:11:26 -04:00
2018-07-25 15:00:24 +02:00
2019-08-11 16:43:41 -04:00
2019-07-22 11:04:52 +02:00
2018-07-30 16:02:29 -04:00
2018-06-05 20:19:09 -04:00
2018-06-05 20:19:09 -04:00
2019-05-31 23:27:12 +02:00
2018-11-29 09:30:05 -07:00
2019-07-13 11:11:28 -04:00
2018-02-04 12:00:58 +01:00
2019-07-29 09:32:12 -04:00
2018-07-25 15:00:24 +02:00