aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2008-07-24rtc-vr41xx: add irq_set_freq() and irq_set_state()Yoichi Yuasa
2008-07-24rtc-cmos: avoid spurious irqsDavid Brownell
2008-07-24rtc-at91rm9200: avoid spurious irqsDavid Brownell
2008-07-24rtc: rtc-s3c: update IRQ handlingBen Dooks
2008-07-24rtc: rtc-s3c: add __devexit and __devinit markersBen Dooks
2008-07-24rtc-cmos: improve HPET IRQ glueDavid Brownell
2008-07-24rtc: remove and clarify unneeded externsCarlos R. Mafra
2008-07-24rtc: convert the PCF8583 driver to the new I2C style framework with device_idsWolfram Sang
2008-07-24rtc: rtc-omap footprint shrinkageDavid Brownell
2008-07-24rtc: ds1305/ds1306 driverDavid Brownell
2008-07-24rtc: add support for ST M41T94 SPI RTCKim B. Heino
2008-07-24rtc: remove BKL for ioctl()David Brownell
2008-07-24rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki
2008-07-24rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds
2008-07-12rtc-pcf8563: add chip idJon Smirl
2008-07-12rtc-fm3130: fix chip namingAlessandro Zummo
2008-07-10Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King
2008-07-04rtc-x1205: Fix alarm setMichael Hamel
2008-07-04rtc: rtc_read_alarm() handles wraparoundDavid Brownell
2008-07-02rtc-rtc-m41t80: BKL pushdownArnd Bergmann
2008-07-02rtc-at32ap700x: Enable wakeupHaavard Skinnemoen
2008-06-22[ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before registering itUli Luckas
2008-06-20rtc: cdev lock_kernel() pushdownJonathan Corbet
2008-06-12rtc: Ramtron FM3130 RTC supportSergey Lapin
2008-06-12provide rtc_cmos platform deviceStas Sergeev
2008-06-12rtc-at32ap700x: fix bug in at32_rtc_readalarm()Haavard Skinnemoen
2008-06-06rtc: class driver for ppc_md RTC functionsDavid Woodhouse
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare
2008-06-02[ARM] 4935/1: AT91CAP9: enable RTC-on-RTT in defconfig.Stelian Pop
2008-05-22[RTC] rtc-sa1100: remove dependence on asm/rtc.hRussell King
2008-05-22[RTC] remove unused asm/rtc.h includes from ARM RTC driversRussell King
2008-05-22[RTC] rtc-pl030: add driver, remove old non-rtc lib driverRussell King
2008-05-22[RTC] rtc-pl031: use proper resources, use proper apis, clean up includesRussell King
2008-05-22[RTC] remove references to asm/mach/time.hRussell King
2008-05-13rtc: m41t80: include <linux/kernel.h> for printk()Maciej W. Rozycki
2008-05-13RTC/watchdog: M41T80: fix a potential use of unitialized dataMaciej W. Rozycki
2008-05-13rtc: rtc_time_to_tm: use unsigned arithmeticMaciej W. Rozycki
2008-05-11i2c: Match dummy devices by typeJean Delvare
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2008-05-08fix irq flags in rtc-ds1511Steven Rostedt
2008-05-08rtc: rtc-sh: Fixup for 64-bit resources.Paul Mundt
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa