Messages in this thread |  | | Date | Fri, 25 Aug 2017 10:34:05 +0200 | From | Alexandre Belloni <> | Subject | Re: [PATCH v4 2/8] rtc: goldfish: Add RTC driver for Android emulator |
| |
On 18/08/2017 at 15:08:54 +0200, Aleksandar Markovic wrote: > From: Miodrag Dinic <miodrag.dinic@imgtec.com> > > 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> > --- > MAINTAINERS | 1 + > drivers/rtc/Kconfig | 8 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-goldfish.c | 237 +++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 247 insertions(+) > create mode 100644 drivers/rtc/rtc-goldfish.c > Applied, thanks.
-- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
|  |