summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-nuc900.c
AgeCommit message (Expand)AuthorLines
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-04-03rtc: rtc-nuc900: remove unnecessary OOM messagesJingoo Han-3/+2
2013-09-11drivers/rtc/rtc-nuc900.c: use NULL instead of 0Jingoo Han-1/+1
2013-07-03drivers/rtc/rtc-nuc900.c: remove empty functionSachin Kamat-6/+0
2013-07-03rtc: rtc-nuc900: remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-05-18drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang-5/+0
2013-04-29rtc: rtc-nuc900: use devm_*() functionsJingoo Han-42/+11
2013-04-29rtc: rtc-nuc900: use module_platform_driver_probe()Jingoo Han-12/+1
2013-04-29rtc: rtc-nuc900: add __init/__exit annotationJingoo Han-3/+3
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman-3/+3
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang-1/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz-15/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-08-11rtc/nuc900: fix build warningWan ZongShun-1/+1
2010-08-11rtc/nuc900: modify enable/disable IRQs and driver data setting locationWan ZongShun-11/+12
2010-08-11rtc/nuc900: make returning time checking function validWan ZongShun-8/+4
2010-08-11rtc/nuc900: fix checking of args during time-settingWan ZongShun-4/+10
2010-08-11nuc900/rtc: change the waiting for device ready implementWan ZongShun-8/+7
2010-08-09fix printk typo 'faild'Paul Bolle-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-16ARM: NUC900: add RTC driver support for nuc910 and nuc920Wan ZongShun-0/+342