Re: [PATCH] fix RTC_CLASS regression with PARISC

From: David Brownell
Date: Mon Sep 08 2008 - 14:26:35 EST


On Monday 08 September 2008, James Bottomley wrote:
> Put it back again by making RTC_CLASS
> unselectable if the architecture is parisc.

Easier if those distros just wouldn't select RTC_CLASS then. :)

And long term, better to work with RTC_CLASS. Eliminate that
crufty asm-parisc/rtc.h file and one more GEN_RTC user; and
share more widely-used infrastructure.

If I read things right, that would be easy: the PARISC RTC is
two firmware calls, ptc_tod_{read,set}(), which would map to
RTC class {read,set}_time() methods of about six lines each.
The RTC framework can do UIE emulation, if needed.

- Dave

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/