aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-vr41xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-03rtc: vr41xx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-6/+3
2018-05-17rtc: vr41xx: add rangeAlexandre Belloni1-0/+2
2018-05-17rtc: vr41xx: fix possible race conditionAlexandre Belloni1-2/+7
2018-05-03rtc: vr41xx: remove mktime usageArnd Bergmann1-12/+12
2017-08-24rtc: vr41xx: make alarms usefulAlexandre Belloni1-18/+0
2016-03-14rtc: vr41xx: Wire up alarm_irq_enableGeert Uytterhoeven1-6/+7
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-23drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han1-38/+12
2013-11-13drivers/rtc/rtc-vr41xx.c: fix checkpatch warningsSachin Kamat1-2/+2
2013-07-03drivers/rtc/rtc-vr41xx.c: fix error return code in rtc_probe()Wei Yongjun1-1/+3
2013-07-03rtc: rtc-vr41xx: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-03drivers/rtc/rtc-vr41xx.c: fix spacing issuesSachin Kamat1-5/+5
2013-02-21rtc: rtc-vr41xx: use dev_info() instead of printk()Jingoo Han1-1/+1
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-2/+2
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-12/+1
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz1-21/+0
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz1-11/+0
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-20/+18
2009-12-16rtc-vr41xx: use resource_size()Yoichi Yuasa1-2/+2
2009-11-12rtc-vr41xx: fix do_div() warningYoichi Yuasa1-5/+4
2009-07-03Update Yoichi Yuasa's e-mail addressYoichi Yuasa1-2/+2
2009-01-06rtc: move power of 2 periodic frequency check down into driversJonathan Cameron1-0/+3
2009-01-06rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov1-4/+4
2008-10-16drivers/rtc: use nr_irqsYinghai Lu1-2/+2
2008-07-24rtc-vr41xx: add irq_set_freq() and irq_set_state()Yoichi Yuasa1-31/+34
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+3
2007-07-12[MIPS] separate platform_device registration for VR41xx RTCYoichi Yuasa1-114/+72
2007-05-08rtc: update vr41xx alarm handlingYoichi Yuasa1-2/+26
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-07-13[MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.hYoichi Yuasa1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-25[PATCH] rtc subsystem: add capability checksAlessandro Zummo1-8/+0
2006-05-21[PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriateAlessandro Zummo1-1/+1
2006-04-11[PATCH] RTC subsystem: VR41XX driverYoichi Yuasa1-0/+471