]> www.infradead.org Git - users/jedix/linux-maple.git/commit
serial: 8250_ni: use serial_port_in()/serial_port_out() helpers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 21 Mar 2025 18:20:16 +0000 (20:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Apr 2025 14:51:20 +0000 (16:51 +0200)
commit2e4899740ebbbddcbf57b54198c20f3843543aa7
treebfbcd7d2bba18a2740d92ff7e5d82c95cf36fe4e
parent38dbd9517d5872b2cafb576656fb214b48b1e893
serial: 8250_ni: use serial_port_in()/serial_port_out() helpers

There are serial_port_in()/serial_port_out() helpers to be used
instead of direct p->serial_in()/p->serial_out().

Use them in various 8250 drivers.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Chaitanya Vadrevu <chaitanya.vadrevu@emerson.com>
Reviewed-by: Chaitanya Vadrevu <chaitanya.vadrevu@emerson.com>
Link: https://lore.kernel.org/r/20250321182119.454507-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_ni.c