[PATCH 2/2] USB:ftdi_sio: enable two UART ports on ST Microconnect Lite

2013-04-24 Thread Adrian Thomasset
The FT4232H used in the ST Micro Connect Lite has four hi-speed UART ports. The first two ports are reserved for the JTAG interface. We enable by default ports 2 and 3 as UARTs (where port 2 is a conventional RS-232 UART) Signed-off-by: Adrian Thomasset --- drivers/usb/serial/ftdi_sio.c | 18 ++

Re: [PATCH 2/2] USB:ftdi_sio: enable two UART ports on ST Microconnect Lite

2013-04-23 Thread Sergei Shtylyov
Hello. On 04/23/2013 03:46 PM, Adrian Thomasset wrote: The FT4232H used in the ST Micro Connect Lite has four hi-speed UART ports. The first two ports are reserved for the JTAG interface. We enable by default ports 2 and 3 as UARTs (where port 2 is a conventional RS-232 UART) Signed-off-by: A

Re: [PATCH 2/2] USB:ftdi_sio: enable two UART ports on ST Microconnect Lite

2013-04-23 Thread Greg KH
On Tue, Apr 23, 2013 at 12:46:30PM +0100, Adrian Thomasset wrote: > The FT4232H used in the ST Micro Connect Lite has four hi-speed UART ports. > The first two ports are reserved for the JTAG interface. > > We enable by default ports 2 and 3 as UARTs (where port 2 is a > conventional RS-232 UART)

[PATCH 2/2] USB:ftdi_sio: enable two UART ports on ST Microconnect Lite

2013-04-23 Thread Adrian Thomasset
The FT4232H used in the ST Micro Connect Lite has four hi-speed UART ports. The first two ports are reserved for the JTAG interface. We enable by default ports 2 and 3 as UARTs (where port 2 is a conventional RS-232 UART) Signed-off-by: Adrian Thomasset --- drivers/usb/serial/ftdi_sio.c | 16 ++