From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [78.32.30.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D203E35DD00; Mon, 2 Feb 2026 11:08:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=78.32.30.218 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770030537; cv=none; b=rEkW/HcfaRq7LQR1hyOVHNiaymhexBqArVBTwpytteq0XB69xYAuSKWi+Vwu6kCvrm+NBCKhEnGzOwr+5Ly1Hq2/xujSSpRLFsQvtr7JwPb9goh8sNKi4dML4C0KwYnAQbjGbYsiuE3pGYcDkCmkmL6gUA4VYjBMQA6QDlxDFA4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770030537; c=relaxed/simple; bh=PvKAovUNaJvC8+s0Jg843NaSI54s0Z6Fd/KSFiYQhqs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eA/pnjffIe75LpcaSUiz9DDsNs6K9OPReAVIpa6jSy30jjs8rYYLJQ1vvn5uZK2gDM5QNicnMAsEgrKbqFuGqgo0fWuOPr/+8OMIb8RexFELG0k/vz0pLwE7P/1nL79GJ/JCKaSXLo86oEIpVcRTJsopltjprlXumTfzW4wOpNQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=armlinux.org.uk; spf=none smtp.mailfrom=armlinux.org.uk; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b=F9Etb5hI; arc=none smtp.client-ip=78.32.30.218 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=armlinux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="F9Etb5hI" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=8GXEhcxnrPJI4HqzcHeRLssdsPmoUUVFpCoHDTkxVAc=; b=F9Etb5hI2eVAOtYnfwq1PhKWRr Cxwvs7OzaRLWoOt8d4xjM8NxNUc3bgFlM1aLM5AwIZXteKJtvYHUlhhpJq1uPvMLhRtZ3IU8LCH0K Rt4Y7jHpANwYAwqP6gDAHp1CwCKNvUfgLFXJEh0uYItOHCFsVLJv2HnRwYJ3cEo2EYm4rUGYHm3Nf mE7dLZC6VFu+oCc76dQn09tf5fL9Y6yPuxyARZLM/ycGAZebyBvmYMyBZBiLudkyUuZjY4w/S/ENa Fro0z79WPAvtQmDgPlfluyuW9MLatrhNiZ9KM5p+bL8TzELvT5Nb/A4WMR2a15XN8vlDlfMotX/gs GYc6ln4A==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:53754) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vmrnO-000000003vI-0rCx; Mon, 02 Feb 2026 11:08:42 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.98.2) (envelope-from ) id 1vmrnL-000000003LN-2QJr; Mon, 02 Feb 2026 11:08:39 +0000 Date: Mon, 2 Feb 2026 11:08:39 +0000 From: "Russell King (Oracle)" To: Daniel Golle Cc: Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiner Kallweit , Simon Horman , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Frank Wunderlich , Chad Monroe , Cezary Wilmanski , Avinash Jayaraman , Bing tao Xu , Liang Xu , Juraj Povazanec , "Fanni (Fang-Yi) Chan" , "Benny (Ying-Tsan) Weng" , "Livia M. Rosu" , John Crispin Subject: Re: [PATCH v12 3/4] net: mdio: add unlocked mdiodev C45 bus accessors Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Russell King (Oracle) On Sun, Feb 01, 2026 at 02:25:03AM +0000, Daniel Golle wrote: > Add helper inline functions __mdiodev_c45_read() and > __mdiodev_c45_write(), which are the C45 equivalents of the existing > __mdiodev_read() and __mdiodev_write() added by commit e6a45700e7e1 > ("net: mdio: add unlocked mdiobus and mdiodev bus accessors") > > Signed-off-by: Daniel Golle Sigh, there's too many versions of this patch series. While netdev has a 24H period, there is also this - note the last sentence. The reason this exists is to stop this exact problem, where ongoing discussion is split across multiple different versions of the same series. Resending after review ~~~~~~~~~~~~~~~~~~~~~~ Allow at least 24 hours to pass between postings. This will ensure reviewers from all geographical locations have a chance to chime in. Do not wait too long (weeks) between postings either as it will make it harder for reviewers to recall all the context. Make sure you address all the feedback in your new posting. *Do not post a new version of the code if the discussion about the previous version is still ongoing, unless directly instructed by a reviewer.* -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!