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 A0EF43B6341 for ; Wed, 11 Mar 2026 09:22:20 +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=1773220940; cv=none; b=IH4nzUzjGjO6TXwATC2oWFmdj7jHg+5N4ABeAr8KYm+7lb+9AFmVOEhAlaAWMcE0+PILTyP4Dy0HbVMIyjdzVBFxRIsuz/BLREv1O1Q2nNsdvTo5WOSMP2vrFxqih+REX1xmTt2EP8sA4/q3DURWcJJdupN0aoBLI1pSH3lO04w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773220940; c=relaxed/simple; bh=nwnCtT5rZ3SSPWoE89WolsuErn7PYGAmzNRkH08jgUY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qev3VL2CF8rDbW9e8VabWTjc+7h/JWXRouVjiexFHcTJNPpHiAvPGNdAM5wIMFjavk9hx6peB/jitDa180mjtOlkqakLhsyYrzKaJtJCdvxd/uruITtwxrSDcmeirq8XZN5mzYYTCBgf6CG28HPJf0vTNl0qgelPECtzHhGZClw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=a/2CnPIi; 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="a/2CnPIi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A33FFC2BC86; Wed, 11 Mar 2026 09:22:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773220940; bh=nwnCtT5rZ3SSPWoE89WolsuErn7PYGAmzNRkH08jgUY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a/2CnPIiAqT7y1RVDWt9iUjtEKLmnwEx03+zlxumpTXCkKaWvDHLCtvAJUOw6rZZ4 PNkpSXtx1wPqFWe2IhUQkIg/4sTjSfv3Oq/7TF4W2GxvnGo0yHx5wnNa36OPtmvE6s z0E3ghdYAwIqH78N4JAro3a8kMiCStUDrgIJccndQlduSX45531xA/mgOvNcJmYFwG UULd0ns9woVYhi3tbaT/SrSKZpIV8vDWqMz11gHUz/Sz3HA3ExrwjxjGA68hZxsxI/ wQudvm/QLH3CT0uW4PCJZXga38+var0eJtERceRvSoKDpzP0QKSdqyk9hgP1cVaEV6 9ms/efSWQdT9A== Date: Wed, 11 Mar 2026 09:22:16 +0000 From: Conor Dooley To: "Russell King (Oracle)" Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , netdev@vger.kernel.org, Paolo Abeni Subject: Re: [PATCH net-next] net: phy: vitesse: add inband caps and configuration Message-ID: <20260311-hazard-laptop-c8a44ccf92f3@spud> References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LgTnV1t/dKEOw+OA" Content-Disposition: inline In-Reply-To: --LgTnV1t/dKEOw+OA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 11, 2026 at 01:07:00AM +0000, Russell King (Oracle) wrote: > Add support for VSC8662 reporting its inband capabilities, and also > hook to configure the PHY's inband mode. >=20 > This fixes a regression in the macb driver caused by commit > 1338cfef1ff1 ("net: macb: fix SGMII with inband aneg disabled") >=20 > Reported-by: Conor Dooley > Link: https://lore.kernel.org/r/20260304-nebulizer-rounding-40fbc81a2ba1@= spud > Signed-off-by: Russell King (Oracle) Tested-by: Conor Dooley Thanks Russell. --LgTnV1t/dKEOw+OA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCabE0SAAKCRB4tDGHoIJi 0lqiAQCzQKnZnuukKMujZN4g811hHZWJV8QtGdNcM/PXdu0ZMQD/WgNUv8RI/L59 oIeMywOYLx4luXd84ok22ZKr1ryDBQY= =uA4P -----END PGP SIGNATURE----- --LgTnV1t/dKEOw+OA--