summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dwlib.c
Commit message (Collapse)AuthorAgeFilesLines
* serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko2019-09-041-0/+126
We would like to use same functions in the couple of drivers for Synopsys DesignWare 8250 UART. Split them from 8250_dw into new brand library module which users will select explicitly. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20190806094322.64987-3-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>