aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-12rtc-isl1208: fix double removal of a sysfs entryAlessandro Zummo1-1/+1
2008-08-12revert "rtc: cdev lock_kernel() pushdown"David Brownell1-9/+3
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King5-7/+7
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King3-56/+63
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King3-3/+3
2008-08-05blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a max of 1HZ and this same functionality is provided by UIEMike Frysinger1-32/+14
2008-08-05blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David BrownellMike Frysinger1-10/+18
2008-08-05blackfin RTC driver: wait for the write complete interrupt complete before sleepingMike Frysinger1-2/+3
2008-08-05blackfin RTC driver: disable the write complete irq upon closeMike Frysinger1-4/+4
2008-08-05blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int_{set,clear} since it isnt needed (shaves off ~100bytes)Mike Frysinger1-11/+9
2008-08-05blackfin RTC driver: add support for power management frameworkMike Frysinger1-14/+17
2008-08-05blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep coreSonic Zhang1-0/+28
2008-08-05blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer will give us the same behavior of returning ENOTTYMike Frysinger1-15/+0
2008-07-30rtc-dev: stop periodic interrupts on device releaseTomas Janousek1-0/+2
2008-07-30rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell2-6/+6
2008-07-24rtc-vr41xx: add irq_set_freq() and irq_set_state()Yoichi Yuasa1-31/+34
2008-07-24rtc-cmos: avoid spurious irqsDavid Brownell1-77/+63
2008-07-24rtc-at91rm9200: avoid spurious irqsDavid Brownell1-10/+6
2008-07-24rtc: rtc-s3c: update IRQ handlingBen Dooks1-67/+16
2008-07-24rtc: rtc-s3c: add __devexit and __devinit markersBen Dooks1-3/+3
2008-07-24rtc-cmos: improve HPET IRQ glueDavid Brownell1-62/+131
2008-07-24rtc: remove and clarify unneeded externsCarlos R. Mafra1-1/+4
2008-07-24rtc: convert the PCF8583 driver to the new I2C style framework with device_idsWolfram Sang1-90/+39
2008-07-24rtc: rtc-omap footprint shrinkageDavid Brownell1-17/+4
2008-07-24rtc: ds1305/ds1306 driverDavid Brownell3-0/+858
2008-07-24rtc: add support for ST M41T94 SPI RTCKim B. Heino3-0/+183
2008-07-24rtc: remove BKL for ioctl()David Brownell1-20/+38
2008-07-24rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki1-4/+2
2008-07-24rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki1-7/+7
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