summaryrefslogtreecommitdiff
path: root/include/linux/rtc.h
AgeCommit message (Collapse)Author
2003-03-20[PATCH] Genrtc updatesGeert Uytterhoeven
Genrtc: Sync generic RTC driver with 2.4.x.
2003-02-15[PATCH] correct the spelling of correction and correctlySteven Cole
2002-08-12[PATCH] A generic RTC driver [1/3]Tom Rini
This is the current version of the genrtc driver from the m68k community. This is slightly different than the version I have sent previously in that it has been switched to C99-style initializers, which was done in the current m68k CVS tree by Geert Uytterhoeven, and the needed changes to select/compile it in general. I had previously asked the m68k community if anyone objected to this being submitted by me, and I got Richard Zidlicky's (who's at the top of the file) approval, as well as Geert Uytterhoeven's approval.
2002-02-25[PATCH] Patch - sharing RTC timer between kernel and user space (2nd)Jaroslav Kysela
This patch to allow using of RTC timer inside the kernel space. We can use the RTC timer as timing source for ALSA sequencer. Patch by Takashi. The patch adds these three functions and one structure to rtc.h and rtc.c: typedef struct rtc_task { void (*func)(void *private_data); void *private_data; } rtc_task_t; int rtc_register(rtc_task_t *task); int rtc_unregister(rtc_task_t *task); int rtc_control(rtc_task_t *t, unsigned int cmd, unsigned long arg); Jaroslav
2002-02-04v2.4.0.11 -> v2.4.0.12Linus Torvalds
- Get non-cpuid Cyrix probing right (it's not a NexGen) - Jens Axboe: cdrom tray status and queing cleanups - AGP GART: don't disable VIA, and allow i815 with external AGP - Coda: use iget4() in order to have big inode numbers without clashes. - Fix UDF writepage() page locking - NIIBE Yutaka: SuperH update - Martin Diehl and others: SiS pirq routing fixes - Andy Grover: ACPI update - Andrea Arkangeli: LVM update - Ingo Molnar: RAID cleanups - David Miller: sparc and networking updates - Make NFS really be able to handle large files
2002-02-04Import changesetLinus Torvalds