]> www.infradead.org Git - users/jedix/linux-maple.git/commit
serial: 8250: Move CE4100 quirks to a module under 8250 driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 27 Jun 2025 18:25:00 +0000 (21:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Jun 2025 12:24:46 +0000 (14:24 +0200)
commitacc902de05b2b8229dc27820925b7573b6d2d34e
treed171579e01e0d1ec85aed85fddc275ba063c6de9
parent5e40169f7aa85396448cd79b561cf13f39f8e005
serial: 8250: Move CE4100 quirks to a module under 8250 driver

There is inconvenient for maintainers and maintainership to have
some quirks under architectural code. Move it to the specific quirk
file like other 8250-compatible drivers do.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250627182743.1273326-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/ce4100.h
arch/x86/platform/ce4100/ce4100.c
drivers/tty/serial/8250/8250_ce4100.c [new file with mode: 0644]
drivers/tty/serial/8250/Makefile