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 591102F1FEA; Wed, 18 Feb 2026 20:40:54 +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=1771447255; cv=none; b=mNaGRDkiaeQRr9EPUH6wdnpbHq+yCpiEUwr191zi2E86iLSLa3LV7KE5ZNRFL/2I6VxEVeB2uye/Rw186NFvHOPvWwAlbv95kiwQEEJx87phF33FDrSkjUc20JO/sllCuamw6pbKpEtQ1kF2287LJrZuKbiumZk+TWVpz4iRyiM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771447255; c=relaxed/simple; bh=P/iXblGhR1e/v2Eo+QuUX4Y6Zlr6LZW/P9XFOX4VgEU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eGwqF8a1c392mqlMM+hCGm1+MXx4XuZl4RYdOCfKoOjk0Z3Cn9XdLu5oorn6LRcDtRPt0DMsFIhr98XzHI++O0MqZGH+LgxYLe/cLZldAb8P/aLrXgHsalHT8+DHEZ1WXFOvzl5WtOT4OiDo5ciWriZHV0+cnHauHrI87beloq0= 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=rGhWU5xb; 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="rGhWU5xb" 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=4wQOH8NzAHkbNASrXgLE5ls4s9xTHcF8zXUipE4sqEY=; b=rGhWU5xbeEtyW+EUNCGraUTIMu 0nXqX6maYZTMitx+hQ9iphUgobmaUvqXxP8hi16IpO6ENXASchYULf7iQ2UmX2MwoG5wPlwM4Spei DBQGS22Z69BrcGljIPv8ds9fZ2WgcIpONMEpiFbKaxrp0Dut6MnvBBOPEw9I7bvec98w=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1vsoLV-007p9s-Og; Wed, 18 Feb 2026 21:40:29 +0100 Date: Wed, 18 Feb 2026 21:40:29 +0100 From: Andrew Lunn To: Nicolai Buchwitz Cc: netdev@vger.kernel.org, Bryan Whitehead , UNGLinuxDriver@microchip.com, Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: microchip: lan743x: add ethtool nway_reset support Message-ID: <401df128-e253-4196-bec6-d9e52c8eb1cb@lunn.ch> References: <20260218195615.25655-1-nb@tipi-net.de> 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: <20260218195615.25655-1-nb@tipi-net.de> On Wed, Feb 18, 2026 at 08:56:15PM +0100, Nicolai Buchwitz wrote: > Wire phylink_ethtool_nway_reset() as the .nway_reset ethtool operation, > allowing userspace to restart PHY autonegotiation via 'ethtool -r'. > > Signed-off-by: Nicolai Buchwitz We are in the merge window at the moment, so patches are not being accepted. https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html Also, please indicate in the subject line which tree this is for. The change itself looks O.K. Andrew --- pw-bot: cr