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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 62A66C38BE1 for ; Mon, 24 Feb 2020 18:27:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3E49A2084E for ; Mon, 24 Feb 2020 18:27:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582568878; bh=umAnb5ekYeQXE5qdZwgUn2od2g+XRXhwSwaqS5+ud0w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=eBnnQDFe+5uJc6SYZ79dCJi/gtojmGrwEdzGiKLJzCT1Mx0e0wbjPLtO2H6VVaPjE yITgOTy0On5Qb7gU1rXKhGmuCP2XhurshrC/Vt1UuagaaO6n1azb70li1ff+XBYi1W i3NkbGWw3rMuOK3pxbQDZeZUjJGzj5qZKc15fng4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727968AbgBXS15 (ORCPT ); Mon, 24 Feb 2020 13:27:57 -0500 Received: from mail-oi1-f195.google.com ([209.85.167.195]:34240 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727483AbgBXS15 (ORCPT ); Mon, 24 Feb 2020 13:27:57 -0500 Received: by mail-oi1-f195.google.com with SMTP id l136so9885896oig.1; Mon, 24 Feb 2020 10:27:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8b3MliEDFbDrUpBm8jGhwYqreoGs6m8FNnF/yNIueEU=; b=BkRg2/6gEsYakveiAVaz5/SLu28xZ5uKrq6Zg22HgyTQAjavyWMUPy8gNAfUV4xorW E++f5oMa/9O5R6BH3cxB/tP1qodo6qjrXebTii0dtv0aI9Q4qcn7fuXtC8DF8A1HGlOI 0PcZFnSVYDSJxwgi4xl53s550fCKeqh4rmkcykM17IsyJn1MZU6Po3uujNL1SWDFxkOW kYRia9cw9SWa0lSLVJ49ng5z4RTTDYDuISpOExK1XcLnn8CDW6Mf41jIX/p+3KkGJsAS Bvw4iR593L59oPXqYg2TPTOHhHwZ+YqmzHe9ip0zWM6ZdYyD3HIRnBed5GKcYXh/TRBL +kmw== X-Gm-Message-State: APjAAAWzU2PAOj6NnKUk0FWL4zDcNmVEmfkyRHNsA2p6PVA9OADeof/1 CyzdZRNMreOwTzLvaZqPjQ== X-Google-Smtp-Source: APXvYqyzy4iiGXu+ZZ3t2yBP3j4K/yU2pKb0H/blTr6+iujeHVCL8mJihe7tO3CjLAVcADKqUCNWGQ== X-Received: by 2002:aca:bfc2:: with SMTP id p185mr318449oif.57.1582568876626; Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v10sm4255017oic.32.2020.02.24.10.27.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: (nullmailer pid 13156 invoked by uid 1000); Mon, 24 Feb 2020 18:27:55 -0000 Date: Mon, 24 Feb 2020 12:27:55 -0600 From: Rob Herring To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Piotr Sroka , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , "David S. Miller" , Olivier Moysan , Arnaud Pouliquen , Liam Girdwood , Mark Brown , Maxime Coquelin , Alexandre Torgue , =?iso-8859-1?B?Suly9G1l?= Pouiller , Greg Kroah-Hartman , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, alsa-devel@alsa-project.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH] docs: dt: fix several broken doc references Message-ID: <20200224182755.GB27161@bogus> References: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, Feb 23, 2020 at 09:59:53AM +0100, Mauro Carvalho Chehab wrote: > There are several DT doc references that require manual fixes. > I found 3 cases fixed on this patch: > > - directory named "binding/" instead of "bindings/"; > - .txt to .yaml renames; > - file renames (still on txt format); > > Signed-off-by: Mauro Carvalho Chehab > --- > .../devicetree/bindings/mtd/cadence-nand-controller.txt | 2 +- > .../devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-sai.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt | 2 +- > Documentation/devicetree/bindings/spi/st,stm32-spi.yaml | 2 +- > MAINTAINERS | 4 ++-- > .../devicetree/bindings/net/wireless/siliabs,wfx.txt | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) Applied. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] docs: dt: fix several broken doc references Date: Mon, 24 Feb 2020 12:27:55 -0600 Message-ID: <20200224182755.GB27161@bogus> References: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Doc Mailing List , Jonathan Corbet , Piotr Sroka , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , "David S. Miller" , Olivier Moysan , Arnaud Pouliquen , Liam Girdwood , Mark Brown , Maxime Coquelin , Alexandre Torgue , =?iso-8859-1?B?Suly9G1l?= Pouiller , Greg Kroah-Hartman , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, alsa-devel@alsa-project.org, linux-stm32 To: Mauro Carvalho Chehab Return-path: Content-Disposition: inline In-Reply-To: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> Sender: linux-doc-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On Sun, Feb 23, 2020 at 09:59:53AM +0100, Mauro Carvalho Chehab wrote: > There are several DT doc references that require manual fixes. > I found 3 cases fixed on this patch: > > - directory named "binding/" instead of "bindings/"; > - .txt to .yaml renames; > - file renames (still on txt format); > > Signed-off-by: Mauro Carvalho Chehab > --- > .../devicetree/bindings/mtd/cadence-nand-controller.txt | 2 +- > .../devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-sai.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt | 2 +- > Documentation/devicetree/bindings/spi/st,stm32-spi.yaml | 2 +- > MAINTAINERS | 4 ++-- > .../devicetree/bindings/net/wireless/siliabs,wfx.txt | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) Applied. Rob 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=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 D6248C38BE0 for ; Mon, 24 Feb 2020 18:28:02 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B6D4820838 for ; Mon, 24 Feb 2020 18:28:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B6D4820838 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 744782050F; Mon, 24 Feb 2020 18:28:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fl1vzRXouzZE; Mon, 24 Feb 2020 18:28:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id B0D3B20501; Mon, 24 Feb 2020 18:28:00 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 5E5941BF3D4 for ; Mon, 24 Feb 2020 18:27:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 57A2B86F1B for ; Mon, 24 Feb 2020 18:27:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H8HkG-RPCw5n for ; Mon, 24 Feb 2020 18:27:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oi1-f193.google.com (mail-oi1-f193.google.com [209.85.167.193]) by hemlock.osuosl.org (Postfix) with ESMTPS id 6A59F86E6E for ; Mon, 24 Feb 2020 18:27:57 +0000 (UTC) Received: by mail-oi1-f193.google.com with SMTP id p125so9879270oif.10 for ; Mon, 24 Feb 2020 10:27:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8b3MliEDFbDrUpBm8jGhwYqreoGs6m8FNnF/yNIueEU=; b=BIv4d+It50NoU34vAUdKA5yL6h6097KW6M7ceBy7v0n3cDkzoqq8428ialOAYTcbHn GMbV/GaYlpNnZcQ59InUXD5oY3xfF55qZDqV/OTK5FmElS7ot6UKKdW1Ie7w0wR+603q JFnY9zMGlts/KNNXxi7IMfkCQo2HKEqDLAugLAvdXp94ALXf/d3BUZrInoZH0Z2bByU0 uSQSBZjoaFsMYVy3iMyxkAnuXrYRRDgu4VtdLrIIyZ3VTfnk7k9KUbD/F7BzOwrLKLx6 069UqmnlE2yr29T48UM3XmRCFuouYp9341Ee9XUOAEeciM6hCZ0+3sZH+xD/Zn0I97pJ nr9g== X-Gm-Message-State: APjAAAV8lvpwc5NLchJvWIukn7IL7ivMNVKMsM1H+NH8D8BdhIYKMS+8 6VDWRs0laXK2j0iH7b6xhQ== X-Google-Smtp-Source: APXvYqyzy4iiGXu+ZZ3t2yBP3j4K/yU2pKb0H/blTr6+iujeHVCL8mJihe7tO3CjLAVcADKqUCNWGQ== X-Received: by 2002:aca:bfc2:: with SMTP id p185mr318449oif.57.1582568876626; Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v10sm4255017oic.32.2020.02.24.10.27.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: (nullmailer pid 13156 invoked by uid 1000); Mon, 24 Feb 2020 18:27:55 -0000 Date: Mon, 24 Feb 2020 12:27:55 -0600 From: Rob Herring To: Mauro Carvalho Chehab Subject: Re: [PATCH] docs: dt: fix several broken doc references Message-ID: <20200224182755.GB27161@bogus> References: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, Olivier Moysan , Linux Doc Mailing List , linux-mtd@lists.infradead.org, Miquel Raynal , linux-stm32@st-md-mailman.stormreply.com, Vignesh Raghavendra , devel@driverdev.osuosl.org, Jonathan Corbet , Richard Weinberger , Piotr Sroka , devicetree@vger.kernel.org, Alexandre Torgue , Mark Brown , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Arnaud Pouliquen , Liam Girdwood , linux-spi@vger.kernel.org, Maxime Coquelin , netdev@vger.kernel.org, "David S. Miller" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Sun, Feb 23, 2020 at 09:59:53AM +0100, Mauro Carvalho Chehab wrote: > There are several DT doc references that require manual fixes. > I found 3 cases fixed on this patch: > > - directory named "binding/" instead of "bindings/"; > - .txt to .yaml renames; > - file renames (still on txt format); > > Signed-off-by: Mauro Carvalho Chehab > --- > .../devicetree/bindings/mtd/cadence-nand-controller.txt | 2 +- > .../devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-sai.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt | 2 +- > Documentation/devicetree/bindings/spi/st,stm32-spi.yaml | 2 +- > MAINTAINERS | 4 ++-- > .../devicetree/bindings/net/wireless/siliabs,wfx.txt | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) Applied. Rob _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel 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=-5.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 71120C38BE1 for ; Mon, 24 Feb 2020 18:28:59 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 024ED2084E for ; Mon, 24 Feb 2020 18:28:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="iJGqSuUm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 024ED2084E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 54CD01657; Mon, 24 Feb 2020 19:28:07 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 54CD01657 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1582568937; bh=umAnb5ekYeQXE5qdZwgUn2od2g+XRXhwSwaqS5+ud0w=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=iJGqSuUmlhPQN23xrs0KhgMzeoBQOv+3zZ2RLyTF6al2AADwyPTMvdo8CtAG2gSDM JRxlwn2q1+JnYl2H52zfj+7XBJm/8WCmjuxqXOAOa8+55vGS6fDRda27Vj0uleiTDV 27YgDlWkjGsaFkjmr2bXUG6YN9rO+GK6niRRyyk4= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id CACF6F800C6; Mon, 24 Feb 2020 19:28:06 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 9C8B3F8014E; Mon, 24 Feb 2020 19:28:03 +0100 (CET) Received: from mail-oi1-f194.google.com (mail-oi1-f194.google.com [209.85.167.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 2D3BCF80090 for ; Mon, 24 Feb 2020 19:27:58 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 2D3BCF80090 Received: by mail-oi1-f194.google.com with SMTP id b18so9895587oie.2 for ; Mon, 24 Feb 2020 10:27:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8b3MliEDFbDrUpBm8jGhwYqreoGs6m8FNnF/yNIueEU=; b=uhOdlMf2Cwubnd2XNr8DtDw0obYZf0UNQDRLy4QnA8Nei+a1wL55AKWioYxSa1L4U6 cXovIzhDbVfWWrAIigTq+sc9eTNrdvXwvFDmRVZWqa05Lap6UOthzFvmGNPTG30h2lls wX1GOmraX5WwG5xj3EE9IHRPI1Z2ztP9JMqbGyiVUescLog9ysA0Zot+CVV7/rPlF/Ax lbWY2Bb+rDgaKQX1Fn5S4u023GzK+fMq/U9iOP6gDZqY1xC1j3NFQqjj6SxooAeUTLG1 QKQXA18jroeseZxLn5SDX3Dfwq2LqK/wqbGTsW/fasxUupFldQ2uRutkH8BSgVfrMtlk Vntw== X-Gm-Message-State: APjAAAVoPYuCgFgg/1VqcAbfX1eavuu7T0kvMgdNQAjNjOpt8NcNMWpp i0gXIBaqEDIrJqR8E70gQA== X-Google-Smtp-Source: APXvYqyzy4iiGXu+ZZ3t2yBP3j4K/yU2pKb0H/blTr6+iujeHVCL8mJihe7tO3CjLAVcADKqUCNWGQ== X-Received: by 2002:aca:bfc2:: with SMTP id p185mr318449oif.57.1582568876626; Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v10sm4255017oic.32.2020.02.24.10.27.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: (nullmailer pid 13156 invoked by uid 1000); Mon, 24 Feb 2020 18:27:55 -0000 Date: Mon, 24 Feb 2020 12:27:55 -0600 From: Rob Herring To: Mauro Carvalho Chehab Subject: Re: [PATCH] docs: dt: fix several broken doc references Message-ID: <20200224182755.GB27161@bogus> References: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: alsa-devel@alsa-project.org, Olivier Moysan , =?iso-8859-1?B?Suly9G1l?= Pouiller , Linux Doc Mailing List , linux-mtd@lists.infradead.org, Miquel Raynal , linux-stm32@st-md-mailman.stormreply.com, Vignesh Raghavendra , devel@driverdev.osuosl.org, Jonathan Corbet , Richard Weinberger , Piotr Sroka , devicetree@vger.kernel.org, Alexandre Torgue , Mark Brown , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Arnaud Pouliquen , Liam Girdwood , linux-spi@vger.kernel.org, Maxime Coquelin , netdev@vger.kernel.org, "David S. Miller" X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Sun, Feb 23, 2020 at 09:59:53AM +0100, Mauro Carvalho Chehab wrote: > There are several DT doc references that require manual fixes. > I found 3 cases fixed on this patch: > > - directory named "binding/" instead of "bindings/"; > - .txt to .yaml renames; > - file renames (still on txt format); > > Signed-off-by: Mauro Carvalho Chehab > --- > .../devicetree/bindings/mtd/cadence-nand-controller.txt | 2 +- > .../devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-sai.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt | 2 +- > Documentation/devicetree/bindings/spi/st,stm32-spi.yaml | 2 +- > MAINTAINERS | 4 ++-- > .../devicetree/bindings/net/wireless/siliabs,wfx.txt | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) Applied. Rob 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 6C80EC38BE1 for ; Mon, 24 Feb 2020 18:33:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 42E4E2084E for ; Mon, 24 Feb 2020 18:33:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="j99+FMrW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 42E4E2084E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iMHOQg7T/sinPWHMyS00KF1bXlM1IGHjs8wooiHIylI=; b=j99+FMrWsuCiTC LAYn/2m5mS50rHophqFu7Y0p+ZBp0ebB7CVwQ4qsd/xnRbnlPNTaOitrdI2CdNUeBO8RSdfsnP3Gr D28zynHuADv6VcSkJldG4cynkz3s6Hq9/huqgAei0/0CosGpQWYEA+JKq0hlQsyxPdmuUNmVReVaB +/3qCUeMvrBLdv8Bbt717T5UvWklhqHqSy5jMQVRQptZS3RszG3dRUoOO1oX657ZJgcDG8K5zYUEG bZkdeScRJocxtED3Ul7aOg/gjCMohB9SgBR2WeY+GtR/a7kWqmOjZkMaZlMsraDEzfAruiGoJZVtO a4WU/M55JVQda/gccvvQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j6IXO-0007KB-Um; Mon, 24 Feb 2020 18:33:02 +0000 Received: from mail-oi1-f193.google.com ([209.85.167.193]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j6ISU-00012V-8Z; Mon, 24 Feb 2020 18:28:00 +0000 Received: by mail-oi1-f193.google.com with SMTP id r137so9884991oie.5; Mon, 24 Feb 2020 10:27:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8b3MliEDFbDrUpBm8jGhwYqreoGs6m8FNnF/yNIueEU=; b=Tb2wTBaOM1MDXpLpney58Kpc8cOzF4gKSRXv8h79ePvc/KQ3YelB/kJ9WOTrzVCQQm kPytDDHcy5CbZnKgpBf4cyBCo8knl/Ji7WvsoXrm8+L/66lxeAP4NbEkq1ZnsxNZHmmb OrXD/SUmsT5JGlhlq23Uew5YuIZ24lcTT3nPIuuJx4yX8wqHmel8DSxYjsIzAyDI6cBb sMvz8mLzEA8BHpI1lRHOeoQudOx/WWli2k4Uuj3OTUF8gJ6qJ2h7bjh564mNVjo1bLtW DkcT9JzFQ5JSm6SvOhAcbVV2Tw1Gnr0XsSg/CLJczD/DoncISpeaFMDbz0gZOxyS386d dWwA== X-Gm-Message-State: APjAAAUdtenKB4Q+z9FWgSOHBaBNW9YWCHZeU52rLOh3kYr9Actf6JdH v0CUoMclJUj+qftYkx5Tig== X-Google-Smtp-Source: APXvYqyzy4iiGXu+ZZ3t2yBP3j4K/yU2pKb0H/blTr6+iujeHVCL8mJihe7tO3CjLAVcADKqUCNWGQ== X-Received: by 2002:aca:bfc2:: with SMTP id p185mr318449oif.57.1582568876626; Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v10sm4255017oic.32.2020.02.24.10.27.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: (nullmailer pid 13156 invoked by uid 1000); Mon, 24 Feb 2020 18:27:55 -0000 Date: Mon, 24 Feb 2020 12:27:55 -0600 From: Rob Herring To: Mauro Carvalho Chehab Subject: Re: [PATCH] docs: dt: fix several broken doc references Message-ID: <20200224182755.GB27161@bogus> References: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200224_102758_377277_40004144 X-CRM114-Status: GOOD ( 11.42 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, Olivier Moysan , =?iso-8859-1?B?Suly9G1l?= Pouiller , Linux Doc Mailing List , linux-mtd@lists.infradead.org, Miquel Raynal , linux-stm32@st-md-mailman.stormreply.com, Vignesh Raghavendra , devel@driverdev.osuosl.org, Jonathan Corbet , Richard Weinberger , Piotr Sroka , devicetree@vger.kernel.org, Alexandre Torgue , Mark Brown , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Arnaud Pouliquen , Liam Girdwood , linux-spi@vger.kernel.org, Maxime Coquelin , netdev@vger.kernel.org, "David S. Miller" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Sun, Feb 23, 2020 at 09:59:53AM +0100, Mauro Carvalho Chehab wrote: > There are several DT doc references that require manual fixes. > I found 3 cases fixed on this patch: > > - directory named "binding/" instead of "bindings/"; > - .txt to .yaml renames; > - file renames (still on txt format); > > Signed-off-by: Mauro Carvalho Chehab > --- > .../devicetree/bindings/mtd/cadence-nand-controller.txt | 2 +- > .../devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-sai.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt | 2 +- > Documentation/devicetree/bindings/spi/st,stm32-spi.yaml | 2 +- > MAINTAINERS | 4 ++-- > .../devicetree/bindings/net/wireless/siliabs,wfx.txt | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) Applied. Rob ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 5B9F3C38BE0 for ; Mon, 24 Feb 2020 18:33:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 210252084E for ; Mon, 24 Feb 2020 18:33:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BbUoqqmF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 210252084E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tVf2oIn7ZLSTM5WYwwE57s1I31sUVLEtJYeJ+eNQJRA=; b=BbUoqqmFz1zuJi 53sUYw3nqV2zkHaf1DXi9VgXY1ChVqwHKLfeWLEPE2ZihbdMJnSbn5yeed7UqM2SmKZ8klYBlYQHe PxIJMFw9HcBb5eKv856Y7W5LldkJRRQMfBZI98PfqrzJIwEXNWypaXfh0ztNY/AASf5g6kGjOMoqr SXaEPgDTqxiSw2/W2fYF+pw9IGW1o4LzgVT4OJfiuUPIyt4uiqucCKn+2LLSzohGFb7jDMFaAHIiM zyd/SL2eFwJobZ/H0ffULrs7bO6azPQOgPCtK4ACB5929QVkEyeOUuroavHmiP8+l2SDWYm7z47wK v/82fc/bjo7/291FljZQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j6IXc-0007cs-98; Mon, 24 Feb 2020 18:33:16 +0000 Received: from mail-oi1-f193.google.com ([209.85.167.193]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j6ISU-00012V-8Z; Mon, 24 Feb 2020 18:28:00 +0000 Received: by mail-oi1-f193.google.com with SMTP id r137so9884991oie.5; Mon, 24 Feb 2020 10:27:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8b3MliEDFbDrUpBm8jGhwYqreoGs6m8FNnF/yNIueEU=; b=Tb2wTBaOM1MDXpLpney58Kpc8cOzF4gKSRXv8h79ePvc/KQ3YelB/kJ9WOTrzVCQQm kPytDDHcy5CbZnKgpBf4cyBCo8knl/Ji7WvsoXrm8+L/66lxeAP4NbEkq1ZnsxNZHmmb OrXD/SUmsT5JGlhlq23Uew5YuIZ24lcTT3nPIuuJx4yX8wqHmel8DSxYjsIzAyDI6cBb sMvz8mLzEA8BHpI1lRHOeoQudOx/WWli2k4Uuj3OTUF8gJ6qJ2h7bjh564mNVjo1bLtW DkcT9JzFQ5JSm6SvOhAcbVV2Tw1Gnr0XsSg/CLJczD/DoncISpeaFMDbz0gZOxyS386d dWwA== X-Gm-Message-State: APjAAAUdtenKB4Q+z9FWgSOHBaBNW9YWCHZeU52rLOh3kYr9Actf6JdH v0CUoMclJUj+qftYkx5Tig== X-Google-Smtp-Source: APXvYqyzy4iiGXu+ZZ3t2yBP3j4K/yU2pKb0H/blTr6+iujeHVCL8mJihe7tO3CjLAVcADKqUCNWGQ== X-Received: by 2002:aca:bfc2:: with SMTP id p185mr318449oif.57.1582568876626; Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v10sm4255017oic.32.2020.02.24.10.27.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Feb 2020 10:27:56 -0800 (PST) Received: (nullmailer pid 13156 invoked by uid 1000); Mon, 24 Feb 2020 18:27:55 -0000 Date: Mon, 24 Feb 2020 12:27:55 -0600 From: Rob Herring To: Mauro Carvalho Chehab Subject: Re: [PATCH] docs: dt: fix several broken doc references Message-ID: <20200224182755.GB27161@bogus> References: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200224_102758_377277_40004144 X-CRM114-Status: GOOD ( 11.42 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, Olivier Moysan , =?iso-8859-1?B?Suly9G1l?= Pouiller , Linux Doc Mailing List , linux-mtd@lists.infradead.org, Miquel Raynal , linux-stm32@st-md-mailman.stormreply.com, Vignesh Raghavendra , devel@driverdev.osuosl.org, Jonathan Corbet , Richard Weinberger , Piotr Sroka , devicetree@vger.kernel.org, Alexandre Torgue , Mark Brown , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Arnaud Pouliquen , Liam Girdwood , linux-spi@vger.kernel.org, Maxime Coquelin , netdev@vger.kernel.org, "David S. Miller" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Feb 23, 2020 at 09:59:53AM +0100, Mauro Carvalho Chehab wrote: > There are several DT doc references that require manual fixes. > I found 3 cases fixed on this patch: > > - directory named "binding/" instead of "bindings/"; > - .txt to .yaml renames; > - file renames (still on txt format); > > Signed-off-by: Mauro Carvalho Chehab > --- > .../devicetree/bindings/mtd/cadence-nand-controller.txt | 2 +- > .../devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-sai.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt | 2 +- > Documentation/devicetree/bindings/spi/st,stm32-spi.yaml | 2 +- > MAINTAINERS | 4 ++-- > .../devicetree/bindings/net/wireless/siliabs,wfx.txt | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) Applied. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel