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 9111D1DD9D3 for ; Sun, 17 Aug 2025 16:04:31 +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=1755446674; cv=none; b=M3F+ZKcwlbCE48zmJDTgcm0kUi4e0FHtrJ0E76ze05XXp8CbQ1kn932thkraFMpSc6093CyDGW8xDTvVBSGL31cq8WzrfoCH0BkZ8jEhS4zKI82EclY9g8Ag8Yx3RKjm9DtVG1FUgyvhrTUOzK4Ra6OLeMAeujUYAW+VpwvFhXI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755446674; c=relaxed/simple; bh=P5rwfcGSSOv/uKKsAF8TFd6e2O3BXYcrXeQHrS/Jmoc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EeFLPuQILjibn2fO6HmB20tXH5fHrG2WCRnCkr1q/se/8xhnSwYa9TrTtqLuWrCq4qAykILji0Q5VMef+Dz+uifi3VmQtePB6stSM79f1nbh+ydrJ8+JzcnpnkDJLMW19XKWK6f5mMdkqXmRJJdCW/350ZtxnWlQyUpIqx+24zw= 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=Js/+i2gN; 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="Js/+i2gN" 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=pCcg/l2MDgyx42YR9rTaA9Q/wswgRnMWMOcSSkfSRn4=; b=Js/+i2gNu7+OuWsAOyEK76MHHO +acVYTB9ee7v42LjoTfgrn+PZf3WWQw3nWkegNNMFrUQuTUlKLsU9LAEdA4LMgwWLLmUlTOLmsDv0 lFguBOYFUw5w8mXnBJp53xm+O0rOnOsjIH12t/3Wlpl+xLYDi0yFenWZoO3qcxP2AyFo=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1unfrr-004yc7-Ll; Sun, 17 Aug 2025 18:04:23 +0200 Date: Sun, 17 Aug 2025 18:04:23 +0200 From: Andrew Lunn To: "Russell King (Oracle)" Cc: Heiner Kallweit , Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Coquelin , netdev@vger.kernel.org, Paolo Abeni Subject: Re: [PATCH net-next 6/7] net: stmmac: add helpers to indicate WoL enable status Message-ID: 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 Fri, Aug 15, 2025 at 12:32:15PM +0100, Russell King (Oracle) wrote: > Add two helpers to abstract the WoL enable status at the PHY and MAC to > make the code easier to read. > > Signed-off-by: Russell King (Oracle) Reviewed-by: Andrew Lunn Andrew