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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F32BC37120 for ; Mon, 21 Jan 2019 23:55:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 355E621736 for ; Mon, 21 Jan 2019 23:55:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="v3uSlLvz" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725985AbfAUXzJ (ORCPT ); Mon, 21 Jan 2019 18:55:09 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:51039 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbfAUXzJ (ORCPT ); Mon, 21 Jan 2019 18:55:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=/tKfb2B76UWaml9rdpXDKRU3poBkTv/rYs3I+3RVTSc=; b=v3uSlLvzrM/D1rggelFh6kEe90A2tzJ/HboE/BsRTah/+6iW4bmMkZ806AkzBCd7hYWTBz+NdsS670w0tA7nQISZy9Eqj6ZGn9aNaXo4eShBs0uSy3qWDfHKb9/Qp2ji29KYOqUFn1TbpHpBVaIhzjPPUTaldmVdSKmYLT9fYMA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.84_2) (envelope-from ) id 1gljPE-0006k4-BX; Tue, 22 Jan 2019 00:55:04 +0100 Date: Tue, 22 Jan 2019 00:55:04 +0100 From: Andrew Lunn To: Heiner Kallweit Cc: Florian Fainelli , David Miller , "netdev@vger.kernel.org" Subject: Re: [PATCH net-next v2 1/4] net: phy: start state machine in phy_start only Message-ID: <20190121235504.GA25101@lunn.ch> References: <36a3f6a9-7f4c-7d51-05aa-71e847132102@gmail.com> <20190121163506.GE8620@lunn.ch> <477939ff-14df-eca7-d652-0164ad6e5f41@gmail.com> <20190121184243.GB17548@lunn.ch> <31ac44d8-a5ed-54c5-847f-d478747628ca@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <31ac44d8-a5ed-54c5-847f-d478747628ca@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Jan 21, 2019 at 10:52:48PM +0100, Heiner Kallweit wrote: > On 21.01.2019 19:42, Andrew Lunn wrote: > >> Right. I figured out that I have update phy.txt anyway because I > >> recently removed phy_stop_interrupts which is referenced in the > >> documentation. OK if we leave the patch series as is and I submit > >> the documentation update as a separate patch? > > > > Hi Heiner > > > > Fixing the documentation separately is O.K. It might also be a good > > time to convert it to rst. > > > Thanks for the hint regarding rst. I converted the document and at > least restview is (syntactically) happy with it. Are you aware of > any checker for kernel rst documentation? Hi Heiner Do you try make htmldocs? It might need linking into the documentation tree for that to work. > The link to the 802.3 standard is dead. On the official IEEE website > the standards are available for significant money only. Not sure > whether any other link to this standard is legal with regard to > copyright. I think it should still be available as part of IEEE GET Program. You probably cannot give a direct link to it, but maybe a link to the program could be given? Andrew