summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_platform.c
Commit message (Expand)AuthorAgeFilesLines
* serial: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-111-1/+1
* serial: 8250_platform: Unify comment styleAndy Shevchenko2024-08-141-16/+19
* serial: 8250_platform: Refactor serial8250_probe()Andy Shevchenko2024-08-141-16/+27
* serial: 8250_platform: Switch to use platform_get_mem_or_io()Andy Shevchenko2024-08-141-9/+11
* serial: 8250_platform: Tidy up ACPI ID tableAndy Shevchenko2024-08-141-2/+2
* serial: 8250_platform: Use same check for ACPI in the whole driverAndy Shevchenko2024-08-141-2/+1
* serial: 8250_platform: Don't shadow error from serial8250_register_8250_port()Andy Shevchenko2024-08-141-1/+1
* serial: 8250_platform: Remove duplicate mappingAndy Shevchenko2024-08-141-6/+0
* serial: 8250_platform: fix uart_8250_port initializerArnd Bergmann2024-08-071-1/+1
* serial: 8250_platform: remove ACPI_PTR() annotationArnd Bergmann2024-08-071-1/+1
* serial: 8250_platform: Enable generic 16550A platform devicesSunil V L2024-07-311-0/+77
* Merge 6.10-rc6 into tty-nextGreg Kroah-Hartman2024-07-011-3/+0
* serial: 8250_platform: Explicitly show we initialise ISA ports only onceAndy Shevchenko2024-06-241-6/+7
* serial: 8250: Extract platform driverAndy Shevchenko2024-06-041-0/+339