| To: | Roman Zippel <zippel@linux-m68k.org> |
|---|---|
| Subject: | Re: [RFC] generic MIPS RTC driver |
| From: | Richard Zidlicky <rz@linux-m68k.org> |
| Date: | Tue, 13 Nov 2001 14:42:40 +0100 |
| Cc: | Geert Uytterhoeven <geert@linux-m68k.org>, Jun Sun <jsun@mvista.com>, "Maciej W. Rozycki" <macro@ds2.pg.gda.pl>, Linux/MIPS Development <linux-mips@oss.sgi.com>, Linux/m68k <linux-m68k@lists.linux-m68k.org>, Linux/PPC Development <linuxppc-dev@lists.linuxppc.org> |
| In-reply-to: | <3BF0371F.8040575B@linux-m68k.org>; from zippel@linux-m68k.org on Mon, Nov 12, 2001 at 09:54:55PM +0100 |
| References: | <Pine.GSO.4.21.0111122055010.10720-100000@mullein.sonytel.be> <3BF0371F.8040575B@linux-m68k.org> |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.2.5i |
On Mon, Nov 12, 2001 at 09:54:55PM +0100, Roman Zippel wrote: > Hi, > > Geert Uytterhoeven wrote: > > > > Geert, what is the abstraction they used? > > > > At first sight, we only use get_rtc_time() and mach_hwclk(). > > Over the weekend I changed it into set_rtc_time()/get_rtc_time(), which > are now defined in <asm/rtc.h>, so mach_hwclk() is gone in the generic > part. > Another feature is the emulation of the timer interrupt, although I have > no idea which program is using this. hwclock and a bunch of less known porgrams like chrony. Where the interrupt can be generated its a clear win, otherwise it might be more reasonable to return EINVAL instead of trying to emulate it - presumably hwclock can use some fallback method. Btw the interrupt need not to be hardware, for the Q40 I test a rtc register once per jiffie and generate a "soft interrupt". It could be done generic at least for m68k. Bye Richard |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | gt-64120 bootloader??, Joe Y. |
|---|---|
| Next by Date: | Re: [RFC] generic MIPS RTC driver, Tom Rini |
| Previous by Thread: | Re: [RFC] generic MIPS RTC driver, Roman Zippel |
| Next by Thread: | Re: [RFC] generic MIPS RTC driver, Roman Zippel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |