summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-nuc900.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* rtc: rtc-nuc900: remove unnecessary OOM messagesJingoo Han2014-04-031-3/+2
* drivers/rtc/rtc-nuc900.c: use NULL instead of 0Jingoo Han2013-09-111-1/+1
* drivers/rtc/rtc-nuc900.c: remove empty functionSachin Kamat2013-07-031-6/+0
* rtc: rtc-nuc900: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-2/+0
* drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* rtc: rtc-nuc900: use devm_*() functionsJingoo Han2013-04-291-42/+11
* rtc: rtc-nuc900: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* rtc: rtc-nuc900: add __init/__exit annotationJingoo Han2013-04-291-3/+3
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-1/+1
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-15/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * fix printk typo 'faild'Paul Bolle2010-08-091-1/+1
* | rtc/nuc900: fix build warningWan ZongShun2010-08-111-1/+1
* | rtc/nuc900: modify enable/disable IRQs and driver data setting locationWan ZongShun2010-08-111-11/+12
* | rtc/nuc900: make returning time checking function validWan ZongShun2010-08-111-8/+4
* | rtc/nuc900: fix checking of args during time-settingWan ZongShun2010-08-111-4/+10
* | nuc900/rtc: change the waiting for device ready implementWan ZongShun2010-08-111-8/+7
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ARM: NUC900: add RTC driver support for nuc910 and nuc920Wan ZongShun2009-12-161-0/+342
OpenPOWER on IntegriCloud