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 1739FC433FE for ; Sat, 1 Jan 2022 17:41:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232611AbiAARl2 (ORCPT ); Sat, 1 Jan 2022 12:41:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230259AbiAARl1 (ORCPT ); Sat, 1 Jan 2022 12:41:27 -0500 Received: from fudo.makrotopia.org (fudo.makrotopia.org [IPv6:2a07:2ec0:3002::71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DD6CC061574; Sat, 1 Jan 2022 09:41:27 -0800 (PST) Received: from local by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.94.2) (envelope-from ) id 1n3iNV-0007Lq-3h; Sat, 01 Jan 2022 18:41:13 +0100 Date: Sat, 1 Jan 2022 17:41:07 +0000 From: Daniel Golle To: Andrew Lunn Cc: "Russell King (Oracle)" , linux-mediatek@lists.infradead.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Felix Fietkau , John Crispin , Sean Wang , Mark Lee , "David S. Miller" , Jakub Kicinski , Matthias Brugger , Russell King , Michael Lee , Heiner Kallweit Subject: Re: [PATCH v9 1/3] net: mdio: add helpers to extract clause 45 regad and devad fields Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 01, 2022 at 06:18:54PM +0100, Andrew Lunn wrote: > On Fri, Dec 31, 2021 at 08:52:35PM +0000, Russell King (Oracle) wrote: > > Add a couple of helpers and definitions to extract the clause 45 regad > > and devad fields from the regnum passed into MDIO drivers. > > > > Signed-off-by: Russell King (Oracle) > > This email has me confused. It seems to be coming directly from > Russell, but is part of a patchset? Then there is a second 1/3 later > in the patchset? That happened by accident when using git-send-email and hence the first time it was sent with Russell's From: in the RFC822 headers it was (rightly) rejected. I noticed that shortly after and resend the patch with my sender address set as From: in the RFC822 headers and Russell's From: in the mail body for only git, and not mailservers, to care about. Sorry for that additional noise.