All of lore.kernel.org
 help / color / mirror / Atom feed
* char: legacy RTC cleanups
@ 2016-04-26 21:44 ` Arnd Bergmann
  0 siblings, 0 replies; 95+ messages in thread
From: Arnd Bergmann @ 2016-04-26 21:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: tony.luck, geert, jejb, deller, benh, mpe, dalias, dhowells,
	yasutake.koichi, rth, ink, linux-alpha, x86, a.zummo,
	alexandre.belloni, linux-kernel, linux-ia64, linux-parisc,
	linuxppc-dev, linux-sh, rtc-linux, linux-arch

I've had these patches in my tree for a while, after the first one
had a few issues that are fixed in this new version. The old-style
PC RTC driver is now also disabled on m68k (as pointed out by
Geert), ppc (it was also blacklisted), and m32r (I showed that
it did not build).

For the genrtc driver, rearranging the headers makes it simpler
to use and reduces duplication. In case of alpha and mn10300,
I've shown that the genrtc and rtc drivers are doing the same
thing, so we don't need them both. The remaining three
architectures (m68k, parisc, powerpc) actually all support
the newer rtc-generic driver, so we could remove genrtc completely
if we want to.

	Arnd


^ permalink raw reply	[flat|nested] 95+ messages in thread

end of thread, other threads:[~2016-04-27 12:46 UTC | newest]

Thread overview: 95+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26 21:44 char: legacy RTC cleanups Arnd Bergmann
2016-04-26 21:44 ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44 ` Arnd Bergmann
2016-04-26 21:44 ` [PATCH 1/8] char/rtc: replace blacklist with whitelist Arnd Bergmann
2016-04-26 21:44   ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44   ` Arnd Bergmann
2016-04-27  8:31   ` Alexandre Belloni
2016-04-27  8:31     ` [rtc-linux] " Alexandre Belloni
2016-04-27  8:31     ` Alexandre Belloni
2016-04-26 21:44 ` [PATCH 2/8] char/rtc: legacy RTC is no longer supported on x86 Arnd Bergmann
2016-04-26 21:44   ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44   ` Arnd Bergmann
2016-04-27  8:35   ` Alexandre Belloni
2016-04-27  8:35     ` [rtc-linux] " Alexandre Belloni
2016-04-27  8:35     ` Alexandre Belloni
2016-04-27 10:05   ` Thomas Gleixner
2016-04-27 10:05     ` Thomas Gleixner
2016-04-26 21:44 ` [PATCH 3/8] char/rtc: remove empty asm/mc146818rtc.h files Arnd Bergmann
2016-04-26 21:44   ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44   ` Arnd Bergmann
2016-04-27  8:41   ` Alexandre Belloni
2016-04-27  8:41     ` [rtc-linux] " Alexandre Belloni
2016-04-27  8:41     ` Alexandre Belloni
2016-04-26 21:44 ` [PATCH 4/8] char/rtc: move mc146818rtc code out of asm-generic/rtc.h Arnd Bergmann
2016-04-26 21:44   ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44   ` Arnd Bergmann
2016-04-27  9:29   ` Alexandre Belloni
2016-04-27  9:29     ` [rtc-linux] " Alexandre Belloni
2016-04-27  9:29     ` Alexandre Belloni
2016-04-27  9:59     ` Arnd Bergmann
2016-04-27  9:59       ` [rtc-linux] " Arnd Bergmann
2016-04-27  9:59       ` Arnd Bergmann
2016-04-26 21:44 ` [PATCH 5/8] char/genrtc: powerpc: use asm-generic/rtc.h Arnd Bergmann
2016-04-26 21:44   ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44   ` Arnd Bergmann
2016-04-26 21:44 ` [PATCH 6/8] char/genrtc: parisc: " Arnd Bergmann
2016-04-26 21:44   ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44   ` Arnd Bergmann
2016-04-26 22:07   ` Rolf Eike Beer
2016-04-26 22:07     ` Rolf Eike Beer
2016-04-27 11:21     ` Arnd Bergmann
2016-04-27 11:21       ` [rtc-linux] " Arnd Bergmann
2016-04-27 11:21       ` Arnd Bergmann
2016-04-27 11:35       ` Arnd Bergmann
2016-04-27 11:35         ` [rtc-linux] " Arnd Bergmann
2016-04-27 11:35         ` Arnd Bergmann
2016-04-27 11:55         ` Geert Uytterhoeven
2016-04-27 11:55           ` Geert Uytterhoeven
2016-04-27 11:55           ` [rtc-linux] " Geert Uytterhoeven
2016-04-27 11:55           ` Geert Uytterhoeven
2016-04-27 11:55           ` Geert Uytterhoeven
2016-04-27 12:44           ` Arnd Bergmann
2016-04-27 12:44             ` Arnd Bergmann
2016-04-27 12:44             ` [rtc-linux] " Arnd Bergmann
2016-04-27 12:44             ` Arnd Bergmann
2016-04-27 12:44             ` Arnd Bergmann
2016-04-26 21:44 ` [PATCH 7/8] char/genrtc: disallow building on Alpha Arnd Bergmann
2016-04-26 21:44   ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44   ` Arnd Bergmann
2016-04-26 21:44 ` [PATCH 8/8] char/genrtc: disallow building on mn10300 Arnd Bergmann
2016-04-26 21:44   ` [rtc-linux] " Arnd Bergmann
2016-04-26 21:44   ` Arnd Bergmann
2016-04-27  7:54 ` char: legacy RTC cleanups Geert Uytterhoeven
2016-04-27  7:54   ` Geert Uytterhoeven
2016-04-27  7:54   ` [rtc-linux] " Geert Uytterhoeven
2016-04-27  7:54   ` Geert Uytterhoeven
2016-04-27  7:54   ` Geert Uytterhoeven
2016-04-27  8:33   ` Arnd Bergmann
2016-04-27  8:33     ` Arnd Bergmann
2016-04-27  8:33     ` Arnd Bergmann
2016-04-27  8:33     ` [rtc-linux] " Arnd Bergmann
2016-04-27  8:33     ` Arnd Bergmann
2016-04-27  8:33     ` Arnd Bergmann
2016-04-27  8:41     ` Geert Uytterhoeven
2016-04-27  8:41       ` Geert Uytterhoeven
2016-04-27  8:41       ` [rtc-linux] " Geert Uytterhoeven
2016-04-27  8:41       ` Geert Uytterhoeven
2016-04-27  8:41       ` Geert Uytterhoeven
2016-04-27  9:44 ` Alexandre Belloni
2016-04-27  9:44   ` [rtc-linux] " Alexandre Belloni
2016-04-27  9:44   ` Alexandre Belloni
2016-04-27 10:07   ` Arnd Bergmann
2016-04-27 10:07     ` [rtc-linux] " Arnd Bergmann
2016-04-27 10:07     ` Arnd Bergmann
2016-04-27 10:19     ` Geert Uytterhoeven
2016-04-27 10:19       ` Geert Uytterhoeven
2016-04-27 10:19       ` [rtc-linux] " Geert Uytterhoeven
2016-04-27 10:19       ` Geert Uytterhoeven
2016-04-27 10:19       ` Geert Uytterhoeven
2016-04-27 11:30       ` Arnd Bergmann
2016-04-27 11:30         ` Arnd Bergmann
2016-04-27 11:30         ` Arnd Bergmann
2016-04-27 11:30         ` [rtc-linux] " Arnd Bergmann
2016-04-27 11:30         ` Arnd Bergmann
2016-04-27 11:30         ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.