Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1709010
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 2/8] MIPS: ranchu: Add Goldfish RTC driver |
| Date | 2017-08-10 22:40 +0200 |
| Message-ID | <ud2pk-2qz-13@gated-at.bofh.it> (permalink) |
| References | <u5Jrr-7hV-1@gated-at.bofh.it> <u5Jrr-7hV-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, On 21/07/2017 at 18:53:31 +0200, Aleksandar Markovic wrote: > From: Miodrag Dinic <miodrag.dinic@imgtec.com> > > Add device driver for a virtual Goldfish RTC clock. > > The driver can be built only if CONFIG_MIPS and CONFIG_GOLDFISH are > set. 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 | 233 +++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 243 insertions(+) > create mode 100644 drivers/rtc/rtc-goldfish.c > Do you mind fixing the remaining checkpatch --strict issues, the two kbuild errors and the warning reported by Julia? Thanks! -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v3 2/8] MIPS: ranchu: Add Goldfish RTC driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-08-10 22:40 +0200 RE: [PATCH v3 2/8] MIPS: ranchu: Add Goldfish RTC driver Miodrag Dinic <Miodrag.Dinic@imgtec.com> - 2017-08-11 18:50 +0200
csiph-web