* IP32 RTC fixlet
@ 2005-01-09 4:27 Ilya A. Volynets-Evenbakh
2005-01-09 14:40 ` Thiemo Seufer
0 siblings, 1 reply; 2+ messages in thread
From: Ilya A. Volynets-Evenbakh @ 2005-01-09 4:27 UTC (permalink / raw)
To: linux-mips
IP32 power button delivers interrupt throug RTC,
so we can't let generic RTC driver use this interrupt.
Following patchlet allows us to still use generic RTC driver
to read/write time, and yet support handling button presses.
Index: include/asm/mach-ip32/mc146818rtc.h
===================================================================
RCS file: /home/cvs/linux/include/asm-mips/mach-ip32/mc146818rtc.h,v
retrieving revision 1.7
diff -u -r1.7 mc146818rtc.h
--- include/asm/mach-ip32/mc146818rtc.h 4 Dec 2004 21:14:12 -0000 1.7
+++ include/asm/mach-ip32/mc146818rtc.h 9 Jan 2005 04:24:28 -0000
@@ -16,7 +16,6 @@
#include <asm/ip32/ip32_ints.h> /* For MACEISA_RTC_IRQ */
#define RTC_PORT(x) (0x70 + (x))
-#define RTC_IRQ MACEISA_RTC_IRQ
static unsigned char CMOS_READ(unsigned long addr)
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: IP32 RTC fixlet
2005-01-09 4:27 IP32 RTC fixlet Ilya A. Volynets-Evenbakh
@ 2005-01-09 14:40 ` Thiemo Seufer
0 siblings, 0 replies; 2+ messages in thread
From: Thiemo Seufer @ 2005-01-09 14:40 UTC (permalink / raw)
To: Ilya A. Volynets-Evenbakh; +Cc: linux-mips
Ilya A. Volynets-Evenbakh wrote:
> IP32 power button delivers interrupt throug RTC,
> so we can't let generic RTC driver use this interrupt.
> Following patchlet allows us to still use generic RTC driver
> to read/write time, and yet support handling button presses.
Applied, with the include for it removed as well.
Thiemo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-09 14:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-09 4:27 IP32 RTC fixlet Ilya A. Volynets-Evenbakh
2005-01-09 14:40 ` Thiemo Seufer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.