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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 26E63C7EE24 for ; Mon, 5 Jun 2023 10:30:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tHhMn1+FUI1Ksel/h0NFB6So9Z7iutmCvdL4zjM1EiU=; b=xwD19ofntElv/K F2Wdmf+yhtzBj6Ont66dQr2dJ/uB6kiqVn1YJcynBS5vD0m9DL9YaepgBU5OiIdGvjKOiPJC5nBA5 SXMDcOILSuWJvKg7Zfo/DEAP2x3Jgs/RfRsrTgBuLGMF90tnYTPbtJ8wQP8EfKwfssfl0ailsTHPv GcHAMPS25117/C2hWgN2mD0vR87orlOvm99QdTH0q/12LWDnq17//bpqQBnjUTZCc8ZMgpS+GNMpy Av/o5qKsRFj3An4mZZkRey6e7cuKyy1rK4EnHA5by3Wo6U0X9hrovxea11/1Ru+g4193od+0PPnKe MkUhj5NJtmxq4Z0GmNXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q67Tq-00F0i3-0P; Mon, 05 Jun 2023 10:30:30 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q67Tn-00F0hD-0p for linux-arm-kernel@lists.infradead.org; Mon, 05 Jun 2023 10:30:28 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1AC0562262; Mon, 5 Jun 2023 10:30:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id F2663C433A8; Mon, 5 Jun 2023 10:30:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685961025; bh=r7SBNDzqQ4HkG3iYEwb6pL1Y01Nzjaui1CwJ0WgZ5iM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=o2hLna/xHHsvisys85SwYE1VKoBEIh5hdOaMAHHcM87tv5pAsgUMZspkTSpIPLJFQ aPdI5meRPprATPVmR2x6PtdfvjyW1nZ6JsaYBKu8mtDAzx0ygRjfBBbc9NXtFZPtbj KqrObSzNdt1sCi9pvBgRu7XPIja/z+64wzoiKpflkoenLOkniLx7Ck0KJROQYbd8lN G4G54wOrjociaXqL2AGgb42s4l/FfhKMJxbgaq+WR/SUEkcbyM61ZPvCNlPrvZjCmk eMZL5ULx08CoJicLRZt3a5isLTKmI5UZa0HwmkWO2OZ56VgbK9XraIj99tdYRz4OKI kAEpq/uP0Elcg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id C021AE8723C; Mon, 5 Jun 2023 10:30:24 +0000 (UTC) MIME-Version: 1.0 Subject: Re: [PATCH net-next v4 0/4] net: add a regmap-based mdio driver and drop TSE PCS From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168596102478.26938.1530517069555858195.git-patchwork-notify@kernel.org> Date: Mon, 05 Jun 2023 10:30:24 +0000 References: <20230601141454.67858-1-maxime.chevallier@bootlin.com> In-Reply-To: <20230601141454.67858-1-maxime.chevallier@bootlin.com> To: Maxime Chevallier Cc: broonie@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, alexis.lothore@bootlin.com, thomas.petazzoni@bootlin.com, andrew@lunn.ch, kuba@kernel.org, edumazet@google.com, pabeni@redhat.com, f.fainelli@gmail.com, hkallweit1@gmail.com, linux@armlinux.org.uk, vladimir.oltean@nxp.com, ioana.ciornei@nxp.com, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, mcoquelin.stm32@gmail.com, joabreu@synopsys.com, alexandre.torgue@foss.st.com, peppe.cavallaro@st.com, simon.horman@corigine.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230605_033027_364076_E821903C X-CRM114-Status: GOOD ( 14.60 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 1 Jun 2023 16:14:50 +0200 you wrote: > Hello everyone, > > This is the V4 of a series that follows-up on the work [1] aiming to drop the > altera TSE PCS driver, as it turns out to be a version of the Lynx PCS exposed > as a memory-mapped block, instead of living on an MDIO bus. > > One step of this removal involved creating a regmap-based mdio driver > that translates MDIO accesses into the actual underlying bus that > exposes the register. The register layout must of course match the > standard MDIO layout, but we can now account for differences in stride > with recent work on the regmap subsystem [2]. > > [...] Here is the summary with links: - [net-next,v4,1/4] net: mdio: Introduce a regmap-based mdio driver https://git.kernel.org/netdev/net-next/c/642af0f92cbe - [net-next,v4,2/4] net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx https://git.kernel.org/netdev/net-next/c/db48abbaa18e - [net-next,v4,3/4] net: pcs: Drop the TSE PCS driver https://git.kernel.org/netdev/net-next/c/196eec4062b0 - [net-next,v4,4/4] net: stmmac: dwmac-sogfpga: use the lynx pcs driver https://git.kernel.org/netdev/net-next/c/5d1f3fe7d2d5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel