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 AC71E233923; Thu, 28 May 2026 01:29:37 +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=1779931778; cv=none; b=u9diGnlGz43uTfbexJaE7M7YMfGkGObuBDjEg5DToecXmmxQl7dSjK2PR3la8U9Wy9ghT4CM7Wjh0XCKn9k5oPQof5vsL8XHK5pA8/98fO1ls9XCGsV6Vf3aIAziwqfoOEYBfncwsfAoa7ZmGjik7osPhCZeVgpE5Sn3C8ykbwU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779931778; c=relaxed/simple; bh=amDpNotis3yqirZEjH7r/atGsV0+bKPKYG2ewZAOu0E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=T2ARR+wXvnz6X2T/nAZTibmGgr5Nqacs3ZbZqV+dae+7xtiQf+XSdAZL2wSy6qxmgCHXhtaRK4m7SqEG5EFo+uuAwmjbL1SL7w/Vcy6qs+lQxinwqown5DPEtG4JEveAva2Oq3FGOriUN4MMeZlkD+DMEEDEuP8xGx+2TWbUNwg= 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=c6HvHKpv; 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="c6HvHKpv" 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=FXsePR+h/9s6oQ0vf99Byt+KAKcUxCsDa2eRWuUa1dw=; b=c6HvHKpvDTNVqu8NLCMNHlPf6z /2UD71RSAH/TF8qZepSoEaQxkHa7BMa0kaFk4wvbBxGAPkLNbKdroOb8TQY8RiApWOe4rM+/spa+E 0H+Cu2CVaFR0Qxrwoi/Ak82OmFgUaPMb0DY+R0KPNA8ZXWPSPH04VMYQrxosKYdijm3c=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wSPYm-004pyX-9w; Thu, 28 May 2026 03:29:20 +0200 Date: Thu, 28 May 2026 03:29:20 +0200 From: Andrew Lunn To: Louis-Alexis Eyraud Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , AngeloGioacchino Del Regno , Heiner Kallweit , Russell King , kevin-kw.huang@airoha.com, macpaul.lin@mediatek.com, matthias.bgg@gmail.com, kernel@collabora.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v5 5/6] net: phy: Introduce Airoha AN8801R Gigabit Ethernet PHY driver Message-ID: <28727381-e56e-4d42-9f54-e7905fb2dff0@lunn.ch> References: <20260526-add-airoha-an8801-support-v5-0-01aea8dee69b@collabora.com> <20260526-add-airoha-an8801-support-v5-5-01aea8dee69b@collabora.com> 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: <20260526-add-airoha-an8801-support-v5-5-01aea8dee69b@collabora.com> On Tue, May 26, 2026 at 04:58:10PM +0200, Louis-Alexis Eyraud wrote: > From: AngeloGioacchino Del Regno > > Introduce a driver for the Airoha AN8801R Series Gigabit Ethernet > PHY; this currently supports setting up PHY LEDs, 10/100M, 1000M > speeds, and Wake on LAN and PHY interrupts. > > Signed-off-by: AngeloGioacchino Del Regno > Signed-off-by: Louis-Alexis Eyraud Reviewed-by: Andrew Lunn Andrew