aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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
2011-05-06rtc: msm6242: Initialize drvdata before registering deviceJohn Stultz1-1/+2
2011-05-06rtc: max8998: Initialize drvdata before registering deviceJohn Stultz1-2/+3
2011-05-06rtc: max8925: Initialize drvdata before registering deviceJohn Stultz1-2/+3
2011-05-06rtc: m41t80: Initialize clientdata before registering deviceJohn Stultz1-2/+3
2011-05-06rtc: ds1286: Initialize drvdata before registering deviceJohn Stultz1-1/+1
2011-05-06rtc: ep93xx: Initialize drvdata before registering deviceWolfram Sang1-3/+2
2011-05-06rtc: davinci: Initialize drvdata before registering deviceWolfram Sang1-2/+3
2011-05-06rtc: mxc: Initialize drvdata before registering deviceWolfram Sang1-8/+11
2011-04-28rtc: max8925: Call dev_set_drvdata before rtc_device_registerZhangfei Gao1-1/+2
2011-04-25Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericssonLinus Torvalds1-2/+2
2011-04-20rtc: fix coh901331 startup crashLinus Walleij1-2/+2
2011-04-18RTC: rtc-omap: Fix a leak of the IRQ during init failureAxel Lin1-1/+1
2011-04-16Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-for-linus', 'timer-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-3/+29
2011-04-14drivers/rtc/rtc-mc13xxx.c: fix unterminated platform_device_id tableAxel Lin1-0/+1
2011-04-13Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstultz/linux into timers/urgentThomas Gleixner4-3/+29
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds5-6/+6
2011-04-07rtc, x86/mrst/vrtc: Fix boot crash in rtc_read_alarm()Feng Tang1-3/+4
2011-04-06RTC: rtc-mrst: follow on to the change of rtc_device_register()Feng Tang1-3/+4
2011-04-04rtc-mrst: Fix section typesMajor Lee1-5/+5
2011-03-31Fix common misspellingsLucas De Marchi5-6/+6
2011-03-29RTC: add missing "return 0" in new alarm func for rtc-bfin.cMike Frysinger1-0/+2
2011-03-29RTC: Fix s3c compile error due to missing s3c_rtc_setpieVasily Khoruzhick1-2/+0
2011-03-29RTC: Fix early irqs caused by calling rtc_set_alarm too earlyJohn Stultz2-1/+27
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-3/+3
2011-03-22rtc: add real-time clock driver for NVIDIA TegraAndrew Chew3-0/+499
2011-03-22drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram fileVasiliy Kulikov1-1/+1
2011-03-22drivers/rtc/rtc-isl1208.c: add alarm supportRyan Mallon1-5/+171
2011-03-22rtc: convert DS1374 to dev_pm_opsMark Brown1-6/+13
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-3/+1
2011-03-18Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-3/+3
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+2
2011-03-17Merge remote-tracking branch 'origin' into spi/nextGrant Likely34-899/+271
2011-03-17spi/rtc-{ds1390,ds3234,m41t94}: Use spi_get_drvdata() for SPI devicesGeert Uytterhoeven3-3/+3
2011-03-17rtc: change to new flag variablematt mooney1-3/+1
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King28-352/+417
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+4
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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