Re: [patch 2.6.13-git] 8250 tweaks

From: david-b
Date: Tue Jul 12 2005 - 05:33:34 EST


> Date: Tue, 12 Jul 2005 08:19:43 +0100
> From: Russell King <rmk+lkml@xxxxxxxxxxxxxxxx>
>
> On Mon, Jul 11, 2005 at 07:22:04PM -0700, David Brownell wrote:
> > and stop
> > whining about certain non-errors (details in the patch comments).
>
> Please explain what the whining is (details were missing from the
> patch comments).

The kernel "recently" started issuing the second and third messages
after initializing the serial port on for example an OSK board:

ttyS0 at MMIO 0xfffb0000 (irq = 46) is a ST16654
serial8250 serial8250.0: unable to register port at index 1 (IO0 MEM0 IRQ47): -28
serial8250 serial8250.0: unable to register port at index 2 (IO0 MEM0 IRQ15): -28

Of the three serial ports potentially available on that board, by default
only the UART1 is available, and the others are marked as unavailable
by zeroing the register pointers in that platform_data. That makes it
easy to support setups where for example UART1/ttyS0 and UART3/ttyS2 are
wired, and the pins for ttyS1 are muxed to some other purpose like USB
or MMC, or similarly boards where only UART2 is wired up.

- Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/