From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 779733655C4 for ; Tue, 12 May 2026 12:27:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778588823; cv=none; b=ZEqE+QbvLX/5R1r1kzytphoYOneVTuveUNoAy4XTxP1in5te56VbVwa06/ur6Axvr2fxBBkLFYQB9vOJZB7kg18F62VIOosG5/k0DUR01WVE2/hzf6FexGfyrY65Ygk7Uwl8bfkg6eTgQWoQudZDsIVkGE1Z8Q1Qguv1gMfNlKA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778588823; c=relaxed/simple; bh=/NfK4Aqzck1yzQ4qWf4oC+XhPwcrbIHGTghnw8amPdc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Cuqt6VrfpWrd7bkUqygTOyVgMuNkkzVCQ5fLa6W9gErx/AlwmM4jbuEPnmN2w9bPXmcwrqsLltN8YMCQqZ9iBgp9QhdPqHx5QiPhyUIu3BGuJhm93wQpNAmtyN1O+943AwGb3eQTDH7E8hPz7aJuh9GB5r17jXOq8TtXYg6qP5Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=UTTxliGM; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="UTTxliGM" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=hANMXvjbHOerJR0ZrunIvwIsoJyrpZgeEWu1V0dqpFI=; b=UTTxliGMsTSNwi4gtmFVZRRtCg ORyBnl6uSUagSFNHxDD+2sGKKDAM62HLqamg9TrhLICNSDKZ1msIdIpM7sCYVtd9I4b1nn8Q/C9jt 1Jgkqg2GN0/uM4tBC2kZb3U2X7tbqyfLslXDc1780eQW4I3z4gLyw7990HqpDbLekQ/s=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wMmCG-002Xfa-SV; Tue, 12 May 2026 14:26:48 +0200 Date: Tue, 12 May 2026 14:26:48 +0200 From: Andrew Lunn To: Zhao Dongdong Cc: davem@davemloft.net, hkallweit1@gmail.com, kuba@kernel.org, netdev@vger.kernel.org, Zhao Dongdong Subject: Re: [PATCH] net: mdiobus: add mdio_c45_bad_oui_list for mdiobus_prevent_c45_scan Message-ID: <031a1fce-259b-4b1b-95ed-2917a6b81659@lunn.ch> References: Precedence: bulk X-Mailing-List: netdev@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: On Tue, May 12, 2026 at 04:25:21PM +0800, Zhao Dongdong wrote: > From: Zhao Dongdong > > Added the mdio_c45_bad_oui_list to facilitate adding more PHYs that > do not support C45 scanning. > > Signed-off-by: Zhao Dongdong Please make this is patch series which adds the PHY you have which is also broken. Andrew --- pw-bot: cr