Re: [U-Boot] [PATCH 01/22] dm: rtc: Add 16-bit read/write support

2017-03-31 Thread Bin Meng
On Fri, Mar 17, 2017 at 11:26 AM, Simon Glass wrote: > On 16 March 2017 at 08:26, Bin Meng wrote: >> At present there are only 8-bit and 32-bit read/write routines in >> the rtc uclass driver. This adds the 16-bit support. >> >> Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH 01/22] dm: rtc: Add 16-bit read/write support

2017-03-16 Thread Simon Glass
On 16 March 2017 at 08:26, Bin Meng wrote: > At present there are only 8-bit and 32-bit read/write routines in > the rtc uclass driver. This adds the 16-bit support. > > Signed-off-by: Bin Meng > --- > > drivers/rtc/rtc-uclass.c | 30

[U-Boot] [PATCH 01/22] dm: rtc: Add 16-bit read/write support

2017-03-16 Thread Bin Meng
At present there are only 8-bit and 32-bit read/write routines in the rtc uclass driver. This adds the 16-bit support. Signed-off-by: Bin Meng --- drivers/rtc/rtc-uclass.c | 30 ++ include/rtc.h| 20 2 files