All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: "Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Przemysław Gaj" <pgaj@cadence.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Vitor Soares" <vitor.soares@synopsys.com>,
	devicetree@vger.kernel.org, linux-i3c@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 27/32] dt-bindings: i3c: update i3c.yaml references
Date: Thu,  1 Apr 2021 14:17:47 +0200	[thread overview]
Message-ID: <22b7b53af1907f7cae27e26be725470c04b84725.1617279356.git.mchehab+huawei@kernel.org> (raw)
In-Reply-To: <cover.1617279355.git.mchehab+huawei@kernel.org>

Changeset 5e4cdca887fd ("dt-bindings: i3c: Convert the bus description to yaml")
renamed: Documentation/devicetree/bindings/i3c/i3c.txt
to: Documentation/devicetree/bindings/i3c/i3c.yaml.

Update the cross-references accordingly.

Fixes: 5e4cdca887fd ("dt-bindings: i3c: Convert the bus description to yaml")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt   | 6 +++---
 .../devicetree/bindings/i3c/snps,dw-i3c-master.txt          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt b/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
index 1cf6182f888c..3716589d6999 100644
--- a/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
+++ b/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
@@ -10,19 +10,19 @@ Required properties:
 - reg: I3C master registers
 
 Mandatory properties defined by the generic binding (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details):
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
 
 - #address-cells: shall be set to 1
 - #size-cells: shall be set to 0
 
 Optional properties defined by the generic binding (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details):
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
 
 - i2c-scl-hz
 - i3c-scl-hz
 
 I3C device connected on the bus follow the generic description (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details).
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details).
 
 Example:
 
diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
index 5020eb71eb8d..07f35f36085d 100644
--- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
+++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
@@ -9,19 +9,19 @@ Required properties:
 - reg: Offset and length of I3C master registers
 
 Mandatory properties defined by the generic binding (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details):
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
 
 - #address-cells: shall be set to 3
 - #size-cells: shall be set to 0
 
 Optional properties defined by the generic binding (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details):
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
 
 - i2c-scl-hz
 - i3c-scl-hz
 
 I3C device connected on the bus follow the generic description (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details).
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details).
 
 Example:
 
-- 
2.30.2


WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: "Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Przemysław Gaj" <pgaj@cadence.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Vitor Soares" <vitor.soares@synopsys.com>,
	devicetree@vger.kernel.org, linux-i3c@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 27/32] dt-bindings: i3c: update i3c.yaml references
Date: Thu,  1 Apr 2021 14:17:47 +0200	[thread overview]
Message-ID: <22b7b53af1907f7cae27e26be725470c04b84725.1617279356.git.mchehab+huawei@kernel.org> (raw)
In-Reply-To: <cover.1617279355.git.mchehab+huawei@kernel.org>

Changeset 5e4cdca887fd ("dt-bindings: i3c: Convert the bus description to yaml")
renamed: Documentation/devicetree/bindings/i3c/i3c.txt
to: Documentation/devicetree/bindings/i3c/i3c.yaml.

Update the cross-references accordingly.

Fixes: 5e4cdca887fd ("dt-bindings: i3c: Convert the bus description to yaml")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt   | 6 +++---
 .../devicetree/bindings/i3c/snps,dw-i3c-master.txt          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt b/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
index 1cf6182f888c..3716589d6999 100644
--- a/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
+++ b/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
@@ -10,19 +10,19 @@ Required properties:
 - reg: I3C master registers
 
 Mandatory properties defined by the generic binding (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details):
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
 
 - #address-cells: shall be set to 1
 - #size-cells: shall be set to 0
 
 Optional properties defined by the generic binding (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details):
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
 
 - i2c-scl-hz
 - i3c-scl-hz
 
 I3C device connected on the bus follow the generic description (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details).
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details).
 
 Example:
 
diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
index 5020eb71eb8d..07f35f36085d 100644
--- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
+++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
@@ -9,19 +9,19 @@ Required properties:
 - reg: Offset and length of I3C master registers
 
 Mandatory properties defined by the generic binding (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details):
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
 
 - #address-cells: shall be set to 3
 - #size-cells: shall be set to 0
 
 Optional properties defined by the generic binding (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details):
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
 
 - i2c-scl-hz
 - i3c-scl-hz
 
 I3C device connected on the bus follow the generic description (see
-Documentation/devicetree/bindings/i3c/i3c.txt for more details).
+Documentation/devicetree/bindings/i3c/i3c.yaml for more details).
 
 Example:
 
-- 
2.30.2


-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

  parent reply	other threads:[~2021-04-01 18:42 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01 12:17 [PATCH 00/32] Fix broken documentation file references Mauro Carvalho Chehab
2021-04-01 12:17 ` Mauro Carvalho Chehab
2021-04-01 12:17 ` Mauro Carvalho Chehab
2021-04-01 12:17 ` Mauro Carvalho Chehab
2021-04-01 12:17 ` Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 01/32] MAINTAINERS: update adi,ad5758.yaml reference Mauro Carvalho Chehab
2021-04-02  9:05   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 02/32] MAINTAINERS: update ste,mcde.yaml reference Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 03/32] MAINTAINERS: update brcm,bcm-v3d.yaml reference Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 04/32] MAINTAINERS: update fsl,dpaa2-console.yaml reference Mauro Carvalho Chehab
2021-04-01 12:32   ` Laurentiu Tudor
2021-04-01 12:17 ` [PATCH 05/32] MAINTAINERS: update st,hts221.yaml reference Mauro Carvalho Chehab
2021-04-02  9:07   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 06/32] MAINTAINERS: update dpot-dac.yaml reference Mauro Carvalho Chehab
2021-04-02  9:08   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 07/32] MAINTAINERS: update envelope-detector.yaml reference Mauro Carvalho Chehab
2021-04-02  9:09   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 08/32] MAINTAINERS: update current-sense-amplifier.yaml reference Mauro Carvalho Chehab
2021-04-02  9:11   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 09/32] MAINTAINERS: update current-sense-shunt.yaml reference Mauro Carvalho Chehab
2021-04-02  9:12   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 10/32] MAINTAINERS: update voltage-divider.yaml reference Mauro Carvalho Chehab
2021-04-02  9:15   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 11/32] MAINTAINERS: update invensense,mpu3050.yaml reference Mauro Carvalho Chehab
2021-04-02  9:16   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 12/32] MAINTAINERS: update lego,ev3-battery.yaml reference Mauro Carvalho Chehab
2021-04-01 15:40   ` David Lechner
2021-04-02 11:02     ` Sebastian Reichel
2021-04-01 12:17 ` [PATCH 13/32] MAINTAINERS: update marvell,armada-3700-utmi-phy.yaml reference Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 14/32] MAINTAINERS: update mtk-sd.yaml reference Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 15/32] MAINTAINERS: update atmel,sama5d2-adc.yaml reference Mauro Carvalho Chehab
2021-04-02  9:17   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 16/32] MAINTAINERS: update pni,rm3100.yaml reference Mauro Carvalho Chehab
2021-04-02  9:19   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 17/32] MAINTAINERS: update renesas,rcar-gyroadc.yaml reference Mauro Carvalho Chehab
2021-04-02  9:20   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 18/32] MAINTAINERS: update st,lsm6dsx.yaml reference Mauro Carvalho Chehab
2021-04-02  9:21   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 19/32] MAINTAINERS: update st,vl53l0x.yaml reference Mauro Carvalho Chehab
2021-04-02  9:23   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 20/32] MAINTAINERS: update snps,dw-axi-dmac.yaml reference Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 21/32] MAINTAINERS: update ti,dac7612.yaml reference Mauro Carvalho Chehab
2021-04-02  9:24   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 22/32] MAINTAINERS: update nxp,imx8-jpeg.yaml reference Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 23/32] MAINTAINERS: update ovti,ov2680.yaml reference Mauro Carvalho Chehab
2021-04-01 13:30   ` Rui Miguel Silva
2021-04-01 12:17 ` [PATCH 24/32] MAINTAINERS: update imi,rdacm2x-gmsl.yaml reference Mauro Carvalho Chehab
2021-04-01 15:46   ` Jacopo Mondi
2021-04-01 16:01   ` Kieran Bingham
2021-04-02  9:01   ` Laurent Pinchart
2021-04-02  9:03     ` Laurent Pinchart
2021-04-01 12:17 ` [PATCH 25/32] dt-bindings:iio:dac: update microchip,mcp4725.yaml reference Mauro Carvalho Chehab
2021-04-02  9:27   ` Jonathan Cameron
2021-04-01 12:17 ` [PATCH 26/32] dt-bindings: iommu: mediatek: update mediatek,iommu.yaml references Mauro Carvalho Chehab
2021-04-01 12:17   ` [PATCH 26/32] dt-bindings: iommu: mediatek: update mediatek, iommu.yaml references Mauro Carvalho Chehab
2021-04-01 12:17   ` Mauro Carvalho Chehab
2021-04-01 12:17   ` Mauro Carvalho Chehab
2021-04-01 12:17 ` Mauro Carvalho Chehab [this message]
2021-04-01 12:17   ` [PATCH 27/32] dt-bindings: i3c: update i3c.yaml references Mauro Carvalho Chehab
2021-04-06 15:05   ` Rob Herring
2021-04-06 15:05     ` Rob Herring
2021-04-01 12:17 ` [PATCH 28/32] dt-bindings: power: update battery.yaml reference Mauro Carvalho Chehab
2021-04-02 11:02   ` Sebastian Reichel
2021-04-01 12:17 ` [PATCH 29/32] docs: dt: update writing-schema.rst references Mauro Carvalho Chehab
2021-04-06 15:04   ` Rob Herring
2021-04-07  8:06     ` Mauro Carvalho Chehab
2021-04-07 14:45   ` Rob Herring
2021-04-01 12:17 ` [PATCH 30/32] Documentation: net: dsa: update configuration.rst reference Mauro Carvalho Chehab
2021-04-01 12:41   ` Andrew Lunn
2021-04-01 14:07     ` Mauro Carvalho Chehab
2021-04-01 23:59       ` Namjae Jeon
2021-04-01 12:17 ` [PATCH 31/32] Documentation: update sysfs-platform_profile.rst reference Mauro Carvalho Chehab
2021-04-01 13:49   ` Hans de Goede
2021-04-01 15:07     ` [External] " Mark Pearson
2021-04-01 19:18       ` Hans de Goede
2021-04-01 12:17 ` [PATCH 32/32] pinctrl: update pin-control.rst references Mauro Carvalho Chehab
2021-04-01 12:17   ` Mauro Carvalho Chehab
2021-04-01 12:40   ` Charles Keepax
2021-04-01 12:40     ` Charles Keepax
2021-04-07 12:52   ` Linus Walleij
2021-04-07 12:52     ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=22b7b53af1907f7cae27e26be725470c04b84725.1617279356.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=pgaj@cadence.com \
    --cc=robh+dt@kernel.org \
    --cc=vitor.soares@synopsys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.