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