| To: | Paul Gortmaker <p_gortmaker@yahoo.com>, Alessandro Zummo <a.zummo@towertech.it>, Ralf Baechle <ralf@linux-mips.org>, Arnaud Patard <apatard@mandriva.com> |
|---|---|
| Subject: | [PATCH v1 0/3] add RTC_LIB support for loongson family machines |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Thu, 5 Nov 2009 09:21:15 +0800 |
| Cc: | linux-mips@linux-mips.org, rtc-linux@googlegroups.com, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=tc7vz03WIlXtccCmDS5L0kynSxbxLiFdEDkFSR9ZESQ=; b=ph+tbL5Lbuy+0YBZBDyI3uuoyjsfjZVKcUZzGE9QuEyb1BWc+JmJXqlAY8kGiUFGRK nvas2c5tV7ZiO7ATDWdSrczHAflaFedei43P6qgnqh1gnpoX7r8jHdm3rc6dYDpofuW9 yQJvNUsRKR0QI17Z9YH2u7h5yILFprOOB7vlI= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=gyf5Nlg7g3ksqEN4xBEBF9Hm/1sh4riKVxtVBXubkbBKctQVa3m235iCRYfZI8YrTM CkYRxgscH2v/piZVGdg3ZROAYs8hRqsUhEfCfTqLEDhCZQOVUEkPv9RdhDGibXbG+Pq9 I2QnfSgkI/knrwlLCbxLJEBXCUYXqtw/ZHDAU= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The coming three patchs add RTC_LIB support for loongson family machines, which
incorporated the feedback of the first patchset from Ralf and Arnaud Patard.
Hi, Paul Gortmaker or Alessandro Zummo, could you please help to apply the
first two patches to linux-2.6.32?
And the third patch is for the queue branch of Ralf's -queue git repo.
Regards,
Wu Zhangjin
Wu Zhangjin (3):
RTC: rtc-cmos.c: fix warning for MIPS
RTC: rtc-cmos.c: enable RTC_DM_BINARY of RTC_LIB for fuloong2e and
fuloong2f
[loongson] RTC: Registration of Loongson RTC platform device
arch/mips/loongson/common/Makefile | 6 +++++
arch/mips/loongson/common/rtc.c | 43 ++++++++++++++++++++++++++++++++++++
drivers/rtc/rtc-cmos.c | 8 +++---
3 files changed, 53 insertions(+), 4 deletions(-)
create mode 100644 arch/mips/loongson/common/rtc.c
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/2] RTC: enable RTC_LIB for fuloong2e and fuloong2f, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH v1 1/3] RTC: rtc-cmos.c: fix warning for MIPS, Wu Zhangjin |
| Previous by Thread: | mips timer could not work, wilbur.chan |
| Next by Thread: | [PATCH v1 1/3] RTC: rtc-cmos.c: fix warning for MIPS, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |