Re: ip3106_uart oddity

From: Jean-Paul Saman
Date: Fri Aug 18 2006 - 03:49:40 EST


linux-kernel-owner@xxxxxxxxxxxxxxx wrote on 17-08-2006 22:29:54:

> On Thu, Aug 17, 2006 at 06:29:48PM +0400, Vitaly Wool wrote:
> > it looks like drivers/serial/ip3106_uart.c was dropped from the
> > mainline at some point I couldn't identify. Can you please confirm
> > that?
>
Looks like someone wanted to rename it, but forgot to include the new
file.

> I am not aware of its addition nor removal of this file. There was
> au1x00_uart.c at one time.
>
> > I'd like to take the burden of restoring the UART functionality for
> > PNX8550 boards in the mainline. This very UART HW is very weird and
> > doesn't fit well into 8250 model, even with fixups like those that
> > were introduced for Alchemy. It also differs from the IP_3106-based
> > UARTs used on Philips ARM targets in registers layout so I'm not
> > sure it's correct to call it ip3106_uart.
> > So, given the above, does it make sense to try make it fir into
> > standard 8250 driver model or restore/rework the custom driver?
>
> No real clue. Is it similar to any other drivers?

The ip3106_uart.c file that was used in the PNX8550 boards is wrongly
named. The uart just isn't an ip3106, because those are used in philips
ARM based devices.

If you restore the ip3106T_uart.c, then please rename it pnx8550_uart.c
(or pnx8xxxx_uart.c).

Kind greetings,

Jean-Paul Saman

Philips Semiconductors
-
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/