On Thu, Feb 20, 2025 at 12:16:03PM +0100, Jiri Slaby (SUSE) wrote:
There are serial_in/out() helpers to be used instead of direct
p->serial_in/out(). Use them in various 8250 drivers.
Okay, I have checked all calls, and I think to avoid possible issues
we need to add a few comments here and there, see below.
But first of all, can we actually use serial_port_in()/serial_port_out()
in the cases where we have already a pointer to uart_port?