aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-nuc900.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall1-1/+1
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03rtc: rtc-nuc900: remove unnecessary OOM messagesJingoo Han1-3/+2
2013-09-11drivers/rtc/rtc-nuc900.c: use NULL instead of 0Jingoo Han1-1/+1
2013-07-03drivers/rtc/rtc-nuc900.c: remove empty functionSachin Kamat1-6/+0
2013-07-03rtc: rtc-nuc900: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-18drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-29rtc: rtc-nuc900: use devm_*() functionsJingoo Han1-42/+11
2013-04-29rtc: rtc-nuc900: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-29rtc: rtc-nuc900: add __init/__exit annotationJingoo Han1-3/+3
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-1/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-15/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-11rtc/nuc900: fix build warningWan ZongShun1-1/+1
2010-08-11rtc/nuc900: modify enable/disable IRQs and driver data setting locationWan ZongShun1-11/+12
2010-08-11rtc/nuc900: make returning time checking function validWan ZongShun1-8/+4
2010-08-11rtc/nuc900: fix checking of args during time-settingWan ZongShun1-4/+10
2010-08-11nuc900/rtc: change the waiting for device ready implementWan ZongShun1-8/+7
2010-08-09fix printk typo 'faild'Paul Bolle1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16ARM: NUC900: add RTC driver support for nuc910 and nuc920Wan ZongShun1-0/+342