Re: [PATCH v5 34/37] serial: 8250_ingenic: support for Ingenic SoC UARTs

2015-05-31 Thread Greg Kroah-Hartman
On Sun, May 24, 2015 at 04:11:44PM +0100, Paul Burton wrote: > Introduce a driver suitable for use with the UARTs present in > Ingenic SoCs such as the JZ4740 & JZ4780. These are described as being > ns16550 compatible but aren't quite - they require the setting of an > extra bit in the FCR registe

[PATCH v5 34/37] serial: 8250_ingenic: support for Ingenic SoC UARTs

2015-05-24 Thread Paul Burton
Introduce a driver suitable for use with the UARTs present in Ingenic SoCs such as the JZ4740 & JZ4780. These are described as being ns16550 compatible but aren't quite - they require the setting of an extra bit in the FCR register to enable the UART module. The serial_out implementation is the sam