summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2011-03-29RTC: Fix s3c compile error due to missing s3c_rtc_setpieVasily Khoruzhick-2/+0
2011-03-29RTC: Fix early irqs caused by calling rtc_set_alarm too earlyJohn Stultz-1/+27
2011-03-29drivers: Final irq namespace conversionThomas Gleixner-3/+3
2011-03-22rtc: add real-time clock driver for NVIDIA TegraAndrew Chew-0/+499
2011-03-22drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram fileVasiliy Kulikov-1/+1
2011-03-22drivers/rtc/rtc-isl1208.c: add alarm supportRyan Mallon-5/+171
2011-03-22rtc: convert DS1374 to dev_pm_opsMark Brown-6/+13
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-3/+1
2011-03-18Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-3/+3
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds-2/+2
2011-03-17Merge remote-tracking branch 'origin' into spi/nextGrant Likely-899/+271
2011-03-17spi/rtc-{ds1390,ds3234,m41t94}: Use spi_get_drvdata() for SPI devicesGeert Uytterhoeven-3/+3
2011-03-17rtc: change to new flag variablematt mooney-3/+1
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King-352/+417
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-5/+4
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+57
2011-03-09RTC: sa1100: Update the sa1100 RTC driver.Marcelo Roberto Jimenez-108/+3
2011-03-09RTC: Fix the cross interrupt issue on rtc-test.Marcelo Roberto Jimenez-4/+9
2011-03-09RTC: Remove UIE and PIE information from the sa1100 driver proc.Marcelo Roberto Jimenez-9/+2
2011-03-09RTC: Include information about UIE and PIE in RTC driver proc.Marcelo Roberto Jimenez-0/+8
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz-225/+0
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz-236/+1
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz-103/+0
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz-208/+0
2011-03-09RTC: Initialize kernel state from RTCJohn Stultz-0/+187
2011-03-04drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie()Axel Lin-5/+7
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely-5/+4
2011-02-25drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chipLei Xu-5/+9
2011-02-25RTC: fix typo in drivers/rtc/rtc-at91sam9.cJelle Martijn Kok-1/+1
2011-02-23rtc: cmos: Add OF bindingsSebastian Andrzej Siewior-0/+45
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King-2/+2
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner-318/+376
2011-02-22Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner-394/+599
2011-02-18Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+135
2011-02-17RTC: Re-enable UIE timer/polling emulationJohn Stultz-2/+18
2011-02-17RTC: Revert UIE emulation removalJohn Stultz-0/+116
2011-02-17RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König-3/+2
2011-02-14Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-313/+232
2011-02-14mrst/vrtc: Avoid using cmos rtc opsFeng Tang-1/+12
2011-02-11drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open()Alexander Strakh-1/+5
2011-02-03RTC: Fix minor compile warningJohn Stultz-2/+2
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz-297/+223
2011-02-03RTC: Fix rtc driver ioctl specific shortcuttingJohn Stultz-14/+7
2011-02-03RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez-0/+4
2011-01-21RTC: Remove Kconfig symbol for UIE emulationUwe Kleine-König-12/+0
2011-01-21RTC: Properly handle rtc_read_alarm error propagation and fix bugJohn Stultz-3/+9
2011-01-21RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz-21/+28
2011-01-14mfd: Support LP3974 RTCMyungJoo Ham-5/+49
2011-01-13rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin-1/+2
2011-01-13rtc-cmos: fix suspend/resumePaul Fox-7/+9