[PATCH 1/2] serial: Provide capability to disable modem status interrupts in 8250 driver
From: Michael Williamson <hidden>
Date: 2011-01-04 14:10:56
Also in:
linux-serial, lkml
From: Michael Williamson <hidden>
Date: 2011-01-04 14:10:56
Also in:
linux-serial, lkml
On 1/4/2011 8:56 AM, Alan Cox wrote:
quoted
This patch was tested using a MityDSP-L138F platform having a UART CTS pin connected to a clock signal (and configured, via pinmux, as a clock input for another peripheral function).Please hide such horrors in your platform code. We are trying todrive all the quirks stuff we can out of the core code. Instead provide your own I/O methods when registering the port and mask the appropriate bogus bits in the register.
Got it. Thanks for the guidance. -Mike