aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2008-10-03rtc: fix kernel panic on second use of SIGIO nofiticationMarcin Slusarz
2008-09-02rtc-cmos: wake again from S5Rafael J. Wysocki
2008-09-02rtc_time_to_tm: fix signed/unsigned arithmeticJan Altenberg
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk
2008-08-20rtc: rtc-ds1374: fix 'no irq' case handlingAnton Vorontsov
2008-08-20rtc: fix double lock on UIE emulationAtsushi Nemoto
2008-08-20Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...Mike Frysinger
2008-08-20Blackfin RTC Driver: BF561 not have on-chip RTCGraf Yang
2008-08-20Blackfin RTC Driver: do all initialization before we register the rtc and mak...Mike Frysinger
2008-08-20Blackfin RTC Driver: move irq request/free out of open/release and into probe...Mike Frysinger
2008-08-12rtc-isl1208: fix double removal of a sysfs entryAlessandro Zummo
2008-08-12revert "rtc: cdev lock_kernel() pushdown"David Brownell
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King
2008-08-05blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a...Mike Frysinger
2008-08-05blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b...Mike Frysinger
2008-08-05blackfin RTC driver: wait for the write complete interrupt complete before sl...Mike Frysinger
2008-08-05blackfin RTC driver: disable the write complete irq upon closeMike Frysinger
2008-08-05blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int...Mike Frysinger
2008-08-05blackfin RTC driver: add support for power management frameworkMike Frysinger
2008-08-05blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep coreSonic Zhang
2008-08-05blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer...Mike Frysinger
2008-07-30rtc-dev: stop periodic interrupts on device releaseTomas Janousek
2008-07-30rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell
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