aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-26rtc-ds1307: typo fix found by coverityDavid Brownell1-1/+1
2007-07-26fix missing arguments in drivers/rtc/rtc-stk17ta8.cAl Viro1-2/+4
2007-07-26rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.Markus Brunner1-0/+1
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-2/+3
2007-07-21rtc: add support for STK17TA8 chipThomas Hommel3-0/+431
2007-07-21rtc: update and use the MAX6900 century byteDale Farnsworth1-24/+72
2007-07-21rtc kconfig: point out need for static linkageDavid Brownell1-0/+3
2007-07-21rtc: do not return void valueAtsushi Nemoto2-2/+2
2007-07-20sh: Fix up SH-3 and SH-4 driver dependencies.Paul Mundt1-1/+1
2007-07-19RTC: add periodic irq support to rtc-cmosAlessandro Zummo1-2/+31
2007-07-17OMAP: add TI TWL92330/Menelaus Power Management chip driverTony Lindgren1-0/+9
2007-07-17rtc-ds1307 becomes new-style i2c driverDavid Brownell1-75/+53
2007-07-17rtc-ds1307: oscillator restart for ds13{37,38,39,40}Rodolfo Giometti1-21/+45
2007-07-17RTC driver for DS1216 chipsThomas Bogendoerfer3-0/+233
2007-07-17rtc: add support for the ST M48T59 RTCMark Zhan3-0/+502
2007-07-17rtc: watchdog support for rtc-m41t80 driverAtsushi Nemoto2-0/+295
2007-07-17rtc: add rtc-m41t80 driverAtsushi Nemoto3-0/+642
2007-07-17RTC Kconfig tweaxDavid Brownell1-4/+4
2007-07-17RTC_CLASS is no longer considered EXPERIMENTALAlessandro Zummo1-1/+0
2007-07-17Driver for the Atmel on-chip RTC on AT32AP700x devicesHans-Christian Egtvedt3-0/+325
2007-07-17rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driverHans-Christian Egtvedt1-0/+2
2007-07-17rtc-rs5c372 becomes a new-style i2c driverDavid Brownell2-63/+36
2007-07-17rtc-ds1307 cleanupsDavid Brownell1-52/+124
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2007-07-15Blackfin On-Chip RTC driver update for supporting BF54xMike Frysinger1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-10/+12
2007-07-12Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-114/+72
2007-07-12[MIPS] separate platform_device registration for VR41xx RTCYoichi Yuasa1-114/+72
2007-07-12i2c: Delete outdated x1205 driver documentationJean Delvare1-1/+4
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui2-8/+12
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo2-2/+0
2007-07-10[POWERPC] Fix drivers/rtc/Kconfig for powerpcWade Farnsworth1-1/+1
2007-06-01RTC: use fallback IRQ if PNP tables don't provide oneMatthew Garrett1-3/+10
2007-05-17rtc kconfig clarificationDavid Brownell1-3/+3
2007-05-17rtc-omap build fixDavid Brownell1-2/+2
2007-05-11Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2007-05-11rtc-rs5c313.c: add error handling to avoid hardware hangupkogiidena1-1/+18
2007-05-11rtc-rs5c313.c: rtc_time value are fixedkogiidena1-1/+2
2007-05-11rtc-rs5c313.c: error and warning are fixedkogiidena2-4/+4
2007-05-11[MIPS] Use RTC_CMOS for CobaltYoichi Yuasa1-1/+1
2007-05-10[S390] Kconfig: unwanted menus for s390.Martin Schwidefsky1-0/+1
2007-05-09Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-4/+4
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-09rtc: rtc-sh: Fix rtc_dev pointer for rtc_update_irq().Paul Mundt1-3/+3
2007-05-09rtc: rtc-sh: Fix up dev_dbg() warnings.Paul Mundt1-1/+1
2007-05-08rtc-cmos: make it load on PNPBIOS systemsMarko Vrh1-9/+9
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell3-31/+43
2007-05-08revert "rtc: Add rtc_merge_alarm()"Andrew Morton1-81/+0
2007-05-08rtc-cmos wakeup interfaceDavid Brownell1-10/+27
2007-05-08rtc: update vr41xx alarm handlingYoichi Yuasa1-2/+26