Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/rtc
Maxim Levitsky d1b2efa83f rtc: disable hpet emulation on suspend
I noticed that rtc wont generate interrupts after a resume from disk.
Here hpet rtc emulation is used.

Problem is that rtc hpet comparator, isn't reinitialized after resume.
Easiest way to solve this, is always mask all hpet interrupts on suspend
This is triggered, when suspending with alarm set.

Otherwise, hpet driver will think it doesn't need to reinitialize
the rtc comparator, thus rtc interrupts won't work.

This emulation isn't need for wakealarm.

Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Cc: David Brownell <david-b@pacbell.net>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-12-16 07:19:58 -08:00
..
class.c
hctosys.c
interface.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
Kconfig rtc: Add twl6030 RTC support 2009-12-14 00:26:08 +01:00
Makefile mfd: Rename twl4030* driver files to enable re-use 2009-12-13 20:05:51 +01:00
rtc-ab3100.c
rtc-at32ap700x.c
rtc-at91rm9200.c rtc: at91rm9200 fixes 2009-09-23 07:39:46 -07:00
rtc-at91sam9.c
rtc-au1xxx.c
rtc-bfin.c rtc-bfin: do not share RTC IRQ 2009-09-23 07:39:45 -07:00
rtc-bq4802.c
rtc-cmos.c rtc: disable hpet emulation on suspend 2009-12-16 07:19:58 -08:00
rtc-coh901331.c ARM: 5787/1: U300 COH 901 331 fixes 2009-11-16 16:15:49 +00:00
rtc-core.h
rtc-dev.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
rtc-dm355evm.c
rtc-ds1216.c
rtc-ds1286.c
rtc-ds1302.c rtc: don't use __exit_p to wrap ds1302_rtc_remove 2009-11-25 10:39:41 +09:00
rtc-ds1305.c
rtc-ds1307.c drivers/rtc: correct error-handling code 2009-09-23 07:39:45 -07:00
rtc-ds1374.c
rtc-ds1390.c
rtc-ds1511.c fix my email address. 2009-11-09 09:40:54 +01:00
rtc-ds1553.c
rtc-ds1672.c
rtc-ds1742.c
rtc-ds3234.c
rtc-efi.c
rtc-ep93xx.c drivers/rtc: introduce missing kfree 2009-09-23 07:39:45 -07:00
rtc-fm3130.c
rtc-generic.c
rtc-isl1208.c
rtc-lib.c
rtc-m41t80.c
rtc-m41t94.c
rtc-m48t35.c
rtc-m48t59.c
rtc-m48t86.c
rtc-max6900.c
rtc-max6902.c
rtc-msm6242.c rtc: Add an RTC driver for the Oki MSM6242 2009-12-04 21:22:34 +01:00
rtc-mv.c
rtc-mxc.c rtc: add driver for MXC's internal RTC module 2009-09-23 07:39:45 -07:00
rtc-omap.c
rtc-pcap.c rtc: driver for PCAP2 PMIC 2009-09-23 07:39:45 -07:00
rtc-pcf2123.c rtc-philips-pcf2123-rtc-spi-driver-updates 2009-09-23 07:39:45 -07:00
rtc-pcf8563.c
rtc-pcf8583.c drivers/rtc/: use bcd2bin/bin2bcd 2008-10-20 08:52:41 -07:00
rtc-pcf50633.c mfd: Fix memleak in pcf50633_client_dev_register 2009-12-13 19:21:17 +01:00
rtc-pl030.c
rtc-pl031.c
rtc-proc.c
rtc-ps3.c
rtc-pxa.c const: constify remaining dev_pm_ops 2009-12-15 08:53:25 -08:00
rtc-r9701.c
rtc-rp5c01.c rtc: Add an RTC driver for the Ricoh RP5C01 2009-12-04 21:22:35 +01:00
rtc-rs5c313.c
rtc-rs5c348.c
rtc-rs5c372.c
rtc-rx8025.c
rtc-rx8581.c
rtc-s3c.c
rtc-s35390a.c
rtc-sa1100.c const: constify remaining dev_pm_ops 2009-12-15 08:53:25 -08:00
rtc-sh.c const: constify remaining dev_pm_ops 2009-12-15 08:53:25 -08:00
rtc-starfire.c
rtc-stk17ta8.c move stk17ta8's probe function to .devinit.text 2009-11-09 09:40:58 +01:00
rtc-stmp3xxx.c rtc: add Freescale stmp37xx/378x driver 2009-09-23 07:39:45 -07:00
rtc-sun4v.c
rtc-sysfs.c rtc: add boot_timesource sysfs attribute 2009-09-23 07:39:46 -07:00
rtc-test.c
rtc-twl.c rtc: Add twl6030 RTC support 2009-12-14 00:26:08 +01:00
rtc-tx4939.c
rtc-v3020.c Merge branch 'for-next' into for-linus 2009-12-07 18:36:35 +01:00
rtc-vr41xx.c rtc-vr41xx: fix do_div() warning 2009-11-12 07:25:58 -08:00
rtc-wm831x.c const: constify remaining dev_pm_ops 2009-12-15 08:53:25 -08:00
rtc-wm8350.c mfd: Mask and unmask wm8350 IRQs on request and free 2009-12-13 19:21:40 +01:00
rtc-x1205.c rtc-x1205: reset clock to sane state after power failure 2009-12-01 16:32:20 -08:00