From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 16 Mar 2017 21:26:35 -0600 Subject: [U-Boot] [PATCH 01/22] dm: rtc: Add 16-bit read/write support In-Reply-To: <1489674408-17498-2-git-send-email-bmeng.cn@gmail.com> References: <1489674408-17498-1-git-send-email-bmeng.cn@gmail.com> <1489674408-17498-2-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 ++++++++++++++++++++++++++++++ > include/rtc.h | 20 ++++++++++++++++++++ > 2 files changed, 50 insertions(+) Reviewed-by: Simon Glass