Re: [U-Boot] [RESPIN PATCH v2 01/15] dm: rtc: Support mc146818 driver in driver model

2015-06-23 Thread Simon Glass
On 23 June 2015 at 19:45, Simon Glass wrote: > On 22 June 2015 at 22:18, Bin Meng wrote: >> Add driver model support to the mc146818 rtc driver. Also clean up >> the driver a little bit for coding convention issues. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - New patch to s

Re: [U-Boot] [RESPIN PATCH v2 01/15] dm: rtc: Support mc146818 driver in driver model

2015-06-23 Thread Simon Glass
On 22 June 2015 at 22:18, Bin Meng wrote: > Add driver model support to the mc146818 rtc driver. Also clean up > the driver a little bit for coding convention issues. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - New patch to support mc146818 driver in driver model > > drivers/rtc/m

[U-Boot] [RESPIN PATCH v2 01/15] dm: rtc: Support mc146818 driver in driver model

2015-06-22 Thread Bin Meng
Add driver model support to the mc146818 rtc driver. Also clean up the driver a little bit for coding convention issues. Signed-off-by: Bin Meng --- Changes in v2: - New patch to support mc146818 driver in driver model drivers/rtc/mc146818.c | 312 -