From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9C8C461FCE; Sat, 9 May 2026 02:31:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778293869; cv=none; b=kmbmnyLbMbmuKqLzI1n6SQU+hcYBfssb85SAd04QRoRCMYieps9QlXdR28/Govze0f3vcw01mR+HpMcw7rv8Y51VxoQMYPx6m86dB9X1ePx+wXC/KOmOIVIMX5qUYEEmIPgnTOgehchiSYMztl58PbCChL0hGc8YSV4roZkJDzM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778293869; c=relaxed/simple; bh=b7b/9oHIhOsCVcPcBIn+wuwRqo3R1RFplH414IGXim4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=tIpdka/uHZKBh6qZ/Ct+k2a0zpZ8EHvH77o1Y7PIawJj0QtnvjMwwi9cfyRov4sgfCOpwWgEAA/gzb656vo6b0aUQnB9tCCI+Yg/qJYT4xMqmZLaXzbL364izL75gYMIkrO8ZwMYG0xHaB3RHwSdj88qCLxnBoaA82iDHDn2Ebk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NPLZ02ll; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NPLZ02ll" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33B17C2BCB0; Sat, 9 May 2026 02:31:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778293869; bh=b7b/9oHIhOsCVcPcBIn+wuwRqo3R1RFplH414IGXim4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=NPLZ02llpHSntIJ0ZN+QA5m/g8/3keECKsJqbmvjUotQePoo3ptObFaPLzpzStCLm VbxvD+O7DazKbHawSCPCAvWSCw6vDD+KyKqECi5QH4+cd84o6yqCIEnX5yZPsnpnF8 iZqkcvgdam2bexGvoKEvsPxR6ptWPQ164x0pJTlklwleM3Zmqj1/qEcsPx03Fg1vlo w7WeII7nhyq5LRTTsM5VojbUMoLIsJEAav8xTJK32p8hu1lgpgcan6Gr15tDpcs7LV nLsMsWEqAV10q8RqFThUAVfQrHu6602qVG59qUBs96qnDuAvE5NZYarcXmNfNc1x/5 2EiJPWZ0Ik8cA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9EF938119E9; Sat, 9 May 2026 02:30:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/9] net: dsa: microchip: Remove one indirection layer From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177829381730.943364.9337401831191138271.git-patchwork-notify@kernel.org> Date: Sat, 09 May 2026 02:30:17 +0000 References: <20260505-clean-ksz-driver-v1-0-05d70fa42461@bootlin.com> In-Reply-To: <20260505-clean-ksz-driver-v1-0-05d70fa42461@bootlin.com> To: Bastien Curutchet (Schneider Electric) Cc: woojung.huh@microchip.com, UNGLinuxDriver@microchip.com, andrew@lunn.ch, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, maxime.chevallier@bootlin.com, linux@armlinux.org.uk, pascal.eberhard@se.com, miquel.raynal@bootlin.com, thomas.petazzoni@bootlin.com, tristram.ha@microchip.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, vladimir.oltean@nxp.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 05 May 2026 16:25:00 +0200 you wrote: > Hi all, > > This series follows the discussions we had on a previous series that > aimed to add PTP support for the KSZ8463 (cf [1]). > > The KSZ driver got way too convoluted over time because it uses a common > framework to handle more than 20 switches split in 5 families (see below > table) > > [...] Here is the summary with links: - [net-next,1/9] net: dsa: microchip: Remove unused ksz8_all_queues_split() https://git.kernel.org/netdev/net-next/c/ac271f93f24a - [net-next,2/9] net: dsa: microchip: remove unused port_cleanup() callback https://git.kernel.org/netdev/net-next/c/7ab8c9db2d32 - [net-next,3/9] net: dsa: microchip: move KSZ8 ksz_dev_ops to ksz8.c https://git.kernel.org/netdev/net-next/c/2d0a20e4afd3 - [net-next,4/9] net: dsa: microchip: move KSZ9477 and LAN937 ksz_dev_ops to individual drivers https://git.kernel.org/netdev/net-next/c/0e3e45d330e7 - [net-next,5/9] net: dsa: microchip: move phylink_mac_ops to individual drivers https://git.kernel.org/netdev/net-next/c/617bd10450ef - [net-next,6/9] net: dsa: microchip: ensure each ksz_dev_ops has its own dsa_switch_ops https://git.kernel.org/netdev/net-next/c/a774b19c117d - [net-next,7/9] net: dsa: microchip: hook up ksz_switch_alloc() to chip-specific dsa_switch_ops https://git.kernel.org/netdev/net-next/c/adb50fc9960b - [net-next,8/9] net: dsa: microchip: split ksz_get_tag_protocol() https://git.kernel.org/netdev/net-next/c/af96c2f08ddb - [net-next,9/9] net: dsa: microchip: split ksz_connect_tag_protocol() https://git.kernel.org/netdev/net-next/c/1df461e52747 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html