aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/class.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+5
2011-11-22rtc: Fix some bugs that allowed accumulating time drift in suspend/resumeGravatar Arve Hjønnevåg 1-5/+5
2011-11-02drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Gravatar Jonathan Cameron 1-23/+9
2011-06-21rtc: Avoid accumulating time drift in suspend/resumeGravatar John Stultz 1-17/+48
2011-04-26time: Add timekeeping_inject_sleeptimeGravatar John Stultz 1-14/+9
2011-03-29RTC: Fix early irqs caused by calling rtc_set_alarm too earlyGravatar John Stultz 1-1/+1
2011-03-09RTC: Initialize kernel state from RTCGravatar John Stultz 1-0/+7
2011-02-03RTC: Prevents a division by zero in kernel code.Gravatar Marcelo Roberto Jimenez 1-0/+1
2011-01-11Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+13
2010-12-13rtc: Namespace fixupGravatar Thomas Gleixner 1-3/+3
2010-12-10RTC: Rework RTC code to use timerqueue for eventsGravatar John Stultz 1-0/+13
2010-10-27drivers/rtc/class.c: fix device_register() error handlingGravatar Vasiliy Kulikov 1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-06rtc-core: fix memory leakGravatar Aaro Koskinen 1-0/+1
2009-01-06rtc: struct device: replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-10/+6
2007-10-16RTC: periodic irq fixGravatar Alessandro Zummo 1-0/+1
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().Gravatar john stultz 1-2/+3
2007-05-08rtc: update to class device removal patchesGravatar David Brownell 1-0/+2
2007-05-08rtc: suspend()/resume() restores system clockGravatar David Brownell 1-0/+74
2007-05-08rtc: remove rest of class_deviceGravatar David Brownell 1-11/+11
2007-05-08rtc: simplified /proc/driver/rtc handlingGravatar David Brownell 1-7/+2
2007-05-08rtc: simplified rtc sysfs attribute handlingGravatar David Brownell 1-0/+3
2007-05-08rtc: remove /sys/class/rtc-dev/*Gravatar David Brownell 1-0/+8
2007-03-01[PATCH] rtc_cmos oops fixGravatar David Brownell 1-4/+10
2006-10-01[PATCH] constify rtc_class_ops: update driversGravatar David Brownell 1-1/+1
2006-10-01[PATCH] RTC class uses subsys_initGravatar David Brownell 1-2/+2
2006-06-27[PATCH] rtc: fix idr lockingGravatar Sonny Rao 1-0/+2
2006-06-25[PATCH] rtc subsystem: add capability checksGravatar Alessandro Zummo 1-0/+1
2006-04-11[PATCH] RTC subsystem: compact error messagesGravatar Alessandro Zummo 1-0/+2
2006-03-27[PATCH] RTC subsystem: classGravatar Alessandro Zummo 1-0/+145