Bernhard Walle
1bdbdaacf7
x86, rtc: make CONFIG_HPET_EMULATE_RTC usable from modules
...
enabled, then interrupts don't work for the rtc-cmos driver which results in
RTC_AIE*, RTC_PIE* and RTC_ALM being unusable. This affects hwclock from
util-linux-ng at least on i386 since that uses RTC_PIE_ON. (For x86-64, a
polling method is used for unknown reasons.)
This patch series now
1. export the functions from arch/x86/kernel/hpet.c that the old char/rtc
driver uses to work around that problem,
2. makes it possible to compile the old rtc driver as module, while still
having CONFIG_HPET_EMULATE_RTC enabled and
3. makes use of the exported functions in (1) in the new rtc-cmos driver.
This patch:
This patch makes the RTC emulation functions in arch/x86/kernel/hpet.c usable
for kernel modules. It
- exports the functions (EXPORT_SYMBOL_GPL()),
- adds an interface to register the interrupt callback function
instead of using only a fixed callback function and
- replaces the rtc_get_rtc_time() function which depends on
CONFIG_RTC with a call to get_rtc_time() which is defined in
include/asm-generic/rtc.h.
The only dependency to CONFIG_RTC is the call to rtc_interrupt() which is
removed by the next patch. After this, there's no (code) dependency of
this functions to CONFIG_RTC=y any more.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Cc: Andi Kleen <ak@suse.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Robert Picco <Robert.Picco@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:33:28 +01:00
..
2008-01-30 13:30:35 +01:00
2008-01-30 13:30:35 +01:00
2008-01-30 13:30:35 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:35 +01:00
2008-01-30 13:30:35 +01:00
2007-10-17 20:16:39 +02:00
2007-11-17 16:27:00 +01:00
2007-10-11 11:20:03 +02:00
2007-10-23 22:37:23 +02:00
2008-01-30 13:32:01 +01:00
2007-10-17 20:17:12 +02:00
2007-10-17 20:16:29 +02:00
2008-01-30 13:30:30 +01:00
2008-01-30 13:31:24 +01:00
2008-01-30 13:30:40 +01:00
2008-01-30 13:30:17 +01:00
2008-01-30 13:31:26 +01:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:16:21 +02:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:17:13 +02:00
2008-01-30 13:30:55 +01:00
2008-01-30 13:30:55 +01:00
2008-01-30 13:31:31 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:19 +01:00
2008-01-30 13:30:28 +01:00
2007-10-17 20:17:10 +02:00
2008-01-01 19:12:15 +01:00
2007-10-17 20:17:15 +02:00
2007-10-22 08:13:18 -07:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:32:49 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:28 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:47 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:56 +01:00
2008-01-30 13:33:11 +01:00
2008-01-30 13:33:20 +01:00
2007-10-17 20:17:08 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:35:37 +02:00
2007-10-17 20:17:17 +02:00
2008-01-30 13:31:14 +01:00
2008-01-30 13:31:14 +01:00
2008-01-30 13:31:51 +01:00
2007-10-22 08:13:19 -07:00
2007-10-23 22:37:23 +02:00
2007-10-22 21:20:01 +02:00
2007-10-16 11:26:02 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:20 +01:00
2008-01-30 13:31:59 +01:00
2008-01-30 13:32:03 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:19 +01:00
2008-01-30 13:33:17 +01:00
2008-01-30 13:33:08 +01:00
2007-10-17 20:17:19 +02:00
2008-01-30 13:31:19 +01:00
2008-01-30 13:33:16 +01:00
2008-01-30 13:32:51 +01:00
2007-10-17 20:17:08 +02:00
2007-10-17 20:17:21 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:19 +01:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:24:56 +02:00
2007-10-17 20:16:29 +02:00
2008-01-30 13:30:20 +01:00
2008-01-30 13:33:09 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-19 20:35:02 +02:00
2007-10-17 20:16:53 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:33:28 +01:00
2008-01-30 13:31:23 +01:00
2008-01-30 13:33:19 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:55 +01:00
2008-01-30 13:33:14 +01:00
2008-01-30 13:33:14 +01:00
2008-01-30 13:30:28 +01:00
2008-01-30 13:30:46 +01:00
2008-01-30 13:30:28 +01:00
2008-01-30 13:30:28 +01:00
2007-10-17 20:17:10 +02:00
2008-01-30 13:30:05 +01:00
2008-01-30 13:31:10 +01:00
2008-01-30 13:30:37 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:26:11 +02:00
2007-10-30 00:22:22 +01:00
2007-10-17 20:17:10 +02:00
2007-10-19 20:35:03 +02:00
2007-10-19 20:35:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:33 +01:00
2007-10-23 15:49:47 +10:00
2008-01-30 13:30:16 +01:00
2008-01-30 13:32:44 +01:00
2008-01-30 13:33:07 +01:00
2008-01-30 13:31:26 +01:00
2007-10-17 20:26:13 +02:00
2008-01-30 13:31:27 +01:00
2007-10-17 20:16:47 +02:00
2007-11-05 21:53:29 +11:00
2008-01-30 13:31:31 +01:00
2008-01-30 13:33:00 +01:00
2008-01-30 13:31:26 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:55 +01:00
2008-01-30 13:30:26 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:56 +01:00
2007-10-17 20:26:15 +02:00
2008-01-30 13:32:01 +01:00
2008-01-30 13:33:19 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:32:01 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:37 +01:00
2008-01-30 13:33:25 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:43 +01:00
2008-01-30 13:30:35 +01:00
2008-01-30 13:30:36 +01:00
2007-10-23 22:37:24 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:33:18 +01:00
2008-01-30 13:32:40 +01:00
2008-01-30 13:33:18 +01:00
2008-01-30 13:31:17 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:17:10 +02:00
2008-01-30 13:30:28 +01:00
2008-01-30 13:30:31 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:32:38 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:33:25 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:32:57 +01:00
2008-01-30 13:32:57 +01:00
2008-01-30 13:33:14 +01:00
2007-10-17 20:17:10 +02:00
2008-01-30 13:33:20 +01:00
2007-10-17 20:17:10 +02:00
2007-10-12 15:03:20 -07:00
2008-01-30 13:30:31 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:38 +01:00
2008-01-30 13:31:25 +01:00
2008-01-30 13:32:53 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:32:58 +01:00
2008-01-30 13:32:58 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:32:58 +01:00
2007-10-16 11:51:29 -07:00
2008-01-30 13:32:58 +01:00
2008-01-30 13:32:59 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-13 10:18:19 +02:00
2008-01-30 13:33:20 +01:00
2008-01-30 13:33:17 +01:00
2008-01-30 13:32:54 +01:00
2008-01-30 13:33:16 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-23 22:37:24 +02:00
2007-10-17 20:17:08 +02:00
2008-01-30 13:30:38 +01:00
2008-01-30 13:30:28 +01:00
2007-10-17 20:17:08 +02:00
2008-01-30 13:30:34 +01:00
2008-01-30 13:33:00 +01:00
2008-01-30 13:30:21 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:17:08 +02:00
2008-01-30 13:33:06 +01:00
2008-01-30 13:33:00 +01:00
2007-10-17 08:42:47 -07:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:17:10 +02:00
2007-10-17 20:17:09 +02:00
2008-01-30 13:31:11 +01:00
2007-10-23 22:37:24 +02:00
2007-10-17 20:17:10 +02:00
2008-01-30 13:30:56 +01:00
2008-01-30 13:30:56 +01:00
2007-10-17 20:26:17 +02:00
2008-01-30 13:30:50 +01:00
2008-01-30 13:33:11 +01:00
2008-01-30 13:33:12 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:17:09 +02:00
2008-01-30 13:30:37 +01:00
2008-01-30 13:31:21 +01:00
2008-01-30 13:33:00 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:33:07 +01:00
2007-10-23 22:37:24 +02:00
2007-10-23 22:37:24 +02:00
2007-10-17 20:16:23 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:12 +01:00
2008-01-30 13:31:23 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:08 +01:00
2008-01-30 13:33:19 +01:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:17:10 +02:00
2007-10-17 20:17:10 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:09 +01:00
2008-01-30 13:31:38 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:10 +01:00
2008-01-30 13:30:06 +01:00
2007-10-12 23:04:23 +02:00
2007-10-17 20:26:18 +02:00
2008-01-30 13:30:35 +01:00
2008-01-30 13:33:25 +01:00
2008-01-30 13:33:24 +01:00
2007-10-17 20:32:07 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:31:42 +01:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:17:10 +02:00
2007-10-17 20:17:10 +02:00
2008-01-30 13:33:16 +01:00
2007-10-17 20:16:36 +02:00
2007-10-11 11:20:03 +02:00
2007-10-17 20:32:38 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:56 +01:00
2008-01-30 13:30:56 +01:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:30:42 +01:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2007-10-11 11:20:03 +02:00
2008-01-30 13:32:39 +01:00
2008-01-30 13:30:28 +01:00
2008-01-30 13:30:28 +01:00
2007-10-11 11:20:03 +02:00