]> git.sur5r.net Git - u-boot/commit
rtc: adding RX8010SJ rtc driver
authorNandor Han <nandor.han@ge.com>
Wed, 10 Jan 2018 19:31:27 +0000 (20:31 +0100)
committerStefano Babic <sbabic@denx.de>
Sun, 4 Feb 2018 11:00:58 +0000 (12:00 +0100)
commit958a2106f5af62d47e3b522ef4bbf3c13185dfb1
treef4659edf3460dbfa43b26454c81b6a4c9008f5ad
parent8d9bde0dbb1972f7cfff3757238abe311e21d4d0
rtc: adding RX8010SJ rtc driver

Add a new driver for RX8010SJ rtc chip. The driver implements both
formats of U-Boot driver model.

Signed-off-by: Nandor Han <nandor.han@ge.com>
Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rx8010sj.c [new file with mode: 0644]