Re: [PATCHv2 3/3] serial: 8250_dw: Add quirk for APM X-Gene SoC
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2016-08-31 14:15:54
Also in:
linux-acpi
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2016-08-31 14:15:54
Also in:
linux-acpi
On Tue, Aug 23, 2016 at 11:33:28AM +0300, Heikki Krogerus wrote:
The APM X-Gene SoC UART is the only board that still needs the hard-coded values, so handle it separately in dw8250_quirks(). The other ACPI platforms are able to provide the values with device properties. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Cc: Feng Kan <redacted> --- drivers/tty/serial/8250/8250_dw.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-)
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>