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 A548CE77374 for ; Sat, 30 Sep 2023 14:26:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234255AbjI3O0Z (ORCPT ); Sat, 30 Sep 2023 10:26:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234225AbjI3O0Z (ORCPT ); Sat, 30 Sep 2023 10:26:25 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED529C2; Sat, 30 Sep 2023 07:26:22 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69F5FC433C7; Sat, 30 Sep 2023 14:26:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696083982; bh=yuwOzBUFuSwro3iLAXmu5vHp060VKlPzw+sS1DN/psQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=gN6TdBPQW4a4A7FKUNC89QbM1sXXGeJ9DRdM/WQVvPWvCICxOc9h4CTptGmrH/yIU ZEftsQqfwDBVArdY/BNw4j27WzvwcWT7c5ygu+9jn7cwtw1k0P3Z/57qh7PbT9C+TV UJE2DL7RJicTHhod17AOLG3hEak5mlVR/2e5XpBmuBo3EFV8HRfG0CMhYucnfEnBVC UVCkULtPfoYY5IZ4mbIzYSsx2bF5jKiI3nNKh9motE+3xt9j8Rix0mGGr96/KcAgDW e0yAYexrCH8hkQEy8h2DDz6e6lsiiaGllHVQW83nw0ifBTgFxkqa6rpQvvX2Bv1bYu l6F56tUBt546g== Date: Sat, 30 Sep 2023 15:26:21 +0100 From: Jonathan Cameron To: David Lechner Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-staging@lists.linux.dev, David Lechner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Michael Hennerich , Nuno =?UTF-8?B?U8Oh?= , Axel Haslam , Philip Molloy , linux-kernel@vger.kernel.org, Apelete Seketeli Subject: Re: [PATCH v3 00/27] iio: resolver: move ad2s1210 out of staging Message-ID: <20230930152603.6b188798@jic23-huawei> In-Reply-To: References: <20230929-ad2s1210-mainline-v3-0-fa4364281745@baylibre.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Fri, 29 Sep 2023 12:49:42 -0500 David Lechner wrote: > On Fri, Sep 29, 2023 at 12:25=E2=80=AFPM David Lechner wrote: > > > > From: David Lechner > > =20 >=20 > Ugh, an automated tool picked up my personal email on this for some > reason. This extra From: line can be dropped from any patches that get > picked up on this round. I will make sure to double-check next time. Seems b4 picks up the second, correct From anyway which is handy ;) Jonathan