| To: | linux-mips@linux-mips.org, Stanislaw Skowronek <skylark@linux-mips.org> |
|---|---|
| Subject: | Re: Merging Skylark's IOC3 patch |
| From: | Martin Michlmayr <tbm@cyrius.com> |
| Date: | Sun, 19 Feb 2006 21:58:32 +0000 |
| In-reply-to: | <20060219211527.GA12848@deprecation.cyrius.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060219211527.GA12848@deprecation.cyrius.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11 |
To be applied after the IOC3 UART driver has been accepted.
From: Stanislaw Skowronek <skylark@linux-mips.org>
[PATCH 6/6] [MIPS] Switch IP27 to the new IOC3 UART driver
Signed-off-by: Stanislaw Skowronek <skylark@linux-mips.org>
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
---
ip27-console.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/sgi-ip27/ip27-console.c
b/arch/mips/sgi-ip27/ip27-console.c
index 3e1ac29..a973610 100644
--- a/arch/mips/sgi-ip27/ip27-console.c
+++ b/arch/mips/sgi-ip27/ip27-console.c
@@ -64,7 +64,7 @@ static void inline ioc3_console_probe(vo
up.irq = 0;
up.uartclk = IOC3_CLK;
up.regshift = 0;
- up.iotype = UPIO_MEM;
+ up.iotype = UPIO_IOC3;
up.flags = IOC3_FLAGS;
up.line = 0;
--
Martin Michlmayr
http://www.cyrius.com/
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Merging Skylark's IOC3 patch, Martin Michlmayr |
|---|---|
| Next by Date: | Re: Merging Skylark's IOC3 patch, Martin Michlmayr |
| Previous by Thread: | Re: Merging Skylark's IOC3 patch, Martin Michlmayr |
| Next by Thread: | Fix for gettimeofday jumping backwards, then forwards., Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |