From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.9 required=5.0 tests=DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id A5B5B7D043 for ; Thu, 28 Jun 2018 13:53:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966286AbeF1NxN (ORCPT ); Thu, 28 Jun 2018 09:53:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:42472 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965482AbeF1NxM (ORCPT ); Thu, 28 Jun 2018 09:53:12 -0400 Received: from localhost (173-25-171-118.client.mchsi.com [173.25.171.118]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2F32627480; Thu, 28 Jun 2018 13:53:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1530193991; bh=ryEL2DGGdIzg1WsUQJpaU7nrPickqwNTCTaZAt0wAZs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q0ugyh1BpuRFg781fAQXDk4HPWekcqlTV7boydJ9TmTbQuHTfsyJvgXMo8soCkIkk SHPPB0A7kk/vw9ZJ466drvgtarcPdNY7bkmnsemHmzrWZfb7JnuNSX5ZBJPD9LHQA9 7Mhwo5JXNH+wGlFOBeWldEYenZvSlvEX0z7u4hRc= Date: Thu, 28 Jun 2018 08:53:10 -0500 From: Bjorn Helgaas To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Dmitry Torokhov , Rob Herring , Mark Rutland , Lee Jones , Maxime Ripard , Chen-Yu Tsai , Zhou Wang , Bjorn Helgaas , Xiaowei Song , Binghui Wang , Liam Girdwood , Mark Brown , Maxime Coquelin , Alexandre Torgue , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v4 23/26] devicetree: fix a series of wrong file references Message-ID: <20180628135310.GD90450@bhelgaas-glaptop.roam.corp.google.com> References: <266e5f874b36aa83f3327879d85921fab52d5461.1529079120.git.mchehab+samsung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <266e5f874b36aa83f3327879d85921fab52d5461.1529079120.git.mchehab+samsung@kernel.org> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, Jun 15, 2018 at 01:30:51PM -0300, Mauro Carvalho Chehab wrote: > As files got renamed, their references broke. > > Manually fix a series of broken refs at the DT bindings. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Bjorn Helgaas Thanks for fixing these! > --- > .../devicetree/bindings/input/rmi4/rmi_2d_sensor.txt | 2 +- > Documentation/devicetree/bindings/mfd/sun6i-prcm.txt | 2 +- > .../devicetree/bindings/pci/hisilicon-pcie.txt | 2 +- > Documentation/devicetree/bindings/pci/kirin-pcie.txt | 2 +- > .../devicetree/bindings/pci/pci-keystone.txt | 4 ++-- > .../devicetree/bindings/sound/st,stm32-i2s.txt | 2 +- > .../devicetree/bindings/sound/st,stm32-sai.txt | 2 +- > MAINTAINERS | 12 ++++++------ > 8 files changed, 14 insertions(+), 14 deletions(-) > > diff --git a/Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt b/Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt > index f2c30c8b725d..9afffbdf6e28 100644 > --- a/Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt > +++ b/Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt > @@ -12,7 +12,7 @@ Additional documentation for F11 can be found at: > http://www.synaptics.com/sites/default/files/511-000136-01-Rev-E-RMI4-Interfacing-Guide.pdf > > Optional Touch Properties: > -Description in Documentation/devicetree/bindings/input/touch > +Description in Documentation/devicetree/bindings/input/touchscreen > - touchscreen-inverted-x > - touchscreen-inverted-y > - touchscreen-swapped-x-y > diff --git a/Documentation/devicetree/bindings/mfd/sun6i-prcm.txt b/Documentation/devicetree/bindings/mfd/sun6i-prcm.txt > index 4d21ffdb0fc1..daa091c2e67b 100644 > --- a/Documentation/devicetree/bindings/mfd/sun6i-prcm.txt > +++ b/Documentation/devicetree/bindings/mfd/sun6i-prcm.txt > @@ -8,7 +8,7 @@ Required properties: > - reg: The PRCM registers range > > The prcm node may contain several subdevices definitions: > - - see Documentation/devicetree/clk/sunxi.txt for clock devices > + - see Documentation/devicetree/bindings/clock/sunxi.txt for clock devices > - see Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt for reset > controller devices > > diff --git a/Documentation/devicetree/bindings/pci/hisilicon-pcie.txt b/Documentation/devicetree/bindings/pci/hisilicon-pcie.txt > index 7bf9df047a1e..0dcb87d6554f 100644 > --- a/Documentation/devicetree/bindings/pci/hisilicon-pcie.txt > +++ b/Documentation/devicetree/bindings/pci/hisilicon-pcie.txt > @@ -3,7 +3,7 @@ HiSilicon Hip05 and Hip06 PCIe host bridge DT description > HiSilicon PCIe host controller is based on the Synopsys DesignWare PCI core. > It shares common functions with the PCIe DesignWare core driver and inherits > common properties defined in > -Documentation/devicetree/bindings/pci/designware-pci.txt. > +Documentation/devicetree/bindings/pci/designware-pcie.txt. > > Additional properties are described here: > > diff --git a/Documentation/devicetree/bindings/pci/kirin-pcie.txt b/Documentation/devicetree/bindings/pci/kirin-pcie.txt > index 6e217c63123d..6bbe43818ad5 100644 > --- a/Documentation/devicetree/bindings/pci/kirin-pcie.txt > +++ b/Documentation/devicetree/bindings/pci/kirin-pcie.txt > @@ -3,7 +3,7 @@ HiSilicon Kirin SoCs PCIe host DT description > Kirin PCIe host controller is based on the Synopsys DesignWare PCI core. > It shares common functions with the PCIe DesignWare core driver and > inherits common properties defined in > -Documentation/devicetree/bindings/pci/designware-pci.txt. > +Documentation/devicetree/bindings/pci/designware-pcie.txt. > > Additional properties are described here: > > diff --git a/Documentation/devicetree/bindings/pci/pci-keystone.txt b/Documentation/devicetree/bindings/pci/pci-keystone.txt > index 7e05487544ed..3d4a209b0fd0 100644 > --- a/Documentation/devicetree/bindings/pci/pci-keystone.txt > +++ b/Documentation/devicetree/bindings/pci/pci-keystone.txt > @@ -3,9 +3,9 @@ TI Keystone PCIe interface > Keystone PCI host Controller is based on the Synopsys DesignWare PCI > hardware version 3.65. It shares common functions with the PCIe DesignWare > core driver and inherits common properties defined in > -Documentation/devicetree/bindings/pci/designware-pci.txt > +Documentation/devicetree/bindings/pci/designware-pcie.txt > > -Please refer to Documentation/devicetree/bindings/pci/designware-pci.txt > +Please refer to Documentation/devicetree/bindings/pci/designware-pcie.txt > for the details of DesignWare DT bindings. Additional properties are > described here as well as properties that are not applicable. > > diff --git a/Documentation/devicetree/bindings/sound/st,stm32-i2s.txt b/Documentation/devicetree/bindings/sound/st,stm32-i2s.txt > index 4bda52042402..58c341300552 100644 > --- a/Documentation/devicetree/bindings/sound/st,stm32-i2s.txt > +++ b/Documentation/devicetree/bindings/sound/st,stm32-i2s.txt > @@ -18,7 +18,7 @@ Required properties: > See Documentation/devicetree/bindings/dma/stm32-dma.txt. > - dma-names: Identifier for each DMA request line. Must be "tx" and "rx". > - pinctrl-names: should contain only value "default" > - - pinctrl-0: see Documentation/devicetree/bindings/pinctrl/pinctrl-stm32.txt > + - pinctrl-0: see Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt > > Optional properties: > - resets: Reference to a reset controller asserting the reset controller > diff --git a/Documentation/devicetree/bindings/sound/st,stm32-sai.txt b/Documentation/devicetree/bindings/sound/st,stm32-sai.txt > index f301cdf0b7e6..3a3fc506e43a 100644 > --- a/Documentation/devicetree/bindings/sound/st,stm32-sai.txt > +++ b/Documentation/devicetree/bindings/sound/st,stm32-sai.txt > @@ -37,7 +37,7 @@ SAI subnodes required properties: > "tx": if sai sub-block is configured as playback DAI > "rx": if sai sub-block is configured as capture DAI > - pinctrl-names: should contain only value "default" > - - pinctrl-0: see Documentation/devicetree/bindings/pinctrl/pinctrl-stm32.txt > + - pinctrl-0: see Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt > > SAI subnodes Optional properties: > - st,sync: specify synchronization mode. > diff --git a/MAINTAINERS b/MAINTAINERS > index 783ce44b3e7a..fd3fc63f2759 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6966,7 +6966,7 @@ IIO MULTIPLEXER > M: Peter Rosin > L: linux-iio@vger.kernel.org > S: Maintained > -F: Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt > +F: Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt > F: drivers/iio/multiplexer/iio-mux.c > > IIO SUBSYSTEM AND DRIVERS > @@ -9696,7 +9696,7 @@ MXSFB DRM DRIVER > M: Marek Vasut > S: Supported > F: drivers/gpu/drm/mxsfb/ > -F: Documentation/devicetree/bindings/display/mxsfb-drm.txt > +F: Documentation/devicetree/bindings/display/mxsfb.txt > > MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) > M: Chris Lee > @@ -10885,7 +10885,7 @@ M: Will Deacon > L: linux-pci@vger.kernel.org > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > -F: Documentation/devicetree/bindings/pci/controller-generic-pci.txt > +F: Documentation/devicetree/bindings/pci/host-generic-pci.txt > F: drivers/pci/controller/pci-host-common.c > F: drivers/pci/controller/pci-host-generic.c > > @@ -11066,7 +11066,7 @@ M: Xiaowei Song > M: Binghui Wang > L: linux-pci@vger.kernel.org > S: Maintained > -F: Documentation/devicetree/bindings/pci/pcie-kirin.txt > +F: Documentation/devicetree/bindings/pci/kirin-pcie.txt > F: drivers/pci/controller/dwc/pcie-kirin.c > > PCIE DRIVER FOR HISILICON STB > @@ -12457,7 +12457,7 @@ L: linux-crypto@vger.kernel.org > L: linux-samsung-soc@vger.kernel.org > S: Maintained > F: drivers/crypto/exynos-rng.c > -F: Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt > +F: Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt > > SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER > M: Ɓukasz Stelmach > @@ -13571,7 +13571,7 @@ F: drivers/*/stm32-*timer* > F: drivers/pwm/pwm-stm32* > F: include/linux/*/stm32-*tim* > F: Documentation/ABI/testing/*timer-stm32 > -F: Documentation/devicetree/bindings/*/stm32-*timer > +F: Documentation/devicetree/bindings/*/stm32-*timer* > F: Documentation/devicetree/bindings/pwm/pwm-stm32* > > STMMAC ETHERNET DRIVER > -- > 2.17.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html