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 6A790219E8; Sun, 11 May 2025 16:28:55 +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=1746980937; cv=none; b=oHi6fiLS4r9NuXPIjqWhwtdcyHucdzs6a3IC0Y2OPTBWVdlt0Vv1OYztAWEgsDjnYOzvUztYOqS0VERBKKzBW061FsCvkghmvOq61OX/T5mM0IqIWj59vheowrm9kql94ZKX08Y7jbdyEpHHb4jfYhWtczjWunqQdtg+/cpusj8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746980937; c=relaxed/simple; bh=A8vZFKnCSu4vBom4UjxNtK2aLZLxMmQ6qXACDT1kgF8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=htRkKQX64tIxwSlgunzd1pln1WDt60xWM2TjfvNvC7RBPt5DxP3RYqN8OD6OldABPjpJkVY5F8vbgebZZrmeVGcJJdfxgxrWIYVDjqLd/qd7TW9RBa+y/mr7LjGp3QSWBNuI+azr97nGr2nU6edAQX1WVbQZdyUqXFBVk2swHYE= 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=nVgnMzQq; 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="nVgnMzQq" 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=mn34+aBjpz+mpyZ8/TjtYHeQxAKDEeoodXqicYun3dY=; b=nVgnMzQqoZEoRdDgLmy9BoeIPD C1LeyQeIZ92tbw8E9ZL4PMWlii/b4hek0CJh5Qq44eEZUGeEOut/EJUlzJ626asoREi3BFaOCU8mb H2D3HWHyo4mc7nvo0J+T5oj/lKPxe1RFmpeTa81IY91aI5gUA6aK65w4N10D5UGPL4jo=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1uE9XZ-00CGED-0q; Sun, 11 May 2025 18:28:37 +0200 Date: Sun, 11 May 2025 18:28:37 +0200 From: Andrew Lunn To: Christian Marangi Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiner Kallweit , Russell King , Florian Fainelli , Broadcom internal kernel review list , Marek =?iso-8859-1?Q?Beh=FAn?= , Andrei Botila , Sabrina Dubroca , Michael Klein , Daniel Golle , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [net-next PATCH v8 5/6] net: phy: Add support for Aeonsemi AS21xxx PHYs Message-ID: <7e8b6fc7-b587-4b89-a71c-bbd23e33f6d4@lunn.ch> References: <20250510220556.3352247-1-ansuelsmth@gmail.com> <20250510220556.3352247-6-ansuelsmth@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20250510220556.3352247-6-ansuelsmth@gmail.com> > +++ b/drivers/net/phy/Kconfig > @@ -117,6 +117,18 @@ config AMCC_QT2025_PHY > help > Adds support for the Applied Micro Circuits Corporation QT2025 PHY. > > +config AS21XXX_PHY > + tristate "Aeonsemi AS21xxx PHYs" nitpick: This file is sorted by tristate. That means Aeonsemi comes before Airoha. With that fixed: Reviewed-by: Andrew Lunn Andrew --- pw-bot: cr