]> git.baikalelectronics.ru Git - kernel.git/commit
serial: lantiq: Add SMP support
authorRahul Tanwar <rahul.tanwar@linux.intel.com>
Wed, 7 Aug 2019 09:21:31 +0000 (17:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Sep 2019 10:43:52 +0000 (12:43 +0200)
commitaf33bc0ee83afb5ab85a822769cdfb31258c691e
treeabf0b7ea55d7814e4b8a1d8c8f5180a2a69066c6
parent7efd4b2716ceac9c878ab67609c79dfa89bc8c9a
serial: lantiq: Add SMP support

The existing driver can only support single core SoC. But new multicore
platforms which reuse the same driver/IP need SMP support. This patch adds
multicore support in the driver.

Signed-off-by: Rahul Tanwar <rahul.tanwar@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Link: https://lore.kernel.org/r/7912786cccad60c72b20ea724af1def505ab22aa.1565160764.git.rahul.tanwar@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/lantiq.c