summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2011-08-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2011-08-03rtc-omap: fix initialization of control registerDaniel Glöckner1-1/+1
2011-07-26rtc: fix hrtimer deadlockThomas Gleixner1-19/+37
2011-07-26rtc: limit frequencyThomas Gleixner1-1/+1
2011-07-26rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner1-0/+3
2011-07-26rtc: Limit RTC PIE frequencyThomas Gleixner1-1/+1
2011-07-26rtc: Fix hrtimer deadlockThomas Gleixner1-19/+37
2011-07-26rtc: Handle errors correctly in rtc_irq_set_state()Thomas Gleixner1-0/+3
2011-07-25Merge 'akpm' patch seriesLinus Torvalds7-13/+664
2011-07-25drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König1-1/+1
2011-07-25drivers/rtc/rtc-twl.c: check return value of twl_rtc_write_u8() in twl_rtc_se...Jesper Juhl1-1/+1
2011-07-25drivers/rtc: add support for Qualcomm PMIC8xxx RTCAnirudh Ghayal3-0/+561
2011-07-25drivers/rtc/rtc-s3c.c: support clock gatingDonggeun Kim1-1/+26
2011-07-25drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200Dmitry Eremin-Solenikov2-10/+75
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds10-18/+15
2011-07-22Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-79/+86
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-17/+48
2011-07-11Merge branch 'master' into for-nextJiri Kosina4-44/+7
2011-07-01rtc: stmp3xxx: Remove UIE handlersWolfram Sang1-43/+18
2011-07-01rtc: stmp3xxx: Get rid of mach-specific accessorsWolfram Sang1-30/+34
2011-07-01rtc: stmp3xxx: Initialize drvdata before registering deviceWolfram Sang1-2/+5
2011-07-01rtc: stmp3xxx: Port stmp-functions to mxs-equivalentsWolfram Sang2-17/+17
2011-07-01rtc: stmp3xxx: Restore register definitionsWolfram Sang1-37/+60
2011-07-01rtc: vt8500: Use define instead of hardcoded value for status bitWolfram Sang1-2/+4
2011-06-27drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338Priyanka Jain1-0/+1
2011-06-23rtc: vt8500: Fix build error & cleanup rtc_class_ops->update_irq_enable()Alexey Charkov1-42/+3
2011-06-21rtc: Avoid accumulating time drift in suspend/resumeJohn Stultz1-17/+48
2011-06-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches10-18/+15
2011-06-09unicore32: move rtc-puv3.c to drivers/rtc directoryGuan Xuetao3-0/+369
2011-06-08spi/rtc-m41t93: Use spi_get_drvdata() for SPI devicesGeert Uytterhoeven1-1/+1
2011-06-01rtc: Staticize non-exported __rtc_set_alarm()Mark Brown1-1/+1
2011-06-01rtc: Fix ioctl error path returnJohn Stultz1-1/+2
2011-05-26drivers/rtc/rtc-mxc.c: remove defines already included in rtc.hWolfram Sang1-6/+0
2011-05-26drivers/rtc/rtc-pcf50633.c: don't request update IRQLars-Peter Clausen1-20/+3
2011-05-26rtc: add support for spear rtcRajeev Kumar3-0/+543
2011-05-26drivers/rtc/rtc-mrst.c: use release_mem_region after request_mem_regionJulia Lawall1-2/+2
2011-05-26rtc: add basic support for ST M41T93 SPI RTCVoss, Nikolaus3-0/+235
2011-05-26rtc: add rv3029c2 RTC supportHeiko Schocher3-0/+464
2011-05-26rtc: add EM3027 rtc driverMike Rapoport3-0/+171
2011-05-26rtc: add support for the RTC in VIA VT8500 and compatiblesAlexey Charkov3-0/+374
2011-05-26mfd: Add rtc support to 88pm860xHaojian Zhuang3-0/+438
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-0/+170
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-19/+11
2011-05-17tile: add an RTC driver for the Tilera hypervisorChris Metcalf3-0/+170
2011-05-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-26/+40
2011-05-11drivers/rtc/rtc-s3c.c: fixup wake support for rtcBen Dooks1-3/+10
2011-05-06rtc: mc13xxx: Don't call rtc_device_register while holding lockUwe Kleine-König1-2/+6
2011-05-06rtc: rp5c01: Initialize drvdata before registering deviceJohn Stultz1-2/+3
2011-05-06rtc: pcap: Initialize drvdata before registering deviceJohn Stultz1-1/+3