linux_dsm_epyc7002/drivers/tty/serial/8250
Lubomir Rintel 8c6b6ffac3 serial: 8250_pxa: avoid autodetecting the port type
If we're unlucky enough that this drivers binds to a mrvl,mmp-uart device
on a MMP3, the port type gets detected as 16550A instead of XScale, and it
won't work. Other drivers that may bind to the same hardware are 8250_of
and, god forbid, serial_pxa.

Force the port type, we know it's a PORT_XSCALE.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20200219080130.4334-1-lkundrak@v3.sk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-02-19 11:38:57 +01:00
..
8250_accent.c
8250_acorn.c
8250_aspeed_vuart.c tty/serial: Migrate aspeed_vuart to use has_sysrq 2019-12-17 15:16:17 +01:00
8250_bcm2835aux.c serial: 8250_early: Add earlycon for BCM2835 aux uart 2020-02-10 12:34:44 -08:00
8250_boca.c
8250_core.c tty/serial: Migrate 8250_fsl to use has_sysrq 2019-12-18 15:04:42 +01:00
8250_dma.c serial: 8250: factor out serial8250_{set,clear}_THRI() helpers 2019-06-18 09:36:55 +02:00
8250_dw.c serial: 8250_dw: Avoid double error messaging when IRQ absent 2019-11-04 17:45:31 +01:00
8250_dwlib.c serial: 8250_dw: split Synopsys DesignWare 8250 common functions 2019-09-04 12:43:52 +02:00
8250_dwlib.h serial: 8250_dw: split Synopsys DesignWare 8250 common functions 2019-09-04 12:43:52 +02:00
8250_early.c
8250_em.c
8250_exar_st16c554.c
8250_exar.c tty/serial: 8250_exar: Replace zero-length array with flexible-array member 2020-02-12 12:07:12 -08:00
8250_fintek.c
8250_fourport.c
8250_fsl.c tty/serial: Migrate 8250_fsl to use has_sysrq 2019-12-18 15:04:42 +01:00
8250_gsc.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
8250_hp300.c
8250_hub6.c
8250_ingenic.c
8250_ioc3.c Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driver 2020-02-08 14:19:39 -08:00
8250_lpc18xx.c tty: Remove dev_err() usage after platform_get_irq() 2019-09-04 12:43:49 +02:00
8250_lpss.c serial: 8250_lpss: Switch over to MSI interrupts 2019-10-04 14:58:05 +02:00
8250_men_mcb.c drivers: mcb: use symbol namespaces 2019-11-03 19:54:53 +01:00
8250_mid.c
8250_mtk.c serial: 8250-mtk: Use platform_get_irq_optional() for optional irq 2019-11-04 17:45:32 +01:00
8250_of.c serial: 8250_tegra: Create Tegra specific 8250 driver 2020-02-10 12:34:44 -08:00
8250_omap.c TTY/Serial driver updates for 5.6-rc1 2020-01-29 10:13:27 -08:00
8250_pci.c serial: 8250_pci: Replace zero-length array with flexible-array member 2020-02-13 12:00:23 -08:00
8250_pnp.c serial: 8250_pnp: Move to struct dev_pm_ops 2019-09-04 12:43:46 +02:00
8250_port.c TTY/Serial driver updates for 5.6-rc1 2020-01-29 10:13:27 -08:00
8250_pxa.c serial: 8250_pxa: avoid autodetecting the port type 2020-02-19 11:38:57 +01:00
8250_tegra.c serial: 8250_tegra: Create Tegra specific 8250 driver 2020-02-10 12:34:44 -08:00
8250_uniphier.c tty: Remove dev_err() usage after platform_get_irq() 2019-09-04 12:43:49 +02:00
8250.h tty/serial/8250: use mctrl_gpio helpers 2019-06-21 10:18:43 +02:00
Kconfig serial: 8250_tegra: Create Tegra specific 8250 driver 2020-02-10 12:34:44 -08:00
Makefile serial: 8250_tegra: Create Tegra specific 8250 driver 2020-02-10 12:34:44 -08:00
serial_cs.c