| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | AU1000: SSI0 naming inconsistency |
| From: | Martin Gebert <martin.gebert@alpha-bit.de> |
| Date: | Thu, 06 Nov 2008 12:06:15 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.17 (X11/20080929) |
Hi! Working on a 2.6.22 kernel for a AU1100 board, I came across the following inconsistency in register naming in include/asm/mach-au1x00/au1000.h, which still exists in 2.6.27.4 (lines 1334-1389). There's no register SSI0_CONTROL, it should be named SSI0_ENABLE, as it is for SSI1: --8><-- #define SSI0_CONTROL 0xB1600100 #define SSI_CONTROL_CD (1<<1) #define SSI_CONTROL_E (1<<0) /* SSI1 */ [...] #define SSI1_ENABLE 0xB1680100 [...] #define SSI_ENABLE_CD (1<<1) #define SSI_ENABLE_E (1<<0) --><8-- As I'm not working on a current kernel repo I don't dare to provide a patch. Would fixing this be desirable? Martin |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [rtc-linux] Re: [RFC PATCH] Au1xxx on-chip counter-as-RTC driver, Manuel Lauss |
|---|---|
| Next by Date: | [PATCH 00/29] Add Cavium OCTEON processor support (v3)., David Daney |
| Previous by Thread: | Re: [rtc-linux] Re: [RFC PATCH] Au1xxx on-chip counter-as-RTC driver, Alessandro Zummo |
| Next by Thread: | Re: AU1000: SSI0 naming inconsistency, Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |