1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-13 22:12:06 +02:00
Files
u-boot-megous/drivers/rtc
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
..
2019-07-13 11:11:26 -04:00
2019-08-11 16:43:41 -04:00
2019-07-22 11:04:52 +02:00
2019-05-31 23:27:12 +02:00
2019-07-13 11:11:28 -04:00
2019-07-29 09:32:12 -04:00