summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+57
2011-03-09RTC: sa1100: Update the sa1100 RTC driver.Marcelo Roberto Jimenez1-108/+3
2011-03-09RTC: Fix the cross interrupt issue on rtc-test.Marcelo Roberto Jimenez1-4/+9
2011-03-09RTC: Remove UIE and PIE information from the sa1100 driver proc.Marcelo Roberto Jimenez1-9/+2
2011-03-09RTC: Include information about UIE and PIE in RTC driver proc.Marcelo Roberto Jimenez1-0/+8
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz9-225/+0
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz16-236/+1
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz8-103/+0
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz10-208/+0
2011-03-09RTC: Initialize kernel state from RTCJohn Stultz2-0/+187
2011-03-05drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie()Axel Lin1-5/+7
2011-02-26drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chipLei Xu1-5/+9
2011-02-26RTC: fix typo in drivers/rtc/rtc-at91sam9.cJelle Martijn Kok1-1/+1
2011-02-24rtc: cmos: Add OF bindingsSebastian Andrzej Siewior1-0/+45
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner25-318/+376
2011-02-22Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner17-394/+599
2011-02-19Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+135
2011-02-18RTC: Re-enable UIE timer/polling emulationJohn Stultz2-2/+18
2011-02-18RTC: Revert UIE emulation removalJohn Stultz2-0/+116
2011-02-18RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König1-3/+2
2011-02-14Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-313/+232
2011-02-14mrst/vrtc: Avoid using cmos rtc opsFeng Tang1-1/+12
2011-02-12drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open()Alexander Strakh1-1/+5
2011-02-04RTC: Fix minor compile warningJohn Stultz2-2/+2
2011-02-04RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz18-297/+223
2011-02-04RTC: Fix rtc driver ioctl specific shortcuttingJohn Stultz1-14/+7
2011-02-03RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez2-0/+4
2011-01-21RTC: Remove Kconfig symbol for UIE emulationUwe Kleine-König1-12/+0
2011-01-21RTC: Properly handle rtc_read_alarm error propagation and fix bugJohn Stultz1-3/+9
2011-01-21RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz1-21/+28
2011-01-14mfd: Support LP3974 RTCMyungJoo Ham1-5/+49
2011-01-13rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin1-1/+2
2011-01-13rtc-cmos: fix suspend/resumePaul Fox1-7/+9
2011-01-13drivers/rtc/rtc-omap.c: fix a memory leakAxel Lin1-2/+4
2011-01-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+2
2011-01-11Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-329/+390
2011-01-11Merge remote branch 'gcl/next' into nextBenjamin Herrenschmidt1-1/+1
2011-01-11i2c: Constify i2c_client where possibleJean Delvare1-6/+6
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds5-5/+5
2011-01-07Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-34/+127
2011-01-06Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-0/+595
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King1-34/+127
2010-12-24rtc: don't use flush_scheduled_work()Tejun Heo5-5/+5
2010-12-23rtc: rs5c372: fix buffer sizeWolfram Sang1-1/+1
2010-12-21ARM: 6455/2: Better use of the RTC framework for sa11xx.Marcelo Roberto Jimenez1-24/+74
2010-12-14rtc: Namespace fixupThomas Gleixner2-24/+24
2010-12-11RTC: Remove UIE emulationJohn Stultz1-104/+0
2010-12-11RTC: Rework RTC code to use timerqueue for eventsJohn Stultz3-225/+390
2010-11-29rtc-cmos.c : Fix warning on PowerPCSrikanth Krishnakar1-1/+2
2010-11-17x86, mrst: Add explanation for using 1960 as the year offset for vrtcFeng Tang1-1/+5