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 035F11C01 for ; Fri, 3 Apr 2026 01:10:47 +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=1775178648; cv=none; b=aMdtJCLMQx255lXpemQBI27mK9/74NcLv1A9/tZLMQHdX56UkwJhVfVy44hyT5KDqmBG3cauIe1Ogqh2ef2HAsJWv3CPNJKC3ZHwuYuUzskmZ400RJ3AD27lETujofqdeyWCPN2QFpM/imCn0SZBrI1+De20tVai2BPPAU/jeHY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775178648; c=relaxed/simple; bh=hIlEVxHxn+0u31TUjr/YZm97uUqc/Scm5r6kuFkzKWA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=mw7yfr1Ez35V8DBRmhbKFwnr+ad//E1AeLF3cit32DY5A8heGjvNCHbGTzNPEbSClSa8ZdUFuNZaDoUbu1CE/8pQ44WZDLx+oTdZ4GQfz99rp2lKTajyGsbOX1SOMXbFjYSxd9hFobZrcP/DDyK1wxGr9hx9/Qu+Y8il7IwUsNE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ksNCmFEt; 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="ksNCmFEt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2988C116C6; Fri, 3 Apr 2026 01:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775178647; bh=hIlEVxHxn+0u31TUjr/YZm97uUqc/Scm5r6kuFkzKWA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ksNCmFEtZB+coLKCDAYUOXri/bBWKQqvatys1+20vRpLdJR1OOkCuKJcsCXHSIlx1 1PlPEaPD253f7Xt7y9Q/wteLa7VmkQZccmF9Wqs9l/sHAMVt6ioPn7AWgyuiRMFPXa 28WuIbDPfSMcQSQJ2V8JgMwJQJEW6ltICRJ8DTff+0AYzduXOoww55izbKo3tWZ+WK RukH0vIwdZ87RaCP/D5083RD6HEYRqW2rbqayKuJ5v4yyZAgvx76V6Hpeva1upWBE5 eq/gAUKUcyagL8ySgP9MZomMRpdAFMG70cGU8zC4RJ0xZa/w3HrexafZAJmFGH5LPN AsvUZqVGpVFBw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02E8B3809A09; Fri, 3 Apr 2026 01:10:31 +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 v3 0/2] net: phy: microchip: add downshift support for LAN88xx From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177517862978.685228.4102361221441517490.git-patchwork-notify@kernel.org> Date: Fri, 03 Apr 2026 01:10:29 +0000 References: <20260401123848.696766-1-nb@tipi-net.de> In-Reply-To: <20260401123848.696766-1-nb@tipi-net.de> To: Nicolai Buchwitz Cc: netdev@vger.kernel.org, phil@raspberrypi.com, linux@armlinux.org.uk, andrew@lunn.ch Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 1 Apr 2026 14:38:43 +0200 you wrote: > Add standard ETHTOOL_PHY_DOWNSHIFT tunable support for the Microchip > LAN88xx PHY, following the same pattern used by Marvell and other PHY > drivers. > > Ethernet cables with faulty or missing pairs (specifically C and D) > can successfully auto-negotiate 1000BASE-T but fail to establish a > stable link. The LAN88xx PHY supports automatic downshift to > 100BASE-TX after a configurable number of failed attempts (2-5). > > [...] Here is the summary with links: - [net-next,v3,1/2] net: phy: microchip: add downshift tunable support for LAN88xx https://git.kernel.org/netdev/net-next/c/e417ac73d24a - [net-next,v3,2/2] net: phy: microchip: enable downshift by default on LAN88xx https://git.kernel.org/netdev/net-next/c/70180f72d911 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html