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