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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 C03CFC2D0DC for ; Thu, 26 Dec 2019 11:08:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8D99D2075E for ; Thu, 26 Dec 2019 11:08:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="ZHTiyIfd" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726450AbfLZLI1 (ORCPT ); Thu, 26 Dec 2019 06:08:27 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:40468 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726055AbfLZLI1 (ORCPT ); Thu, 26 Dec 2019 06:08:27 -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:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=ukIw4m4IWdjtDk5tl+vpdhk2AgnUFvsYekg7tTbNV58=; b=ZHTiyIfdFWcU9Q83bJaMbTRwx0 M4IA11fwoXIwj+IX+Q+MvfwepBiRNPyZ0DNNx24Pb9fQyhMXBKOgzgNrUxVXy+sir+VNST6I8WNqk nw+E/Mf+hL4eKIOC3YpaoTfGqlK5aBGy6lVC6fXQBBrdeKlW7lyzzuLRh2F6r+L7txKo=; Received: from andrew by vps0.lunn.ch with local (Exim 4.93) (envelope-from ) id 1ikR09-0001I2-2q; Thu, 26 Dec 2019 12:08:21 +0100 Date: Thu, 26 Dec 2019 12:08:21 +0100 From: Andrew Lunn To: "Madalin Bucur (OSS)" Cc: "maxime.ripard@bootlin.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "devicetree@vger.kernel.org" , "netdev@vger.kernel.org" Subject: Re: [RFC] obsolete references to Documentation/devicetree/bindings/net/ethernet.txt Message-ID: <20191226110821.GE1480@lunn.ch> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Dec 23, 2019 at 09:00:50AM +0000, Madalin Bucur (OSS) wrote: > Hi, > > this patch removed the ethernet.txt content and added the information found in > it in the ethernet-controller.yaml (Documentation/devicetree/bindings/net): > > commit 9d3de3c58347623b5e71d554628a1571cd3142ad > Author: Maxime Ripard > Date: Thu Jun 27 17:31:43 2019 +0200 > > dt-bindings: net: Add YAML schemas for the generic Ethernet options > > The Ethernet controllers have a good number of generic options that can be > needed in a device tree. Add a YAML schemas for those. > > Reviewed-by: Rob Herring > Signed-off-by: Maxime Ripard > Reviewed-by: Andrew Lunn > Signed-off-by: Rob Herring > > There are still many references to the previous ethernet.txt document: > > $ grep ethernet.txt Documentation/devicetree/bindings/net/ -r | wc -l > 96 > > Should those be updated too or it's enough to rely on the current content > of the previous ethernet.txt file: > > $ cat Documentation/devicetree/bindings/net/ethernet.txt > This file has moved to ethernet-controller.yaml. Hi Madalin Feel free to fix the references if you want. Probably a perl one liner should do most of the work. Thanks Andrew