Re: [U-Boot] [PATCH v2 2/2] rtc: Add DM support to ds1307

2017-04-28 Thread Chris Packham
On Sat, Apr 29, 2017 at 12:27 PM, Simon Glass wrote: > Hi Chris, > > On 25 April 2017 at 23:19, Chris Packham wrote: >> Add an implementation of the ds1307 driver that uses the driver model >> i2c APIs. >> >> Signed-off-by: Chris Packham

Re: [U-Boot] [PATCH v2 2/2] rtc: Add DM support to ds1307

2017-04-28 Thread Simon Glass
Hi Chris, On 25 April 2017 at 23:19, Chris Packham wrote: > Add an implementation of the ds1307 driver that uses the driver model > i2c APIs. > > Signed-off-by: Chris Packham > > --- > > Changes in v2: None > > drivers/rtc/Kconfig | 7 ++ >

[U-Boot] [PATCH v2 2/2] rtc: Add DM support to ds1307

2017-04-25 Thread Chris Packham
Add an implementation of the ds1307 driver that uses the driver model i2c APIs. Signed-off-by: Chris Packham --- Changes in v2: None drivers/rtc/Kconfig | 7 ++ drivers/rtc/ds1307.c | 196 ++- 2 files changed, 184