| To: | linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 10/14] lemote: rtc driver binary mode support |
| From: | yanhua <yanh@lemote.com> |
| Date: | Thu, 09 Apr 2009 13:06:00 +0800 |
| Cc: | 彭亮锦 <penglj@lemote.com>, "zhangfx@lemote.com" <zhangfx@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.21 (Windows/20090302) |
The original driver will exit when detect rtc binary mode. In fact both
the binary mode and bcd are supported
---
drivers/rtc/rtc-cmos.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/rtc/rtc-cmos.c b/drivers/rtc/rtc-cmos.c
index b6d35f5..85c327e 100644
--- a/drivers/rtc/rtc-cmos.c
+++ b/drivers/rtc/rtc-cmos.c
@@ -757,7 +757,7 @@ cmos_do_probe(struct device *dev, struct resource
*ports, int rtc_irq)
* <asm-generic/rtc.h> doesn't know 12-hour mode either.
*/
if (is_valid_irq(rtc_irq) &&
- (!(rtc_control & RTC_24H) || (rtc_control & (RTC_DM_BINARY)))) {
+ (!(rtc_control & RTC_24H) /*|| (rtc_control & (RTC_DM_BINARY))*/)) {
dev_dbg(dev, "only 24-hr BCD mode supported\n");
retval = -ENXIO;
goto cleanup1;
--
1.5.6.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 9/14] lemote: define Loongson2F arch specific phys prot access, yanhua |
|---|---|
| Next by Date: | [PATCH 11/14] lemote: Hibernation Support in mips system, yanhua |
| Previous by Thread: | [PATCH 9/14] lemote: define Loongson2F arch specific phys prot access, yanhua |
| Next by Thread: | Re: [PATCH 10/14] lemote: rtc driver binary mode support, Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |