[SERIAL] Locking fixup (part 1)
authorRussell King <rmk@flint.arm.linux.org.uk>
Sat, 27 Jul 2002 12:27:42 +0000 (13:27 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sat, 27 Jul 2002 12:27:42 +0000 (13:27 +0100)
commit166c0fe87b9d5592fe58d51d8d32337cfa0a0eea
tree612085e7e4f0bd75b028196cec7700b8deb38ddb
parentc75efab2e7bff509b22cfce9ccbbca33aee375f6
[SERIAL] Locking fixup (part 1)
After the last few days of debugging, we've ended up with the caller
of the start_tx and stop_tx methods taking the per-port lock.  This
cset and the accompanying csets make the same change to some of the
other methods for consistency reasons.  Since these methods don't
contain a lot of code, it is better that they have consistent locking
rules.

This cset fixes up the stop_rx method.
Documentation/serial/driver
drivers/serial/21285.c
drivers/serial/8250.c
drivers/serial/amba.c
drivers/serial/anakin.c
drivers/serial/core.c
drivers/serial/sa1100.c