aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11rtc: fix module reference count in rtc-procGeliang Tang1-3/+5
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2012-10-06rtc-proc: permit the /proc/driver/rtc device to use other devicesKim, Milo1-2/+22
2011-03-09RTC: Include information about UIE and PIE in RTC driver proc.Marcelo Roberto Jimenez1-0/+8
2011-02-11drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open()Alexander Strakh1-1/+5
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-8/+2
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-5/+3
2007-05-08rtc: remove rest of class_deviceDavid Brownell1-1/+1
2007-05-08rtc: simplified /proc/driver/rtc handlingDavid Brownell1-47/+4
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-8/+11
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2006-12-13[PATCH] rtc framewok: rtc_wkalrm.enabled reporting updatesDavid Brownell1-1/+1
2006-12-13[PATCH] rtc: remove syslog spam on registrationDavid Brownell1-1/+1
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-10-01[PATCH] RTC class: error checksDavid Brownell1-1/+1
2006-10-01[PATCH] RTC class uses subsys_initDavid Brownell1-1/+1
2006-04-11[PATCH] RTC subsystem: fix proc outputAlessandro Zummo1-0/+2
2006-03-27[PATCH] RTC subsystem: proc interfaceAlessandro Zummo1-0/+162