| To: | linux-serial@vger.kernel.org |
|---|---|
| Subject: | Re: [PATCH 8/8] 8250: add Texas Instruments AR7 internal UART |
| From: | Alexander Clouter <alex@digriz.org.uk> |
| Date: | Thu, 11 Jun 2009 13:41:39 +0100 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| In-reply-to: | <n967g6-i6b.ln1@woodchuck.wormnet.eu> |
| Organization: | diGriz |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <200906041622.47591.florian@openwrt.org> <20090604222020.GA14843@alpha.franken.de> <200906111028.41222.florian@openwrt.org> <20090611093022.GA14510@alpha.franken.de> <n967g6-i6b.ln1@woodchuck.wormnet.eu> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
Hi,
* Alexander Clouter <alex@digriz.org.uk> [2009-06-11 12:27:19+0100]:
>
> > static struct plat_serial8250_port uart0_data = {
> > .mapbase = AR7_REGS_UART0,
> > .irq = AR7_IRQ_UART0,
> > .regshift = 2,
> > .iotype = UPIO_MEM,
> > .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP,
> > };
> >
> > uart_port[0].type = PORT_16550A;
> > uart_port[0].line = 0;
> > uart_port[0].irq = AR7_IRQ_UART0;
> > uart_port[0].uartclk = ar7_bus_freq() / 2;
> > uart_port[0].iotype = UPIO_MEM;
> > uart_port[0].mapbase = AR7_REGS_UART0 + 3;
> > uart_port[0].membase = ioremap(uart_port[0].mapbase, 256);
> > uart_port[0].regshift = 2;
> > res = early_serial_setup(&uart_port[0]);
> > if (res)
> > return res;
> >
> >
> > the +3 comes from the fact, that this machine is configured to run big
> > endian.
> >
> Alternatively you could not use the byte ordering macro/functions as per
> the 'Byte Order' section in:
>
> http://lwn.net/images/pdf/LDD3/ch11.pdf
>
> Makes the code portable, understandable and...well neater.
>
Maybe not, scrap that :)
Cheers
--
Alexander Clouter
.sigmonster says: "MOKE DAT YIGARETTE"
-- "The Last Coin", James P. Blaylock
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] bc47xx : fix ssb irq setup, Florian Fainelli |
|---|---|
| Next by Date: | Re: [loongson-dev] Re: [loongson-PATCH-v3 17/25] add a machtype kernel command line argument, Zhang Le |
| Previous by Thread: | Re: [PATCH 8/8] 8250: add Texas Instruments AR7 internal UART, Alexander Clouter |
| Next by Thread: | Re: [PATCH 8/8] 8250: add Texas Instruments AR7 internal UART, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |