serial: port: Add support of PNP IRQ to __uart_read_properties()
authorGuanbing Huang <albanhuang@tencent.com>
Tue, 16 Apr 2024 03:16:37 +0000 (11:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Apr 2024 11:14:30 +0000 (13:14 +0200)
commit18ba7f2d99f698251294fe9521da3f00d03f96aa
tree0031ebbeebe2e2df40a89b0ec35c774ef8fb3ec2
parent2a49b45cd0e7e8c9a0cd5e2f3993b558469ed744
serial: port: Add support of PNP IRQ to __uart_read_properties()

The function __uart_read_properties doesn't cover PNP devices, so add IRQ
processing for PNP devices in the branch.

Signed-off-by: Guanbing Huang <albanhuang@tencent.com>
Suggested-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bing Fan <tombinfan@tencent.com>
Tested-by: Linheng Du <dylanlhdu@tencent.com>
Link: https://lore.kernel.org/r/7f4ca31ef1cab4c6ecad22fafd82117686b696be.1713234515.git.albanhuang@tencent.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_port.c