Re: [U-Boot] [PATCH 1/2] rtc: Add MCP79411 support to DS1307 rtc driver

2015-11-04 Thread York Sun
On 10/21/2015 04:59 PM, Andy Fleming wrote: > The code is from Adrian Cox, and is patterned after similar > support in Linux (drivers/rtc/rtc-ds1307.c:1121-1135). This > chip is used on the Cyrus board from Varisys. > > Signed-off-by: Andy Fleming > --- > drivers/rtc/Makefile | 2 +- > driver

Re: [U-Boot] [PATCH 1/2] rtc: Add MCP79411 support to DS1307 rtc driver

2015-11-04 Thread Tom Rini
On Wed, Nov 04, 2015 at 02:34:42PM -0800, York Sun wrote: > > > On 10/21/2015 04:59 PM, Andy Fleming wrote: > > The code is from Adrian Cox, and is patterned after similar > > support in Linux (drivers/rtc/rtc-ds1307.c:1121-1135). This > > chip is used on the Cyrus board from Varisys. > > > > Si

Re: [U-Boot] [PATCH 1/2] rtc: Add MCP79411 support to DS1307 rtc driver

2015-11-04 Thread York Sun
On 10/21/2015 04:59 PM, Andy Fleming wrote: > The code is from Adrian Cox, and is patterned after similar > support in Linux (drivers/rtc/rtc-ds1307.c:1121-1135). This > chip is used on the Cyrus board from Varisys. > > Signed-off-by: Andy Fleming > --- > drivers/rtc/Makefile | 2 +- > driver

[U-Boot] [PATCH 1/2] rtc: Add MCP79411 support to DS1307 rtc driver

2015-10-21 Thread Andy Fleming
The code is from Adrian Cox, and is patterned after similar support in Linux (drivers/rtc/rtc-ds1307.c:1121-1135). This chip is used on the Cyrus board from Varisys. Signed-off-by: Andy Fleming --- drivers/rtc/Makefile | 2 +- drivers/rtc/ds1307.c | 34 ++ 2 file