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