Re: [PATCH] Support specifying DW APB UARTSs in device platform_data

2007-12-20 Thread Alan Cox
On Thu, 20 Dec 2007 14:48:45 + "Will Newton" <[EMAIL PROTECTED]> wrote: > This patch allows the private_data field to be specified in > platform_data for the standard 8250/16550 UART. This field is used by > DW APB type UARTs and without this patch it's only possible to set > this field when r

[PATCH] Support specifying DW APB UARTSs in device platform_data

2007-12-20 Thread Will Newton
This patch allows the private_data field to be specified in platform_data for the standard 8250/16550 UART. This field is used by DW APB type UARTs and without this patch it's only possible to set this field when registering the port by hand. If private_data is not set then the driver will potentia