summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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-122-8/+12
| * sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-122-2/+0Star
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-07-121-114/+72Star
|\ \
| * | [MIPS] separate platform_device registration for VR41xx RTCYoichi Yuasa2007-07-121-114/+72Star
| |/
* / 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/+0Star
* 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/+20Star
* rtc: simplified rtc sysfs attribute handlingDavid Brownell2007-05-085-66/+42Star
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-0816-101/+103
* rtc: remove /sys/class/rtc-dev/*David Brownell2007-05-085-88/+46Star
* rtc: add RTC class driver for the Maxim MAX6900Dale Farnsworth2007-05-083-0/+322
* RTC: add rtc-rs5c313 driverNobuhiro Iwamatsu2007-05-083-0/+412
* Blackfin: on-chip RTC controller driverWu, Bryan2007-05-073-0/+456
* [PATCH] rtc-cmos lockdep fix, irq updatesDavid Brownell2007-04-021-17/+33
* [ARM] rtc-pcf8583: Final fixes for this RTC on RiscPCRussell King2007-03-042-4/+6
* [ARM] rtc-pcf8583: correct month and year offsetsRussell King2007-03-041-5/+6
* [ARM] rtc-pcf8583: don't use BCD_TO_BIN/BIN_TO_BCDRussell King2007-03-041-10/+10
* [PATCH] rtc_cmos oops fixDavid Brownell2007-03-012-5/+12
* [PATCH] at91_rtc updatesDavid Brownell2007-02-211-6/+13
* [PATCH] rtc-sa1100 rtc_wklarm.enabled bugfixesDavid Brownell2007-02-211-5/+7
* [PATCH] loosen dependancy on rtc cmosDave Jones2007-02-211-1/+1
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-142-4/+4
* i2c: Stop using i2c_adapter.class_devJean Delvare2007-02-134-4/+4
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-122-2/+2
* [PATCH] RTC gets sysfs wakealarm attributeDavid Brownell2007-02-121-2/+101
* [PATCH] change __init to __devinit in 2 rtc driversPrarit Bhargava2007-02-122-2/+2
* [PATCH] RTC framework driver for CMOS RTCsDavid Brownell2007-02-113-1/+750