OSDN Git Service

rtc: pcf85063: preserve control register value between stop and start
authorAlvin Šipraga <alvin@airtame.com>
Sun, 15 Jul 2018 21:31:53 +0000 (23:31 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 28 Jul 2018 12:49:25 +0000 (14:49 +0200)
commitec9cf1b7a6af2c0cffaa887351e7c7acced5290e
tree761e0285b6c2ddb2a36058a76586da4c4325dafa
parent8856541557f3626beec43aa0821b2e0f031f0153
rtc: pcf85063: preserve control register value between stop and start

Fix a bug that caused the Control_1 register to get zeroed whenever the
RTC time is set. The problem occurred between stopping and starting the
RTC clock, wherein the return value of a successful I2C write function
would get written to the register.

Also update variables of the start and stop functions to be more
consistent with the rest of the driver.

Signed-off-by: Alvin Šipraga <alvin@airtame.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf85063.c