serial: 8250_of: Drop quirk fot NPCM from 8250_port
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 15 Feb 2024 14:50:08 +0000 (16:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Feb 2024 17:59:59 +0000 (18:59 +0100)
commitcd0eb354d441488feed6685adbeb1acd45db1b8d
tree0dfb10301c53c98839de04f6b7aadba880018817
parent5fcd6e71e8c5ac9091933dc44997f9ed68d9384a
serial: 8250_of: Drop quirk fot NPCM from 8250_port

We are not supposed to spread quirks in 8250_port module especially
when we have a separate driver for the hardware in question.

Move quirk from generic module to the driver that uses it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20240215145029.581389-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_of.c
drivers/tty/serial/8250/8250_port.c