OSDN Git Service

rtc: goldfish: Add RTC driver for Android emulator
authorMiodrag Dinic <miodrag.dinic@imgtec.com>
Fri, 18 Aug 2017 13:08:54 +0000 (15:08 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 31 Aug 2017 23:10:18 +0000 (01:10 +0200)
commitf22d9cdcb5eb7ed1c4629a167474d68df0003a3d
treea38a9630da976b655a0c51db92af0fee8c434357
parent7a08de1d8fd27ac60ed8ce7a15efb88471014080
rtc: goldfish: Add RTC driver for Android emulator

Add device driver for a virtual RTC device in Android emulator.

The compatible string used by OS for binding the driver is defined
as "google,goldfish-rtc".

Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
Signed-off-by: Goran Ferenc <goran.ferenc@imgtec.com>
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
MAINTAINERS
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-goldfish.c [new file with mode: 0644]