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)
commit4b967e63fdfbc234dc53dc085236009c85d5451f
treeabf0b7ea55d7814e4b8a1d8c8f5180a2a69066c6
parent6798e901ab237ae51a3d192d571ec1e462e962b5
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