summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2012-01-04Revert "rtc: Expire alarms after the time is set."Linus Torvalds-6/+0
2012-01-03Revert "rtc: Disable the alarm in the hardware"Linus Torvalds-34/+10
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+15
2011-12-13rtc: m41t80: Workaround broken alarm functionalityJohn Stultz-0/+9
2011-12-13rtc: Expire alarms after the time is set.NeilBrown-0/+6
2011-12-09drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issuesJonghwan Choi-1/+1
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+39
2011-11-22rtc: Fix some bugs that allowed accumulating time drift in suspend/resumeArve Hjønnevåg-5/+5
2011-11-22rtc: Disable the alarm in the hardwareRabin Vincent-10/+34
2011-11-15rtc: rtc-puv3: Add __devinit and __devexit markers for probe and removeAxel Lin-2/+2
2011-11-11vrtc: change its year offset from 1960 to 1972Feng Tang-8/+11
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+17
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds-26/+39
2011-11-02drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...Uwe Kleine-König-3/+3
2011-11-02rtc: add initial support for mcp7941x partsDavid Anders-0/+27
2011-11-02drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron-23/+9
2011-11-02um: switch to use of drivers/KconfigAl Viro-1/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker-0/+17
2011-09-14drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interruptDonggeun Kim-0/+26
2011-09-14drivers/rtc/rtc-imxdi.c needs linux/sched.hAxel Lin-0/+1
2011-09-07Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds-44/+34
2011-08-26rtc: twl: Fix registration vs. init orderTodd Poynor-28/+24
2011-08-26rtc: Initialized rtc_time->tm_isdstMike Waychison-0/+2
2011-08-25drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to ha...MyungJoo Ham-42/+25
2011-08-25drivers/rtc/rtc-s3c.c: correct debug messagesMyungJoo Ham-6/+6
2011-08-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2011-08-10rtc: Fix RTC PIE frequency limitJohn Stultz-1/+1
2011-08-10rtc: rtc-twl: Remove lockdep related local_irq_enable()Sebastian Reichel-8/+0
2011-08-10rtc: rtc-twl: Switch to using threaded irqIlkka Koskinen-1/+1
2011-08-10rtc: ep93xx: Fix 'rtc' may be used uninitialized warningAxel Lin-8/+8
2011-08-03rtc-omap: fix initialization of control registerDaniel Glöckner-1/+1
2011-07-26rtc: fix hrtimer deadlockThomas Gleixner-19/+37
2011-07-26rtc: limit frequencyThomas Gleixner-1/+1
2011-07-26rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner-0/+3
2011-07-26rtc: Limit RTC PIE frequencyThomas Gleixner-1/+1
2011-07-26rtc: Fix hrtimer deadlockThomas Gleixner-19/+37
2011-07-26rtc: Handle errors correctly in rtc_irq_set_state()Thomas Gleixner-0/+3
2011-07-25Merge 'akpm' patch seriesLinus Torvalds-13/+664
2011-07-25drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König-1/+1
2011-07-25drivers/rtc/rtc-twl.c: check return value of twl_rtc_write_u8() in twl_rtc_se...Jesper Juhl-1/+1
2011-07-25drivers/rtc: add support for Qualcomm PMIC8xxx RTCAnirudh Ghayal-0/+561
2011-07-25drivers/rtc/rtc-s3c.c: support clock gatingDonggeun Kim-1/+26
2011-07-25drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200Dmitry Eremin-Solenikov-10/+75
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-18/+15
2011-07-22Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-79/+86
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-17/+48
2011-07-11Merge branch 'master' into for-nextJiri Kosina-44/+7
2011-07-01rtc: stmp3xxx: Remove UIE handlersWolfram Sang-43/+18
2011-07-01rtc: stmp3xxx: Get rid of mach-specific accessorsWolfram Sang-30/+34
2011-07-01rtc: stmp3xxx: Initialize drvdata before registering deviceWolfram Sang-2/+5