mbox series

[v2,0/6] simplify rtc-generic driver

Message ID 1461707551-1337971-1-git-send-email-arnd@arndb.de
Headers show
Series simplify rtc-generic driver | expand

Message

Arnd Bergmann April 26, 2016, 9:52 p.m. UTC
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.

	Arnd