From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 314EAC433EF for ; Mon, 15 Nov 2021 17:21:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 199066324F for ; Mon, 15 Nov 2021 17:21:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236966AbhKORYl (ORCPT ); Mon, 15 Nov 2021 12:24:41 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:33926 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237019AbhKORWL (ORCPT ); Mon, 15 Nov 2021 12:22:11 -0500 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=JZuI4Qy3jUfN9jGj7Qa+UxiF5Ss3iadbAbWszVn5Hw0=; b=yvY8IUVE/mVBUQys9wwCvr6114 yPvIppO8d8B2E1YxCxz87fF4q3UJNGCTXXwCDvND0Z0Pb2hLQCzM5gLn8/Dfx/0BPv1rfqbzLw1be jWAV+mmnFK+q+USJ0g1iechjeAghvgeqHTXezO/NPiQWUpJWXA246p8CEeUY91RUjqug=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mmfcx-00DVm7-G3; Mon, 15 Nov 2021 18:18:43 +0100 Date: Mon, 15 Nov 2021 18:18:43 +0100 From: Andrew Lunn To: "Russell King (Oracle)" Cc: Heiner Kallweit , "David S. Miller" , netdev@vger.kernel.org, Jakub Kicinski , Jonathan Corbet , linux-doc@vger.kernel.org Subject: Re: [PATCH net-next] net: document SMII and correct phylink's new validation mechanism Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Nov 15, 2021 at 05:11:17PM +0000, Russell King (Oracle) wrote: > SMII has not been documented in the kernel, but information on this PHY > interface mode has been recently found. Document it, and correct the > recently introduced phylink handling for this interface mode. > > Signed-off-by: Russell King (Oracle) Reviewed-by: Andrew Lunn Andrew