Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'tty-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull serial driver fix from Greg KH:
"Here is a single 8250 Kconfig fix for 5.15-rc6 that resolves a
regression that showed up in 5.15-rc1. It has been in linux-next for a
while with no reported issues"

* tag 'tty-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
serial: 8250: allow disabling of Freescale 16550 compile test

+6 -2
+6 -2
drivers/tty/serial/8250/Kconfig
··· 361 361 If unsure, say N. 362 362 363 363 config SERIAL_8250_FSL 364 - bool 364 + bool "Freescale 16550 UART support" if COMPILE_TEST && !(PPC || ARM || ARM64) 365 365 depends on SERIAL_8250_CONSOLE 366 - default PPC || ARM || ARM64 || COMPILE_TEST 366 + default PPC || ARM || ARM64 367 + help 368 + Selecting this option enables a workaround for a break-detection 369 + erratum for Freescale 16550 UARTs in the 8250 driver. It also 370 + enables support for ACPI enumeration. 367 371 368 372 config SERIAL_8250_DW 369 373 tristate "Support for Synopsys DesignWare 8250 quirks"