[PATCHv3 1/8] serial: 8250: Allow drivers to deliver capabilities

2013-01-10 Thread Heikki Krogerus
Modern UARTs are able to provide information about their capabilities such as FIFO size. This allows the drivers to deliver this information to 8250.c when they are registering ports. Signed-off-by: Heikki Krogerus Reviewed-by: Jamie Iles Acked-by: Alan Cox --- drivers/tty/serial/8250/8250.c

[PATCHv3 1/8] serial: 8250: Allow drivers to deliver capabilities

2013-01-10 Thread Heikki Krogerus
Modern UARTs are able to provide information about their capabilities such as FIFO size. This allows the drivers to deliver this information to 8250.c when they are registering ports. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com Reviewed-by: Jamie Iles ja...@jamieiles.com