Add preliminary support for CyIO/BooEvent

This commit is contained in:
mlt
2009-12-18 18:29:29 +00:00
committed by Godzil
parent 76f20f4d40
commit 6a09ec6d7a
15 changed files with 111641 additions and 28806 deletions

View File

@@ -48,7 +48,9 @@ static unsigned int tick_count;
/* Qisda, ShiYong Lin, 2009/07/22, Implement function for RTC tick service {*/
static unsigned long uiResolution = 0;
#ifdef QISDA
extern void rtc_tick_keypad_message_to_ap (void);
#endif
/* Qisda, ShiYong Lin, 2009/07/22, Implement function for RTC tick service }*/
static irqreturn_t s3c_rtc_alarmirq(int irq, void *id)
@@ -67,8 +69,9 @@ static irqreturn_t s3c_rtc_tickirq(int irq, void *id)
{
struct rtc_device *rdev = id;
#ifdef QISDA
rtc_tick_keypad_message_to_ap();
#endif
rtc_update_irq(&rdev->class_dev, tick_count++, RTC_PF | RTC_IRQF);
#if defined(CONFIG_CPU_S3C6400) || defined(CONFIG_CPU_S3C6410)