From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Ogness Date: Mon, 18 Sep 2023 10:29:30 +0206 Subject: [PATCH tty v1 00/74] serial: wrappers for uart port lock In-Reply-To: <20230914183831.587273-1-john.ogness@linutronix.de> References: <20230914183831.587273-1-john.ogness@linutronix.de> Message-ID: <87y1h3lwjh.fsf@jogness.linutronix.de> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 2023-09-14, John Ogness wrote: > Provide and use wrapper functions for spin_[un]lock*(port->lock) > invocations so that the console mechanics can be applied later on at a > single place and does not require to copy the same logic all over the > drivers. For the full 74-patch series: Signed-off-by: John Ogness Sorry that my SoB was missing from the initial posting. John Ogness