summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2014-11-21rtc: s5m: Add sentinel into array to fix out-of-bound memory accessSeung-Woo Kim1-0/+1
2014-11-18rtc: s5m: Adjust kernel message level to debug.Jonghwa Lee1-6/+6
2014-11-18rtc: s3c: Control RTC's source clockChanwoo Choi1-1/+12
2014-11-18rtc: s5m-rtc: add real-time clock driver for s5m8767/s2mps14Sangbeom Kim3-0/+1014
2014-11-18mfd: max8998: Add support for Device TreeTomasz Figa1-1/+1
2014-11-18mfd: max8998: Add irq domain supportTomasz Figa1-1/+11
2014-06-26rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON1-2/+14
2014-02-13rtc-cmos: Add an alarm disable quirkBorislav Petkov1-1/+51
2014-02-06rtc: max8907: weekday encoding fixesStephen Warren1-6/+5
2013-12-20drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrapLinus Pizunski1-0/+2
2013-09-14drivers/rtc/rtc-max77686.c: Fix wrong registerSangjung Woo1-2/+2
2013-07-21drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irqAxel Lin1-1/+1
2013-06-12rtc-at91rm9200: use shadow IMR on at91sam9x5Johan Hovold1-0/+7
2013-06-12rtc-at91rm9200: add shadow interrupt maskJohan Hovold1-1/+38
2013-06-12rtc-at91rm9200: refactor interrupt-register handlingJohan Hovold1-14/+29
2013-06-12rtc-at91rm9200: add configuration supportJohan Hovold1-8/+38
2013-06-12rtc-at91rm9200: add match-table compile guardJohan Hovold1-0/+2
2013-06-12drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with devi...Tony Lindgren1-0/+1
2013-06-12drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channelDerek Basehore1-1/+3
2013-06-12drivers/rtc/rtc-tps6586x.c: device wakeup flags correctionDmitry Osipenko1-1/+2
2013-05-24drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencingTomasz Figa1-1/+1
2013-05-24drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-21/+0
2013-05-18drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang4-21/+0
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz1-2/+0
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-0/+1
2013-05-08rtc: rtc-tile: add missing platform_device_unregister() when module exitWei Yongjun1-0/+1
2013-05-07drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach1-0/+5
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+71
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2013-04-29drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()Wei Yongjun1-0/+1
2013-04-29drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_idAxel Lin1-1/+0
2013-04-29drivers/rtc/rtc-at91rm9200.c: fix missing iounmapJohan Hovold1-3/+11
2013-04-29rtc: rtc-twl: convert twl4030rtc_driver to dev_pm_opsJingoo Han1-10/+6
2013-04-29rtc: rtc-stmp3xxx: convert stmp3xxx_rtcdrv to dev_pm_opsJingoo Han1-9/+8
2013-04-29rtc: rtc-spear: convert spear_rtc_driver to dev_pm_opsJingoo Han1-10/+8
2013-04-29rtc: rtc-puv3: convert puv3_rtc_driver to dev_pm_opsJingoo Han1-15/+12
2013-04-29rtc: rtc-omap: convert omap_rtc_driver to dev_pm_opsJingoo Han1-14/+10
2013-04-29rtc: rtc-coh901331: convert coh901331_driver to dev_pm_opsJingoo Han1-13/+11
2013-04-29rtc: rtc-bfin: convert bfin_rtc_driver to dev_pm_opsJingoo Han1-12/+6
2013-04-29rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_opsJingoo Han1-13/+10
2013-04-29drivers/rtc/rtc-max6902.c: use register defines instead of magic numbersAxel Lin1-10/+10
2013-04-29rtc: rtc-v3020: use devm_*() functionsJingoo Han1-10/+3
2013-04-29rtc: rtc-stmp3xxx: use devm_*() functionsJingoo Han1-23/+11
2013-04-29rtc: rtc-sa1100: use devm_*() functionsJingoo Han1-12/+5
2013-04-29rtc: rtc-s35390a: use devm_*() functionsJingoo Han1-8/+6
2013-04-29rtc: rtc-rs5c372: use devm_*() functionsJingoo Han1-19/+11