
1 Apr
2017
1 Apr
'17
4:26 a.m.
On Fri, Mar 17, 2017 at 11:26 AM, Simon Glass sjg@chromium.org wrote:
On 16 March 2017 at 08:26, Bin Meng bmeng.cn@gmail.com 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 bmeng.cn@gmail.com
drivers/rtc/rtc-uclass.c | 30 ++++++++++++++++++++++++++++++ include/rtc.h | 20 ++++++++++++++++++++ 2 files changed, 50 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
applied to u-boot-x86, thanks!