Re: [PATCH 4/5] mips: msp71xx/serial: add workaround for DW UART
From: Ralf Baechle <hidden>
Date: 2011-08-17 12:58:04
From: Ralf Baechle <hidden>
Date: 2011-08-17 12:58:04
On Mon, Aug 15, 2011 at 10:17:54AM +0100, Jamie Iles wrote:
The Synopsys DesignWare UART in pmc-sierra msp71xx has an extra feature where the UART detects a write attempt to the LCR whilst busy and raises an interrupt. The driver needs to clear the interrupt and rewrite the LCR. Move this into platform code and out of the 8250 driver. Cc: Ralf Baechle <redacted> Cc: Alan Cox <redacted> Signed-off-by: Jamie Iles <redacted>
Not quite the way I'd have done it but looks like it's going to work. Acked-by: Ralf Baechle <redacted> Ralf