| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: [PATCH V5 04/18] MIPS: Loongson: Make Loongson-3 to use BCD format for RTC. |
| From: | John Crispin <john@phrozen.org> |
| Date: | Sun, 12 Aug 2012 08:06:26 +0200 |
| In-reply-to: | <1344677543-22591-5-git-send-email-chenhc@lemote.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1344677543-22591-1-git-send-email-chenhc@lemote.com> <1344677543-22591-5-git-send-email-chenhc@lemote.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
On 11/08/12 11:32, Huacai Chen wrote: > Signed-off-by: Huacai Chen <chenhc@lemote.com> > Signed-off-by: Hongliang Tao <taohl@lemote.com> > Signed-off-by: Hua Yan <yanh@lemote.com> > --- > arch/mips/include/asm/mach-loongson/mc146818rtc.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/arch/mips/include/asm/mach-loongson/mc146818rtc.h > b/arch/mips/include/asm/mach-loongson/mc146818rtc.h > index ed7fe97..6b10159 100644 > --- a/arch/mips/include/asm/mach-loongson/mc146818rtc.h > +++ b/arch/mips/include/asm/mach-loongson/mc146818rtc.h > @@ -27,7 +27,11 @@ static inline void CMOS_WRITE(unsigned char data, unsigned > long addr) > outb_p(data, RTC_PORT(1)); > } > > +#ifdef CONFIG_CPU_LOONGSON3 > +#define RTC_ALWAYS_BCD 1 > +#else > #define RTC_ALWAYS_BCD 0 > +#endif > maybe use a static inline that checks the cpu at runtime to avoid a #ifdef ? > #ifndef mc146818_decode_year > #define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + > 1970) |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH V5 01/18] MIPS: Loongson: Add basic Loongson-3 definition., John Crispin |
|---|---|
| Next by Date: | Re: [PATCH V5 00/16] MIPS: Add Loongson-3 based machines support., John Crispin |
| Previous by Thread: | [PATCH V5 04/18] MIPS: Loongson: Make Loongson-3 to use BCD format for RTC., Huacai Chen |
| Next by Thread: | [PATCH V5 05/18] MIPS: Loongson: Add UEFI-like firmware interface support., Huacai Chen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |