summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-dev.c
AgeCommit message (Expand)AuthorLines
2007-07-31rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMDThomas Hommel-0/+2
2007-07-17rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driverHans-Christian Egtvedt-0/+2
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell-3/+39
2007-05-08rtc: update to class device removal patchesDavid Brownell-1/+4
2007-05-08rtc: remove rest of class_deviceDavid Brownell-7/+7
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell-14/+13
2007-05-08rtc: remove /sys/class/rtc-dev/*David Brownell-86/+20
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven-1/+1
2007-02-09[PATCH] trivial __user annotations - rtc-devAl Viro-1/+1
2006-12-13[PATCH] rtc: remove syslog spam on registrationDavid Brownell-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-6/+19
2006-11-25[PATCH] rtc class locking bugfixesDavid Brownell-5/+7
2006-11-25[PATCH] rtc framework handles periodic irqsDavid Brownell-1/+12
2006-11-22WorkStruct: make allyesconfigDavid Howells-3/+4
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell-2/+2
2006-10-01[PATCH] RTC class uses subsys_initDavid Brownell-1/+1
2006-10-01[PATCH] rtc: remove superfluous call to call to cdev_del()Rolf Eike Beer-1/+0
2006-06-25[PATCH] rtc subsystem: add capability checksAlessandro Zummo-7/+22
2006-06-25[PATCH] RTC: rtc-dev UIE emulationAtsushi Nemoto-0/+102
2006-05-21[PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriateAlessandro Zummo-3/+3
2006-05-01[PATCH] RTC: rtc-dev tweak for 64-bit kernelAtsushi Nemoto-6/+11
2006-03-27[PATCH] RTC subsystem: dev interfaceAlessandro Zummo-0/+382