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 CAA282417C0 for ; Thu, 6 Feb 2025 23:06:20 +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=1738883182; cv=none; b=FRVAW2TC41v2MUxVNnjoCC451GH4Nbm3J4835HVSaVKYnfofiZKNmtHw68XwSIvp+RHxcIrDwOpA82xE+ykUPo4/mJiPuWLzexwls3Ks20sjQ8rBeQ5r+Hom6vgpeMNU3MLLBWPrm5x1DllI5Wiw67Fv2P5DaTSZ+HUcPGzoR8o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738883182; c=relaxed/simple; bh=6kOblQMIAk6rS4rTWzB9VVHz5zrNKra8UWOa/nIGO80=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=m6LrBXjRe0Rim7gVz9Z8Fah1t+insNL5fOIfv+SujaPSrpYwYk1yU3bYbcJDTXERJ7O1OKcMli9ImCRmhe54DXhn1lqS6BB4dwccX2cuO4jw1tEmfcWg6E6c8Xk595mwWj52VMi/XlL1JCxe+dmCCtYY34Drn/CqmdA5zaZ0Yb0= 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=mI0BvOGB; 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="mI0BvOGB" 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=6l3pTyokc3ChQpn3RO/x1ZI35HVloqsCU1JG2eB4MVY=; b=mI0BvOGBxf16pPW4QLYo8kOgX2 b8v7sHswfIqTI1JsVYh+MmktbfecT028W9CalpY9TVHbd16umkZbBvkNGwPNdKQSeuUY54e7p/cXX +3QulPDuJW3WaG8VhqirJYpHif2XtOarrAT1VWuwmYZWM6gcqYP8BYBYF13oiUsFiSng=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1tgAwo-00BfBa-GW; Fri, 07 Feb 2025 00:06:14 +0100 Date: Fri, 7 Feb 2025 00:06:14 +0100 From: Andrew Lunn To: Heiner Kallweit Cc: Claudiu Manoil , Andrew Lunn , Paolo Abeni , David Miller , Jakub Kicinski , Eric Dumazet , "netdev@vger.kernel.org" , Simon Horman Subject: Re: [PATCH net-next] net: gianfar: simplify init_phy() Message-ID: <4e4cb052-460c-484a-bf82-a4ddacb4d42a@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 Thu, Feb 06, 2025 at 11:06:07PM +0100, Heiner Kallweit wrote: > Use phy_set_max_speed() to simplify init_phy(). > > Signed-off-by: Heiner Kallweit Reviewed-by: Andrew Lunn Andrew