All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file
@ 2020-03-23 12:25 Mauro Carvalho Chehab
  2020-03-23 12:25 ` [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt Mauro Carvalho Chehab
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-03-23 12:25 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Andy Gross,
	Bjorn Andersson, Greg Kroah-Hartman, Rob Herring, Stephen Boyd,
	Kishon Vijay Abraham I, Sandeep Maheswaram, Matthias Kaehlcke,
	linux-arm-msm, linux-usb, devicetree

The qcom-qusb2-phy.txt file was converted and renamed to yaml.
Update cross-reference accordingly.

Fixes: 8ce65d8d38df ("dt-bindings: phy: qcom,qusb2: Convert QUSB2 phy bindings to yaml")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
index cb695aa3fba4..fbdd01756752 100644
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
@@ -52,8 +52,8 @@ A child node must exist to represent the core DWC3 IP block. The name of
 the node is not important. The content of the node is defined in dwc3.txt.
 
 Phy documentation is provided in the following places:
-Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt   - USB3 QMP PHY
-Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt - USB2 QUSB2 PHY
+Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt    - USB3 QMP PHY
+Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml - USB2 QUSB2 PHY
 
 Example device nodes:
 
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt
  2020-03-23 12:25 [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file Mauro Carvalho Chehab
@ 2020-03-23 12:25 ` Mauro Carvalho Chehab
  2020-03-23 14:05   ` Rob Herring
  2020-03-25  2:02   ` Stephen Boyd
  2020-03-25  2:37 ` [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file Stephen Boyd
  2020-03-31 17:42 ` Rob Herring
  2 siblings, 2 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-03-23 12:25 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
	Rob Herring, Stephen Boyd, Linus Walleij

This file was renamed. Update references accordingly.

Fixes: 78c7d8f96b6f ("dt-bindings: clock: Create YAML schema for ICST clocks")

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b0bbce296002..4875813e52c0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1297,7 +1297,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	Documentation/devicetree/bindings/arm/arm-boards
 F:	Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
-F:	Documentation/devicetree/bindings/clock/arm-integrator.txt
+F:	Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
 F:	Documentation/devicetree/bindings/i2c/i2c-versatile.txt
 F:	Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
 F:	Documentation/devicetree/bindings/mtd/arm-versatile.txt
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt
  2020-03-23 12:25 ` [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt Mauro Carvalho Chehab
@ 2020-03-23 14:05   ` Rob Herring
  2020-03-25  2:02   ` Stephen Boyd
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-03-23 14:05 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet,
	Stephen Boyd, Linus Walleij

On Mon, Mar 23, 2020 at 6:25 AM Mauro Carvalho Chehab
<mchehab+huawei@kernel.org> wrote:
>
> This file was renamed. Update references accordingly.
>
> Fixes: 78c7d8f96b6f ("dt-bindings: clock: Create YAML schema for ICST clocks")
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Stephen should pick this up.

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt
  2020-03-23 12:25 ` [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt Mauro Carvalho Chehab
  2020-03-23 14:05   ` Rob Herring
@ 2020-03-25  2:02   ` Stephen Boyd
  1 sibling, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2020-03-25  2:02 UTC (permalink / raw)
  To: Linux Doc Mailing List, Mauro Carvalho Chehab
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
	Rob Herring, Linus Walleij

Quoting Mauro Carvalho Chehab (2020-03-23 05:25:28)
> This file was renamed. Update references accordingly.
> 
> Fixes: 78c7d8f96b6f ("dt-bindings: clock: Create YAML schema for ICST clocks")
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file
  2020-03-23 12:25 [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file Mauro Carvalho Chehab
  2020-03-23 12:25 ` [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt Mauro Carvalho Chehab
@ 2020-03-25  2:37 ` Stephen Boyd
  2020-03-31 17:42 ` Rob Herring
  2 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2020-03-25  2:37 UTC (permalink / raw)
  To: Linux Doc Mailing List, Mauro Carvalho Chehab
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Andy Gross,
	Bjorn Andersson, Greg Kroah-Hartman, Rob Herring,
	Kishon Vijay Abraham I, Sandeep Maheswaram, Matthias Kaehlcke,
	linux-arm-msm, linux-usb, devicetree

Quoting Mauro Carvalho Chehab (2020-03-23 05:25:27)
> The qcom-qusb2-phy.txt file was converted and renamed to yaml.
> Update cross-reference accordingly.
> 
> Fixes: 8ce65d8d38df ("dt-bindings: phy: qcom,qusb2: Convert QUSB2 phy bindings to yaml")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file
  2020-03-23 12:25 [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file Mauro Carvalho Chehab
  2020-03-23 12:25 ` [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt Mauro Carvalho Chehab
  2020-03-25  2:37 ` [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file Stephen Boyd
@ 2020-03-31 17:42 ` Rob Herring
  2 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-03-31 17:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, Andy Gross, Bjorn Andersson, Greg Kroah-Hartman,
	Stephen Boyd, Kishon Vijay Abraham I, Sandeep Maheswaram,
	Matthias Kaehlcke, linux-arm-msm, linux-usb, devicetree

On Mon, 23 Mar 2020 13:25:27 +0100, Mauro Carvalho Chehab wrote:
> The qcom-qusb2-phy.txt file was converted and renamed to yaml.
> Update cross-reference accordingly.
> 
> Fixes: 8ce65d8d38df ("dt-bindings: phy: qcom,qusb2: Convert QUSB2 phy bindings to yaml")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-31 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23 12:25 [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file Mauro Carvalho Chehab
2020-03-23 12:25 ` [PATCH 2/2] MAINTAINERS: dt: update reference for arm-integrator.txt Mauro Carvalho Chehab
2020-03-23 14:05   ` Rob Herring
2020-03-25  2:02   ` Stephen Boyd
2020-03-25  2:37 ` [PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file Stephen Boyd
2020-03-31 17:42 ` Rob Herring

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.