Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1388748
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/6] simplify rtc-generic driver |
| Date | 2016-04-27 10:00 +0200 |
| Message-ID | <rssy6-5VB-13@gated-at.bofh.it> (permalink) |
| References | <rsjbs-6Bl-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Arnd,
On Tue, Apr 26, 2016 at 11:52 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> This is a resend of an earlier series, to clean up the rtc-generic
> driver by avoiding the dependency on the architecture specific
> include/asm/rtc.h header that after this series is only used
> for the deprecated "genrtc" driver. As I've shown in another
> series, only three architectures (m68k, powerpc, parisc)
> actually use the genrtc driver, and they all support rtc-generic
> as a replacement as well.
>
> The only missing piece appears to be the ioctl support for
> the m68k q40 machine that I'm adding in patch 2 here.
Apparently I had applied your previous version to my local tree, but I had
completely forgotten about it. So it has received quite some compile testing.
CONFIG_GEN_RTC is not enabled in any of the m68k defconfigs, so I think it's
been unused for a while.
CONFIG_RTC_DRV_GENERIC is modular, so I typically don't run-test it.
I just did that, and after fixing patch 1 to use IS_ENABLED() it worked fine
on ARAnyM.
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
I do not have a Q40, so I couldn't test that part.
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/6] simplify rtc-generic driver Arnd Bergmann <arnd@arndb.de> - 2016-04-27 00:00 +0200
[PATCH v2 4/6] rtc: parisc: provide rtc_class_ops directly Arnd Bergmann <arnd@arndb.de> - 2016-04-27 00:00 +0200
Re: [PATCH v2 4/6] rtc: parisc: provide rtc_class_ops directly kbuild test robot <lkp@intel.com> - 2016-04-27 02:30 +0200
Re: [PATCH v2 4/6] rtc: parisc: provide rtc_class_ops directly Arnd Bergmann <arnd@arndb.de> - 2016-04-27 12:20 +0200
[PATCH v2 2/6] rtc: m68k: provide ioctl for q40 Arnd Bergmann <arnd@arndb.de> - 2016-04-27 00:00 +0200
Re: [PATCH v2 0/6] simplify rtc-generic driver Geert Uytterhoeven <geert@linux-m68k.org> - 2016-04-27 10:00 +0200
csiph-web