openwrt/target/linux/generic
Stijn Tintel 4ecf8346c0 kernel: enable SERIAL_8250_16550A_VARIANTS
Kernel 5.6 introduced a new config symbol SERIAL_8250_16550A_VARIANTS.
In kernel 5.8, this symbol was changed to default to on on !x86, as some
embedded devices still use 16650A variants. Let's play safe here and
enable this symbol in the generic config, to avoid others from running
into this problem and having to spend several hours trying to bisect
this problem. While we could disable the symbol in the x86 target
configs, a 20ms boot time reduction really isn't worth the time wasted
on bisecting this issue.

Matt discovered this problem while working on adding support for the
WatchGuard Firebox M200 to the qoriq target, where it caused some
characters to be missing on the console output.

Reported-by: Matt Fawcett <mattytap@icloud.com>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Reviewed-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-03-18 14:44:39 +02:00
..
backport-5.4 kernel: backport fix for initializing skb->cb in the bridge code to 5.4 2022-02-16 20:38:06 +01:00
backport-5.10 kernel: backport DSA patches fixing null-pointer dereference for 5.10 2022-03-15 08:33:45 +01:00
files
hack-5.4 kernel: remove 640-bridge-only-accept-EAP-locally.patch 2022-02-12 23:50:26 +01:00
hack-5.10 kernel: wwan: add MeigLink SLM750 modem support 2022-03-10 17:59:07 +00:00
image
other-files
pending-5.4 kernel: backport fix for initializing skb->cb in the bridge code to 5.4 2022-02-16 20:38:06 +01:00
pending-5.10 kernel: move parser_trx patches of custom magic to generic 2022-03-06 20:40:07 +01:00
config-5.4 kernel: include CONFIG_KEXEC_SIG in configs 2022-03-15 08:33:45 +01:00
config-5.10 kernel: enable SERIAL_8250_16550A_VARIANTS 2022-03-18 14:44:39 +02:00
config-filter
PATCHES