Re: [U-Boot] [PATCH v2 3/3] rtc: pcf2127: Fixed bug with rtc settings and getting error time

2019-06-22 Thread Simon Glass
Hi, On Fri, 24 May 2019 at 03:23, Chuanhua Han wrote: > > The previous pcf2127 RTC chip could not read and set the correct time. > When reading the data of internal registers, the read address was the > value of register plus 1. This is because this chip requires the host > to send a stop signal

[U-Boot] [PATCH v2 3/3] rtc: pcf2127: Fixed bug with rtc settings and getting error time

2019-05-23 Thread Chuanhua Han
The previous pcf2127 RTC chip could not read and set the correct time. When reading the data of internal registers, the read address was the value of register plus 1. This is because this chip requires the host to send a stop signal after setting the register address and before reading the register