commit | 31d4d33ef431364972f4a38401f660a2ec935cde | [log] [tgz] |
---|---|---|
author | Juergen Borleis <jbe@pengutronix.de> | Tue Feb 09 11:57:27 2016 +0100 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Mon Mar 14 17:08:17 2016 +0100 |
tree | bbfccf5b20e1ed35931e7d0aff550bb31dbf2099 | |
parent | 6cc4c8b1e3790c63b2e1b6d9b25d2bda6e406572 [diff] |
rtc: pcf85063: fix time/date setting When setting a new time/date the RTC's clock must be stopped first, in order to write the time/date registers in an atomic manner. So, this change stops the clock first and then writes the time/date registers and the clock control register (to re-enable the clock) in one turn. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>