aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08rtc: test: use .set_timeAlexandre Belloni1-4/+4
2019-04-04rtc: test: do not use assignment in if conditionAlexandre Belloni1-1/+2
2018-09-28rtc: test: Switch to SPDX identifierAlexandre Belloni1-4/+1
2018-09-28rtc: test: make license text and module license match.Alexandre Belloni1-1/+1
2018-07-12rtc: test: make array pdev staticColin Ian King1-1/+1
2018-06-07rtc: test: remove alarm support from the first deviceAlexandre Belloni1-1/+13
2018-06-07rtc: test: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+4
2018-05-31rtc: test: remove irq sysfs fileAlexandre Belloni1-39/+0
2018-05-31rtc: test: emulate alarms using timersAlexandre Belloni1-4/+52
2018-05-31rtc: test: store time as an offset to system timeAlexandre Belloni1-16/+23
2018-05-31rtc: test: allow registering many devicesAlexandre Belloni1-24/+24
2018-05-31rtc: test: remove useless proc infoAlexandre Belloni1-11/+0
2018-05-26rtc: test: remove obsolete .set_mmssAlexandre Belloni1-17/+2
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-2/+1
2015-04-03drivers/rtc/test: Update driver to address y2038/y2106 issuesXunlei Pang1-2/+17
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03rtc: fix potential race conditionAlessandro Zummo1-6/+3
2013-04-29rtc: rtc-test: use devm_rtc_device_register()Jingoo Han1-6/+4
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-17drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun1-7/+7
2011-03-09RTC: Fix the cross interrupt issue on rtc-test.Marcelo Roberto Jimenez1-4/+9
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-18/+3
2009-06-19rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto1-2/+0
2009-01-06rtc: use set_mmss when set_time is not availableAlessandro Zummo1-7/+1
2008-04-28rtc: silence section mismatch warning in rtc-testSam Ravnborg1-4/+4
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-3/+3
2006-12-07[PATCH] RTC: handle sysfs errorsJeff Garzik1-1/+8
2006-11-25[PATCH] rtc class locking bugfixesDavid Brownell1-0/+2
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-05-21[PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriateAlessandro Zummo1-1/+1
2006-04-11[PATCH] RTC subsystem: compact error messagesAlessandro Zummo1-2/+0
2006-04-11[PATCH] RTC subsystem: fix proc outputAlessandro Zummo1-1/+0
2006-03-27[PATCH] RTC subsystem: test device/driverAlessandro Zummo1-0/+204