]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: Add ASPEED RTC driver
authorJoel Stanley <joel@jms.id.au>
Wed, 27 Mar 2019 01:02:15 +0000 (11:32 +1030)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 4 Apr 2019 08:07:10 +0000 (10:07 +0200)
commit2c58e88ce697fd1262ca56d96a32621350e6b3f4
tree8995f38fb0dafba662a0ebe09db1a645b98f7f54
parentea6cc680aa17900e89b0d37ef750cd11d43d1944
rtc: Add ASPEED RTC driver

Read and writes the time to the non-battery backed RTC in the ASPEED BMC
system on chip families.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-aspeed.c [new file with mode: 0644]