summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-vr41xx.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: vr41xx: Wire up alarm_irq_enableGeert Uytterhoeven2016-03-141-6/+7
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han2014-01-231-38/+12
* drivers/rtc/rtc-vr41xx.c: fix checkpatch warningsSachin Kamat2013-11-131-2/+2
* drivers/rtc/rtc-vr41xx.c: fix error return code in rtc_probe()Wei Yongjun2013-07-031-1/+3
* rtc: rtc-vr41xx: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-2/+0
* drivers/rtc/rtc-vr41xx.c: fix spacing issuesSachin Kamat2013-07-031-5/+5
* rtc: rtc-vr41xx: use dev_info() instead of printk()Jingoo Han2013-02-211-1/+1
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-2/+2
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-12/+1
* RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz2011-03-091-21/+0
* RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-11/+0
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-20/+18
* rtc-vr41xx: use resource_size()Yoichi Yuasa2009-12-161-2/+2
* rtc-vr41xx: fix do_div() warningYoichi Yuasa2009-11-121-5/+4
* Update Yoichi Yuasa's e-mail addressYoichi Yuasa2009-07-031-2/+2
* rtc: move power of 2 periodic frequency check down into driversJonathan Cameron2009-01-061-0/+3
* rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov2009-01-061-4/+4
* drivers/rtc: use nr_irqsYinghai Lu2008-10-161-2/+2
* rtc-vr41xx: add irq_set_freq() and irq_set_state()Yoichi Yuasa2008-07-241-31/+34
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+3
* [MIPS] separate platform_device registration for VR41xx RTCYoichi Yuasa2007-07-121-114/+72
* rtc: update vr41xx alarm handlingYoichi Yuasa2007-05-081-2/+26
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-081-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.hYoichi Yuasa2006-07-131-1/+1
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1
* [PATCH] rtc subsystem: add capability checksAlessandro Zummo2006-06-251-8/+0
* [PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriateAlessandro Zummo2006-05-211-1/+1
* [PATCH] RTC subsystem: VR41XX driverYoichi Yuasa2006-04-111-0/+471