From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A5EAC2BA1B for ; Sat, 16 Sep 2023 19:46:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237939AbjIPTp5 (ORCPT ); Sat, 16 Sep 2023 15:45:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237290AbjIPTpx (ORCPT ); Sat, 16 Sep 2023 15:45:53 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57A19CDE; Sat, 16 Sep 2023 12:45:48 -0700 (PDT) From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1694893546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vsAZGo1LDmsx0eNheZ1sbFob+5+H0uD3ImSzoDM1eN0=; b=Ds+V0jJykQ9snU22NpFxo4ZFJ7k6QcNANTNtwoXeut9StqCciy2CKhzSJ3IF4HQUID+lGH Npouo7RRf3HCBpPhF7S86AO/gMAEKMwZ+P5Pi1pOELgXqldozfDcIs/BxLSGl1R6wAZvmh QXSkFA5v17ArxaYo3yyyBzMSHb5wB4sE+Xp4R+eK5Y13lpDJhCvQcelHtPztue1qOtxwKA hA5Rpniha4fVQndLxQQUrXosqCqJ/AbGytSyQ07aXdlqf0yV8zJUI1I76tUXP3DVUrOLVM XFhDzpNQotd6d5uBrUhoJIE/77qhYo8uUk6yGehFiReFZLHZxzwFvNWqZaou+A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1694893546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vsAZGo1LDmsx0eNheZ1sbFob+5+H0uD3ImSzoDM1eN0=; b=SH3zc15x8zH5+UDgFth70vyyKqbSCkeqT0GSWAOnqct6ifOj0QlJgiGmOBEHOygxLdgWWg PgDcBlGRjeb4VsCg== To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Cc: Greg Kroah-Hartman , Marek Vasut , Petr Mladek , Fabio Estevam , Pengutronix Kernel Team , Rob Herring , Jiri Slaby , Sascha Hauer , Tom Rix , linux-kernel@vger.kernel.org, Sergey Organov , NXP Linux Team , linux-serial@vger.kernel.org, Ilpo =?utf-8?Q?J=C3=A4rvinen?= , Thomas Gleixner , Shawn Guo , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH tty v1 29/74] serial: imx: Use port lock wrappers In-Reply-To: <20230915202122.ulgy4fdxpsxmecbo@pengutronix.de> References: <20230914183831.587273-1-john.ogness@linutronix.de> <20230914183831.587273-30-john.ogness@linutronix.de> <20230915202122.ulgy4fdxpsxmecbo@pengutronix.de> Date: Sat, 16 Sep 2023 21:51:40 +0206 Message-ID: <875y49nbq3.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-09-15, Uwe Kleine-K=C3=B6nig wrote: >> Converted with coccinelle. No functional change. >>=20 >> Signed-off-by: Thomas Gleixner > > This lacks a Signed-off line by John. I really didn't have anything to do with the development of this series. (I just did basic testing and the posting to LKML.) But I have no problems adding my SoB if that is more appropriate. John