aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-31rtc: rename core filesGravatar Alexandre Belloni 1-358/+0
2018-12-10rtc: Switch to use %ptRGravatar Andy Shevchenko 1-10/+6
2018-08-27rtc: sysfs: fix NULL check in rtc_add_groups()Gravatar Dan Carpenter 1-2/+2
2018-08-14rtc: sysfs: facilitate attribute add to rtc deviceGravatar Denis Osterland 1-0/+43
2018-03-17rtc: Add RTC rangeGravatar Alexandre Belloni 1-0/+12
2017-11-10rtc: sysfs: Use time64_t variables to set time/alarmGravatar Baolin Wang 1-12/+13
2017-06-03rtc: sysfs: make name uniformGravatar Alexandre Belloni 1-1/+2
2016-08-31rtc: sysfs: fix a cast removing the const attributeGravatar LABBE Corentin 1-2/+2
2016-03-14rtc: implement a sysfs interface for clock offsetGravatar Joshua Clayton 1-1/+34
2016-01-11rtc: Replace simple_strtoul by kstrtoulGravatar LABBE Corentin 1-2/+9
2015-09-05rtc: switch to using is_visible() to control sysfs attributesGravatar Dmitry Torokhov 1-29/+30
2015-09-05rtc: switch wakealarm attribute to DEVICE_ATTR_RWGravatar Dmitry Torokhov 1-5/+3
2015-09-05rtc: make rtc_does_wakealarm() return booleanGravatar Dmitry Torokhov 1-2/+3
2013-07-29rtc: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 1-24/+24
2013-07-03rtc: add ability to push out an existing wakealarm using sysfsGravatar Bernie Thompson 1-5/+15
2012-10-06rtc_sysfs_show_hctosys(): display 0 if resume failedGravatar David Fries 1-0/+6
2010-03-12rtc/hctosys: only claim the RTC provided the system time if it didGravatar Uwe Kleine-König 1-2/+3
2009-09-23rtc: add boot_timesource sysfs attributeGravatar Matthew Garrett 1-0/+14
2008-04-28rtc: add the support for alarm time relative to current time in sysfsGravatar Zhao Yakui 1-1/+11
2008-02-06rtc-cmos alarm acts as oneshotGravatar David Brownell 1-6/+13
2007-10-18Add missing newlines to some uses of dev_<level> messagesGravatar Joe Perches 1-3/+2
2007-10-16rtc: add max_user_freq to sysfsGravatar Bryan Kadzban 1-0/+24
2007-05-08rtc: remove rest of class_deviceGravatar David Brownell 1-15/+23
2007-05-08rtc: simplified rtc sysfs attribute handlingGravatar David Brownell 1-64/+23
2007-05-08rtc: rtc interfaces don't use class_deviceGravatar David Brownell 1-7/+11
2007-02-12[PATCH] RTC gets sysfs wakealarm attributeGravatar David Brownell 1-2/+101
2007-01-26[PATCH] remove __devinit markings from rtc_sysfs_add_device()Gravatar Mike Frysinger 1-1/+1
2006-12-13[PATCH] rtc: remove syslog spam on registrationGravatar David Brownell 1-1/+1
2006-10-01[PATCH] rtc-sysfs fixGravatar Andrew Morton 1-1/+1
2006-10-01[PATCH] RTC class uses subsys_initGravatar David Brownell 1-1/+1
2006-03-27[PATCH] RTC subsystem: sysfs interfaceGravatar Alessandro Zummo 1-0/+124