linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix broken  references at next-20210114 due to yaml conversion
@ 2021-01-14  6:25 Mauro Carvalho Chehab
  2021-01-14  6:25 ` [PATCH 1/3] dt-bindings: usb: update snps,dwc3.yaml references Mauro Carvalho Chehab
  2021-01-14  9:08 ` [PATCH 0/3] Fix broken references at next-20210114 due to yaml conversion Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-14  6:25 UTC (permalink / raw)
  To: Rob Herring, Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
	Krzysztof Kozlowski, Matthias Brugger, devicetree,
	linux-arm-kernel, linux-mediatek, linux-samsung-soc, linux-usb

Three new broken references were added between next-20210113 and
next-20210114, due to yaml conversion. 

Address them.

Please add those patches  at the same tree as the respective
conversion changesets were added.

Thanks!
Mauro

Mauro Carvalho Chehab (3):
  dt-bindings: usb: update snps,dwc3.yaml references
  Documentation/devicetree/bindings/usb/dwc3-st.txt: update usb-drd.yaml
    reference
  MAINTAINERS: update mediatek,ufs-phy.yaml reference

 Documentation/devicetree/bindings/usb/dwc3-st.txt    | 4 ++--
 Documentation/devicetree/bindings/usb/exynos-usb.txt | 2 +-
 Documentation/devicetree/bindings/usb/omap-usb.txt   | 2 +-
 MAINTAINERS                                          | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.29.2



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

* [PATCH 1/3] dt-bindings: usb: update snps,dwc3.yaml references
  2021-01-14  6:25 [PATCH 0/3] Fix broken references at next-20210114 due to yaml conversion Mauro Carvalho Chehab
@ 2021-01-14  6:25 ` Mauro Carvalho Chehab
  2021-01-14  9:08 ` [PATCH 0/3] Fix broken references at next-20210114 due to yaml conversion Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-14  6:25 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Linux Doc Mailing List,
	Greg Kroah-Hartman, devicetree, linux-arm-kernel, linux-kernel,
	linux-samsung-soc, linux-usb

Changeset 389d77658801 ("dt-bindings: usb: Convert DWC USB3 bindings to DT schema")
renamed: Documentation/devicetree/bindings/usb/dwc3.txt
to: Documentation/devicetree/bindings/usb/snps,dwc3.yaml.

Update its cross-references accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/devicetree/bindings/usb/dwc3-st.txt    | 2 +-
 Documentation/devicetree/bindings/usb/exynos-usb.txt | 2 +-
 Documentation/devicetree/bindings/usb/omap-usb.txt   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/dwc3-st.txt b/Documentation/devicetree/bindings/usb/dwc3-st.txt
index df0e02e1ee43..ad526e76f2a8 100644
--- a/Documentation/devicetree/bindings/usb/dwc3-st.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3-st.txt
@@ -31,7 +31,7 @@ See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
 Sub-nodes:
 The dwc3 core should be added as subnode to ST DWC3 glue as shown in the
 example below. The DT binding details of dwc3 can be found in:
-Documentation/devicetree/bindings/usb/dwc3.txt
+Documentation/devicetree/bindings/usb/snps,dwc3.yaml
 
 NB: The dr_mode property described in [1] is NOT optional for this driver, as the default value
 is "otg", which isn't supported by this SoC. Valid dr_mode values for dwc3-st are either "host"
diff --git a/Documentation/devicetree/bindings/usb/exynos-usb.txt b/Documentation/devicetree/bindings/usb/exynos-usb.txt
index 6aae1544f240..f7ae79825d7d 100644
--- a/Documentation/devicetree/bindings/usb/exynos-usb.txt
+++ b/Documentation/devicetree/bindings/usb/exynos-usb.txt
@@ -93,7 +93,7 @@ Sub-nodes:
 The dwc3 core should be added as subnode to Exynos dwc3 glue.
 - dwc3 :
    The binding details of dwc3 can be found in:
-   Documentation/devicetree/bindings/usb/dwc3.txt
+   Documentation/devicetree/bindings/usb/snps,dwc3.yaml
 
 Example:
 	usb@12000000 {
diff --git a/Documentation/devicetree/bindings/usb/omap-usb.txt b/Documentation/devicetree/bindings/usb/omap-usb.txt
index 38d9bb8507cf..f0dbc5ae45ae 100644
--- a/Documentation/devicetree/bindings/usb/omap-usb.txt
+++ b/Documentation/devicetree/bindings/usb/omap-usb.txt
@@ -65,7 +65,7 @@ Sub-nodes:
 The dwc3 core should be added as subnode to omap dwc3 glue.
 - dwc3 :
    The binding details of dwc3 can be found in:
-   Documentation/devicetree/bindings/usb/dwc3.txt
+   Documentation/devicetree/bindings/usb/snps,dwc3.yaml
 
 omap_dwc3 {
 	compatible = "ti,dwc3";
-- 
2.29.2


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

* Re: [PATCH 0/3] Fix broken  references at next-20210114 due to yaml conversion
  2021-01-14  6:25 [PATCH 0/3] Fix broken references at next-20210114 due to yaml conversion Mauro Carvalho Chehab
  2021-01-14  6:25 ` [PATCH 1/3] dt-bindings: usb: update snps,dwc3.yaml references Mauro Carvalho Chehab
@ 2021-01-14  9:08 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2021-01-14  9:08 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Rob Herring, Linux Doc Mailing List, linux-kernel,
	Jonathan Corbet, Krzysztof Kozlowski, Matthias Brugger,
	devicetree, linux-arm-kernel, linux-mediatek, linux-samsung-soc,
	linux-usb

On Thu, Jan 14, 2021 at 07:25:57AM +0100, Mauro Carvalho Chehab wrote:
> Three new broken references were added between next-20210113 and
> next-20210114, due to yaml conversion. 
> 
> Address them.
> 
> Please add those patches  at the same tree as the respective
> conversion changesets were added.

I've taken the USB patches here, thanks.

greg k-h

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

end of thread, other threads:[~2021-01-14  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14  6:25 [PATCH 0/3] Fix broken references at next-20210114 due to yaml conversion Mauro Carvalho Chehab
2021-01-14  6:25 ` [PATCH 1/3] dt-bindings: usb: update snps,dwc3.yaml references Mauro Carvalho Chehab
2021-01-14  9:08 ` [PATCH 0/3] Fix broken references at next-20210114 due to yaml conversion Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).