aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-31rtc: sysfs: fix a cast removing the const attributeLABBE Corentin1-2/+2
2016-03-14rtc: implement a sysfs interface for clock offsetJoshua Clayton1-1/+34
2016-01-11rtc: Replace simple_strtoul by kstrtoulLABBE Corentin1-2/+9
2015-09-05rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov1-29/+30
2015-09-05rtc: switch wakealarm attribute to DEVICE_ATTR_RWDmitry Torokhov1-5/+3
2015-09-05rtc: make rtc_does_wakealarm() return booleanDmitry Torokhov1-2/+3
2013-07-29rtc: convert class code to use dev_groupsGreg Kroah-Hartman1-24/+24
2013-07-03rtc: add ability to push out an existing wakealarm using sysfsBernie Thompson1-5/+15
2012-10-06rtc_sysfs_show_hctosys(): display 0 if resume failedDavid Fries1-0/+6
2010-03-12rtc/hctosys: only claim the RTC provided the system time if it didUwe Kleine-König1-2/+3
2009-09-23rtc: add boot_timesource sysfs attributeMatthew Garrett1-0/+14
2008-04-28rtc: add the support for alarm time relative to current time in sysfsZhao Yakui1-1/+11
2008-02-06rtc-cmos alarm acts as oneshotDavid Brownell1-6/+13
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-3/+2
2007-10-16rtc: add max_user_freq to sysfsBryan Kadzban1-0/+24
2007-05-08rtc: remove rest of class_deviceDavid Brownell1-15/+23
2007-05-08rtc: simplified rtc sysfs attribute handlingDavid Brownell1-64/+23
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-7/+11
2007-02-12[PATCH] RTC gets sysfs wakealarm attributeDavid Brownell1-2/+101
2007-01-26[PATCH] remove __devinit markings from rtc_sysfs_add_device()Mike Frysinger1-1/+1
2006-12-13[PATCH] rtc: remove syslog spam on registrationDavid Brownell1-1/+1
2006-10-01[PATCH] rtc-sysfs fixAndrew Morton1-1/+1
2006-10-01[PATCH] RTC class uses subsys_initDavid Brownell1-1/+1
2006-03-27[PATCH] RTC subsystem: sysfs interfaceAlessandro Zummo1-0/+124