aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* OMAP: add TI TWL92330/Menelaus Power Management chip driverTony Lindgren2007-07-171-0/+9
* rtc-ds1307 becomes new-style i2c driverDavid Brownell2007-07-171-75/+53
* rtc-ds1307: oscillator restart for ds13{37,38,39,40}Rodolfo Giometti2007-07-171-21/+45
* RTC driver for DS1216 chipsThomas Bogendoerfer2007-07-173-0/+233
* rtc: add support for the ST M48T59 RTCMark Zhan2007-07-173-0/+502
* rtc: watchdog support for rtc-m41t80 driverAtsushi Nemoto2007-07-172-0/+295
* rtc: add rtc-m41t80 driverAtsushi Nemoto2007-07-173-0/+642
* RTC Kconfig tweaxDavid Brownell2007-07-171-4/+4
* RTC_CLASS is no longer considered EXPERIMENTALAlessandro Zummo2007-07-171-1/+0
* Driver for the Atmel on-chip RTC on AT32AP700x devicesHans-Christian Egtvedt2007-07-173-0/+325
* rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driverHans-Christian Egtvedt2007-07-171-0/+2
* rtc-rs5c372 becomes a new-style i2c driverDavid Brownell2007-07-172-63/+36
* rtc-ds1307 cleanupsDavid Brownell2007-07-171-52/+124
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-07-161-1/+1
|\
| * [POWERPC] Fix drivers/rtc/Kconfig for powerpcWade Farnsworth2007-07-101-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-122-10/+12
|\ \
| * | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-112-8/+12
| * | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-112-2/+0
| |/
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-07-121-114/+72
|\ \
| * | [MIPS] separate platform_device registration for VR41xx RTCYoichi Yuasa2007-07-121-114/+72
| |/
* | i2c: Delete outdated x1205 driver documentationJean Delvare2007-07-121-1/+4
|/
* RTC: use fallback IRQ if PNP tables don't provide oneMatthew Garrett2007-06-011-3/+10
* rtc kconfig clarificationDavid Brownell2007-05-171-3/+3
* rtc-omap build fixDavid Brownell2007-05-171-2/+2
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-05-111-1/+1
|\
| * [MIPS] Use RTC_CMOS for CobaltYoichi Yuasa2007-05-111-1/+1
* | rtc-rs5c313.c: add error handling to avoid hardware hangupkogiidena2007-05-111-1/+18
* | rtc-rs5c313.c: rtc_time value are fixedkogiidena2007-05-111-1/+2
* | rtc-rs5c313.c: error and warning are fixedkogiidena2007-05-112-4/+4
|/
* [S390] Kconfig: unwanted menus for s390.Martin Schwidefsky2007-05-101-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-05-091-4/+4
|\
| * rtc: rtc-sh: Fix rtc_dev pointer for rtc_update_irq().Paul Mundt2007-05-091-3/+3
| * rtc: rtc-sh: Fix up dev_dbg() warnings.Paul Mundt2007-05-091-1/+1
* | Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
|/
* rtc-cmos: make it load on PNPBIOS systemsMarko Vrh2007-05-081-9/+9
* rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell2007-05-083-31/+43
* revert "rtc: Add rtc_merge_alarm()"Andrew Morton2007-05-081-81/+0
* rtc-cmos wakeup interfaceDavid Brownell2007-05-081-10/+27
* rtc: update vr41xx alarm handlingYoichi Yuasa2007-05-081-2/+26
* RTC Kconfig cleanupAlessandro Zummo2007-05-081-120/+130
* rtc: update to class device removal patchesDavid Brownell2007-05-083-1/+11
* RTC: replace some newly-introduced macros with inlinesDavid Brownell2007-05-081-11/+35
* rtc: suspend()/resume() restores system clockDavid Brownell2007-05-085-76/+91
* rtc: remove rest of class_deviceDavid Brownell2007-05-088-64/+72
* rtc: simplified /proc/driver/rtc handlingDavid Brownell2007-05-085-59/+20
* rtc: simplified rtc sysfs attribute handlingDavid Brownell2007-05-085-66/+42
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-0816-101/+103
* rtc: remove /sys/class/rtc-dev/*David Brownell2007-05-085-88/+46
* rtc: add RTC class driver for the Maxim MAX6900Dale Farnsworth2007-05-083-0/+322
* RTC: add rtc-rs5c313 driverNobuhiro Iwamatsu2007-05-083-0/+412