]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: 8250: Extract platform driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 6 May 2024 14:00:59 +0000 (17:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 12:01:50 +0000 (14:01 +0200)
commitffd8e8bd26e945a957e827427e8cbe8fa8e23d0d
tree3402120818ee506bcd67879e70705dbb036bd8fc
parentc0e1aa60d6bd8c29096f86f311283a6a9b63aae9
serial: 8250: Extract platform driver

Extract platform driver to a separate module for better maintenance
and to reduce churn on 8250_core part changes when it's solely related
to the former. No functional changes intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Sunil V L <sunilvl@ventanamicro.com>
Tested-by: Sunil V L <sunilvl@ventanamicro.com>
Link: https://lore.kernel.org/r/20240506140308.4040735-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250.h
drivers/tty/serial/8250/8250_core.c
drivers/tty/serial/8250/8250_platform.c [new file with mode: 0644]
drivers/tty/serial/8250/Makefile