summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-test.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: test: enable wakeup flagsRoman Stratiienko2019-05-231-0/+1
* rtc: test: use .set_timeAlexandre Belloni2019-04-081-4/+4
* rtc: test: do not use assignment in if conditionAlexandre Belloni2019-04-041-1/+2
* rtc: test: Switch to SPDX identifierAlexandre Belloni2018-09-281-4/+1Star
* rtc: test: make license text and module license match.Alexandre Belloni2018-09-281-1/+1
* rtc: test: make array pdev staticColin Ian King2018-07-121-1/+1
* rtc: test: remove alarm support from the first deviceAlexandre Belloni2018-06-071-1/+13
* rtc: test: convert to devm_rtc_allocate_deviceAlexandre Belloni2018-06-071-3/+4
* rtc: test: remove irq sysfs fileAlexandre Belloni2018-05-311-39/+0Star
* rtc: test: emulate alarms using timersAlexandre Belloni2018-05-311-4/+52
* rtc: test: store time as an offset to system timeAlexandre Belloni2018-05-311-16/+23
* rtc: test: allow registering many devicesAlexandre Belloni2018-05-311-24/+24
* rtc: test: remove useless proc infoAlexandre Belloni2018-05-311-11/+0Star
* rtc: test: remove obsolete .set_mmssAlexandre Belloni2018-05-261-17/+2Star
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-2/+1Star
* drivers/rtc/test: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-2/+17
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* rtc: fix potential race conditionAlessandro Zummo2014-04-041-6/+3Star
* rtc: rtc-test: use devm_rtc_device_register()Jingoo Han2013-04-301-6/+4Star
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
* drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun2012-12-181-7/+7
* RTC: Fix the cross interrupt issue on rtc-test.Marcelo Roberto Jimenez2011-03-091-4/+9
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-18/+3Star
* rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto2009-06-201-2/+0Star
* rtc: use set_mmss when set_time is not availableAlessandro Zummo2009-01-071-7/+1Star
* rtc: silence section mismatch warning in rtc-testSam Ravnborg2008-04-281-4/+4
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-081-3/+3
* [PATCH] RTC: handle sysfs errorsJeff Garzik2006-12-071-1/+8
* [PATCH] rtc class locking bugfixesDavid Brownell2006-11-251-0/+2
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriateAlessandro Zummo2006-05-211-1/+1
* [PATCH] RTC subsystem: compact error messagesAlessandro Zummo2006-04-111-2/+0Star
* [PATCH] RTC subsystem: fix proc outputAlessandro Zummo2006-04-111-1/+0Star
* [PATCH] RTC subsystem: test device/driverAlessandro Zummo2006-03-271-0/+204