aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-1/+1
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-36/+284
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2-4/+15
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet11-51/+798
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds1-0/+3
2008-07-12rtc-pcf8563: add chip idJon Smirl1-0/+1
2008-07-12rtc-fm3130: fix chip namingAlessandro Zummo1-1/+1
2008-07-10Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'omap-reviewed', 'rpc', 'rtc' and 's3c' into develRussell King9-38/+286
2008-07-04rtc-x1205: Fix alarm setMichael Hamel1-20/+91
2008-07-04rtc: rtc_read_alarm() handles wraparoundDavid Brownell1-11/+91
2008-07-02rtc-rtc-m41t80: BKL pushdownArnd Bergmann1-1/+6
2008-07-02rtc-at32ap700x: Enable wakeupHaavard Skinnemoen1-0/+3
2008-06-22[ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before registering itUli Luckas1-2/+2
2008-06-20rtc: cdev lock_kernel() pushdownJonathan Corbet1-3/+9
2008-06-12rtc: Ramtron FM3130 RTC supportSergey Lapin3-1/+514
2008-06-12provide rtc_cmos platform deviceStas Sergeev1-15/+16
2008-06-12rtc-at32ap700x: fix bug in at32_rtc_readalarm()Haavard Skinnemoen1-2/+5
2008-06-06rtc: class driver for ppc_md RTC functionsDavid Woodhouse3-0/+78
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare1-1/+1
2008-06-02[ARM] 4935/1: AT91CAP9: enable RTC-on-RTT in defconfig.Stelian Pop1-4/+5
2008-05-22[RTC] rtc-sa1100: remove dependence on asm/rtc.hRussell King1-1/+36
2008-05-22[RTC] remove unused asm/rtc.h includes from ARM RTC driversRussell King2-4/+0
2008-05-22[RTC] rtc-pl030: add driver, remove old non-rtc lib driverRussell King3-0/+228
2008-05-22[RTC] rtc-pl031: use proper resources, use proper apis, clean up includesRussell King1-21/+15
2008-05-22[RTC] remove references to asm/mach/time.hRussell King4-6/+0
2008-05-13rtc: m41t80: include <linux/kernel.h> for printk()Maciej W. Rozycki1-0/+1
2008-05-13RTC/watchdog: M41T80: fix a potential use of unitialized dataMaciej W. Rozycki1-1/+1
2008-05-13rtc: rtc_time_to_tm: use unsigned arithmeticMaciej W. Rozycki1-1/+1
2008-05-11i2c: Match dummy devices by typeJean Delvare1-1/+1
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-5/+9
2008-05-08fix irq flags in rtc-ds1511Steven Rostedt1-2/+2
2008-05-08rtc: rtc-sh: Fixup for 64-bit resources.Paul Mundt1-5/+9
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-3/+4
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare8-110/+90
2008-04-29i2c: Add support for device alias namesJean Delvare8-8/+15
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-5/+3
2008-04-29rtc: dont reference pnp_resource_table directlyBjorn Helgaas1-3/+4
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison13-60/+60
2008-04-28rtc: add the support for alarm time relative to current time in sysfsZhao Yakui1-1/+11
2008-04-28rtc: rtc-rs5c372: fix up NULL name in transfer error pathPaul Mundt1-4/+4
2008-04-28make ds1511_rtc_{read,set}_time() staticAdrian Bunk1-4/+2
2008-04-28rtc: silence section mismatch warning in rtc-testSam Ravnborg1-4/+4
2008-04-28rtc-x1205: new style conversionAlessandro Zummo1-87/+43
2008-04-28rtc-pcf8563: new style conversionAlessandro Zummo1-78/+34
2008-04-28rtc-isl1208: new style conversion and minor bug fixesAlessandro Zummo1-187/+170
2008-04-28rtc: avoid legacy drivers with generic frameworkDavid Brownell1-4/+1
2008-04-28rtc-pcf8583 build fixDavid Brownell1-1/+1
2008-04-18rtc: rtc-sh: Add support for periodic IRQs.Angelo Castello1-109/+187
2008-04-15rtc: fix the error in the function of cmos_set_alarmZhao Yakui1-3/+2